AbanteCart Community
eCommerce construction => Installation and Configuration => Topic started by: thomasaswain on December 06, 2016, 02:23:26 PM
-
Hello,
What/Where is the SQL statement for updating required shipping? I've got about 18k products and going through each one is simply not possible.
Thanks for the help!
-
to turn off use
UPDATE `ac_products` SET `shipping`= 0;
or 1 to turn on.
Where ac_ - your tables name prefix
-
Thanks for the response.
Select 1 will turn shipping ON so I can use my price based shipping extension correct?
Thanks again for your help
-
Select 1 will turn shipping ON so I can use my price based shipping extension correct?
1 means that your product requires shipping.
-
Where do I access the coding section to key this?
-
phpmyadmin
-
On the admin page, where should I go? System then to one of the sub-fields?
-
On the admin page, where should I go? System then to one of the sub-fields?
what for? To run SQL?
No. Just use phpmyadmin to run sql query.