Jump to content

davidgs

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by davidgs

  1. so i found a way to read the reduced and official price: /api/products/PRODUCT-ID?price[my_price][use_reduction]=0 it generates a <my_price> - Tag for the regular price updating the reduced price is a bit more work. Thx prestashop community!
  2. Hi! How is it possible to read/update the regular product price and the reduced price of a product by the webservice? If I set a product as an offer with a special price in /api/products/[myId] <price> contains only the reduced price using Prestashop 1.4.10.0
  3. Saving the Meta-Title, Meta-Description, Meta-Keywords works fine. I need to print out the meta-description of a different language on the product-detail-page
  4. Hi guys! I import my products via Webservice, and save for each Product different internal informations(internal product-number, etc) in meta-description fields of languages that i don't use in my shop Example: my shop is in german, so the french meta-description contains the internal informations Now i would like to show the content of this meta-description on the product-page {$meta_description} gives only the meta-description of the current language how do I get the meta_description in an other language? I am using prestashop 1.4.10
  5. Hi! Welches Warenwirtschaftssystem habt ihr in Österreich / Deutschland in Verwendung bzw. welches würdet ihr mit Presta empfehlen?
  6. Hi! i am using prestashop 1.5.3 and have a problem adding accessories to a product by the Webservice example: i want to add product:2 and product:3 as accessories to my product i update my product like this: [...] <accessories node_type="product"> <product> <id xlink:href="http://www.xyz.com/api/product/2"> <![CDATA[ 2 ]]> </id> </product> <product> <id xlink:href="http://www.xyz.com/api/product/3"> <![CDATA[ 3 ]]> </id> </product> </accessories> [...] but only the first (product:2) is inserted to my product: [...] <accessories node_type="product"> <product> <id xlink:href="http://www.xyz.com/api/product/2"> <![CDATA[ 2 ]]> </id> </product> </accessories> [...] I get no error Has anyone a solution?
×
×
  • Create New...