mtanislav Posted April 18, 2011 Share Posted April 18, 2011 Hello,I just want to update the price and maybe the quantity of my products. My supplier only gives me the list with the product reference number. If I only import the list with reference number, name, quantity and price , prestashop import tool will just add new products because I do now have the ID of the products. So the question is how to update the products based on the reference number, not the ID.Please help me.If there is a module that can help me do that please let me know.The supplier list is in .csv . Link to comment Share on other sites More sharing options...
mtanislav Posted April 18, 2011 Author Share Posted April 18, 2011 I managed to do this http://www.prestashop.com/forums/viewthread/89993/general_discussion/solvedupdate_pricing_from_price_supplierbut now when I import the reference and price I get this errorWarning: Function getIndexedCategories() is deprecated in /mounted-storage/home101a/sub009/sc62936-SSSL/www/prestashop/admin-dev/tabs/AdminImport.php on line 585in /mounted-storage/home101a/sub009/sc62936-SSSL/www/prestashop/classes/Tools.php on line 1784 Link to comment Share on other sites More sharing options...
jeevanoss Posted April 18, 2011 Share Posted April 18, 2011 You can take a list of product reference number & product id from shop DB, merge it with supplier list.Then use prestashop import tool.If you want an automatic update using cron, make a module to do the update function Link to comment Share on other sites More sharing options...
mtanislav Posted April 18, 2011 Author Share Posted April 18, 2011 Thanks for your answer but I don't see (know) how to merge the files in such way to end up with a csv file with the correct id's . Link to comment Share on other sites More sharing options...
Recommended Posts