safa Posted October 6, 2011 Share Posted October 6, 2011 hi; i live in turkey/istanbul and i!am developer . I am interested prestashop for 3 years. we need xml product import for prestashop. Best Regards safa prestasource.info Link to comment Share on other sites More sharing options...
Raphaël Malié Posted October 7, 2011 Share Posted October 7, 2011 Hi, you can use the CSV import, you just have to transform your XML data in CSV data Regards Link to comment Share on other sites More sharing options...
jsolla Posted October 9, 2011 Share Posted October 9, 2011 You can use the PS webservice, but you have to stick to their XML format, take a look here: http://www.prestashop.com/forums/topic/135558-webservice-example-shellscript/ I've posted a product update script, I've also a simple "add product" script. Let me know if you need it. Link to comment Share on other sites More sharing options...
safa Posted October 15, 2011 Author Share Posted October 15, 2011 Hi, you can use the CSV import, you just have to transform your XML data in CSV data Regards thanks for reply. I've tried it before, but many times there were problems. as an example. <title> <![CDATA[EFU İngilizce Hikaye Kitap Seti (12 Audio CD + 12 Kitap) 45 TL Yerine Kargo Dahil Sadece 25 TL]]></ title> <! [CDATA ]]> tag not convered. all converters (xml to csv convert.) How do I make it ?? Best Regards Link to comment Share on other sites More sharing options...
jsolla Posted November 16, 2011 Share Posted November 16, 2011 thanks for reply. I've tried it before, but many times there were problems. as an example. <title> <![CDATA[EFU İngilizce Hikaye Kitap Seti (12 Audio CD + 12 Kitap) 45 TL Yerine Kargo Dahil Sadece 25 TL]]></ title> <! [CDATA ]]> tag not convered. all converters (xml to csv convert.) How do I make it ?? Best Regards The xml you posted makes nosense to me :?. Anyway, read about prestashop webservice, and take a look to my shell script, its a basic example on how to modify a product. I've another script that takes product schema and creates a new product, based on the same method. At the moment, the prestashop webservice has several bugs, but it's usable. Link to comment Share on other sites More sharing options...
SPolischook Posted November 22, 2011 Share Posted November 22, 2011 Use SimpleXML and be free. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now