How would you change the shipping rules on ALL products?
I enabled free shipping on every item and now, I need to change the shipping rules to "No, Normal Shipping Rules".
I would think, SQL would be the best method, but I know next to nothing about SQL.
In PHPMyAdminSQL the field I "think" I need to change is:
zen_products >> product_is_always_free_shipping
and change the free_shipping field for all items to '0'. I think '0' is "No, Normal Shipping Rules"
I searched, but I may have missed the proper terminology.
ANy help is appreciated. It 'seems' like it should be easy, but I'm afraid of messing up my DB since I know so little about SQL


Thanks for posting your solution and the outcome.

