erp to webstore integration

  1. Inventory is on iDempiere
  2. Script to get inventory on CSV File
  3. Script to upload CSV File from iDempiere's server to webstore
  4. SSH to Remote Webstore to execute update Script

Current Problems...

  1. Script to Export puts " " on the String.

 

Products are being doubled because comparison does not work.

productImport.php ---> when comparing the Product Name to see if Update or Add the IF Statement does not work because after import a query will remove the Quotations, so the strings will be different so the products will be created by default. My suggestion will be to add the iDempiere's ID number to a field on the PrestaShop product table and use this marker to make th ecomparison

Leave a Reply

Your email address will not be published. Required fields are marked *