Jump to content

swguy

Members
  • Posts

    58
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

swguy's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. I'm using the current version of PSWebServiceLibrary.php. When I do a product API query for product 7 in the sample data (PRINTED CHIFFON DRESS), it shows the price as [price] => 20.501236 but the price as shown in the catalog is $16.40, because of a sale (see attached image). And the on_sale flag returned by the API is 0.
  2. There's a bunch of logic that post-processes the input on the admin side that you don't want to fiddle with. Presumably this is only one category so as a workaround what you can do is this: a) Turn off tooltip by editing modules/blockcategories/category-tree-branch.tpl and removing the title stuff. Get rid of title="{$node.desc|escape:htmlall:'UTF-8'}". Go into phpMyAdmin and edit the table ps_category_lang. Change the description column for the record you want. For instance, if you change Wonderful accessories for your iPod to Wonderful accessories for your iPod <a href="cms.php?id_cms=5">anchor text you will create a link to CMS page 5. Just remember that now you can't edit this category in admin->catalog->categories->edit or the HTML will be stripped again.
  3. I agree completely. I find it incredibly confusing when people go back in time and change what they said.
  4. You can tell this because Meta Title and Friendly URL have a small red asterisk next to them on the right. This means they are required.
  5. I haven't heard of a bundle feature. I wrote a piece of software called Better Together that allows you to create discounted contributions. http://www.thatsoftwareguy.com/prestashop_better_together.html Scott
  6. To make it Italy only, edit the carrier and set the zone to only Italy. Also set out of range behavior to "disable carrier." To make it E100 and above only, click shipping/price ranges and make the range E100 to some large number. The shipping logic is not quite perfect in PS 1.2.4- see my reports and fixes here: http://www.prestashop.com/bug_tracker/view/2605/ http://www.prestashop.com/bug_tracker/view/2967/
  7. Create a zone called Italy (Admin->Shipping->Zones). Then click Countries and add the Country Italy to the Zone Italy. Then make your Free Shipping associated with only the Zone Italy. Be sure you have shipping for your other zones.
  8. LOL I understand. Thanks for getting back to me, and we'll just wait for the new bug tracker.
  9. Rocky is correct; Better Together is designed to do this very thing. http://www.thatsoftwareguy.com/prestashop_better_together.html Scott
  10. Nothing is built in but you could certainly write software to do this.
  11. Come get it. http://www.thatsoftwareguy.com/prestashop_better_together.html
  12. I am working on "Buy product 1 get product 2 at a discount." It will be ready soon. Scott
  13. I suspect the price you paid reflected their plan to resell it to multiple users. If it was truly unique custom development done as a one-off, you probably couldn't afford it. This is actually a fairly normal model. It seems like it's even less strict than the one CS-Cart uses; in fact, you are forbidden by license to redistribute any custom work the CS-Cart team has done for you.
  14. Thanks for the update. I will plan to do a few more 1.2.4 mods then instead of waiting for the next release.
  15. Do we have an estimate on when this will be delivered? There is no archive of past releases so I don't have a sense of what the release cadence is for PrestaShop - is it one release a quarter, or more or less frequent? Thanks, Scott
×
×
  • Create New...