Irena007 Posted June 18, 2014 Share Posted June 18, 2014 Hi, I'm trying to make a custom import for my CSV using the default CSV Prestashop import tool but I need to update my product prices by group id, so I made a csv with this layout: id_product; name; reference; id_product_attribute; id_group; price; I need this to function by uploding it using the csv import and with the import all of the specific prices to be updated. So please let me know what should I change in AdminImport controller so this can be executed. I'm expecting anyones help asap because this is very urgent!!! Thanks in advance, Irena Link to comment Share on other sites More sharing options...
selectshop.at Posted June 18, 2014 Share Posted June 18, 2014 There is nothing to change. Prestashop simply cannot import this, cause it is not designed for this. By analysing your database you will be able to update the prices directly with phpmyAdmin export/import or you can use the Presta Store Manager (you can use it for free for 30 days), cause he can update also specific prices at mass or by import. http://addons.prestashop.com/en/administration-tools-prestashop-modules/2937-store-manager-for-prestashop.html Link to comment Share on other sites More sharing options...
Recommended Posts