Jump to content

How to add more shipping cost to more than one product globally


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...