Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Change shipping rules on all products

    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

  2. #2
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: Change shipping rules on all products

    I think this might work? But maybe someone who can read SQL can let me know if this isn't going to have me restoring the database


    PHP Code:
    UPDATE `CHANGETOTHENAMEOFYOURDB`.`zen_products
    SET `product_is_always_free_shipping` = '0' 
    WHERE `zen_products`.`product_is_always_free_shipping` =

  3. #3
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: Change shipping rules on all products

    OK, a quick back up to the DB and I ran the above statement and...

    BINGO - it worked

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Change shipping rules on all products

    Thanks for posting your solution and the outcome.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: Change shipping rules on all products

    No problem. Maybe it will help someone else in the future

 

 

Similar Threads

  1. v150 All The More Complicated...multiple shipping rules for various products
    By WebmistressM in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 15 Mar 2012, 11:38 PM
  2. How to change shipping rules to massive products?
    By sjbglx in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 30 Dec 2010, 08:59 AM
  3. any easy way to change all products to free shipping?
    By hungrytazman in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 8 Apr 2010, 10:59 PM
  4. different shipping rules for different products
    By JimmyV in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Mar 2008, 03:41 AM
  5. different shipping rules for certain products
    By marglar in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 19 Jan 2008, 11:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg