264support Posted August 28, 2012 Share Posted August 28, 2012 Hi all. I was wondering if anyone could help me on a problem I have. I have over 600 products and wish to add individually additional shipping costs. Is there any way I can do this globally instead of adding individually per product? Any help would be appreciated. Link to comment Share on other sites More sharing options...
kristianmu Posted August 28, 2012 Share Posted August 28, 2012 Is the same import to all products? Or are diferent for each product? Link to comment Share on other sites More sharing options...
264support Posted August 28, 2012 Author Share Posted August 28, 2012 Hi KristianMM thanks for your quick reply the costs are the same for all products Link to comment Share on other sites More sharing options...
kristianmu Posted August 28, 2012 Share Posted August 28, 2012 The easiest way trought the phpMyAdmin. Before doing nothing make a database backup! If you can acces here go to the database and then to the SQL tab and enter: UPDATE `ps_product` SET `additional_shipping_cost`=10.00 Where 10.00 is the price without tax's of additional shipping cost. 1 Link to comment Share on other sites More sharing options...
264support Posted August 28, 2012 Author Share Posted August 28, 2012 Many thanks for that i guess that was the only way. You have confirmed that for me Great help 10/10 Link to comment Share on other sites More sharing options...
kristianmu Posted August 28, 2012 Share Posted August 28, 2012 Thank's Link to comment Share on other sites More sharing options...
Recommended Posts