- Inventory is on iDempiere
- Script to get inventory on CSV File
- Script to upload CSV File from iDempiere's server to webstore
- SSH to Remote Webstore to execute update Script
Current Problems...
- 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