davidgs Posted March 7, 2013 Share Posted March 7, 2013 (edited) 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? Edited March 7, 2013 by davidgs (see edit history) Link to comment Share on other sites More sharing options...
davidgs Posted March 9, 2013 Author Share Posted March 9, 2013 push Link to comment Share on other sites More sharing options...
davidgs Posted March 15, 2013 Author Share Posted March 15, 2013 no solution? Link to comment Share on other sites More sharing options...
Recommended Posts