Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2009
    Location
    Barnsley, Yorkshire, England
    Posts
    8
    Plugin Contributions
    0

    Default any easy way to change all products to free shipping?

    is there any easy way to change all products to free shipping ?? i only have 400+ so not actually that many..

    could i change the product catagories type to free shipping then re up load them using easy populate??
    [FONT="Comic Sans MS"]www.click4ink.co.uk[/FONT]

    Zen Cart 1.3.8a

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,145
    Plugin Contributions
    0

    Default Re: any easy way to change all products to free?

    Probably the "easiest" way would be a mySQL statement run from your webmaster panel (outside Zen Cart). I'm not sure if there's only one field to update or not.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Dec 2009
    Location
    Barnsley, Yorkshire, England
    Posts
    8
    Plugin Contributions
    0

    Default Re: any easy way to change all products to free?

    Quote Originally Posted by afo View Post
    Probably the "easiest" way would be a mySQL statement run from your webmaster panel (outside Zen Cart). I'm not sure if there's only one field to update or not.
    i found a way to do it using easy populate!...

    go to your admin screen then configuration / easy populate

    it has a box at the bottom that says "custom Product Fields" if you insert "product_is_always_free_shipping" or what every other field you want to mass change.

    then download, edit , upload! ... seemed to work for me!
    [FONT="Comic Sans MS"]www.click4ink.co.uk[/FONT]

    Zen Cart 1.3.8a

  4. #4
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,102
    Plugin Contributions
    2

    Default Re: any easy way to change all products to free?

    Access the db using phpMyAdmin, go to the Products table, and edit the "product_is_always_free_shipping" from 0 to 1.

    Vger

  5. #5
    Join Date
    Dec 2009
    Location
    Barnsley, Yorkshire, England
    Posts
    8
    Plugin Contributions
    0

    Default Re: any easy way to change all products to free?

    Quote Originally Posted by Vger View Post
    Access the db using phpMyAdmin, go to the Products table, and edit the "product_is_always_free_shipping" from 0 to 1.

    Vger
    yeah but does that mean that you have to do each and every item?? which is ok if you only have a few! i did it that way to check that easy pop was downloading the correct field! then just mass changed in excel
    [FONT="Comic Sans MS"]www.click4ink.co.uk[/FONT]

    Zen Cart 1.3.8a

  6. #6
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,102
    Plugin Contributions
    2

    Default Re: any easy way to change all products to free?

    An alternative is to set up Free Shipping for all products with zero weight, and then run this SQL command via phpMyAdmin

    Code:
    UPDATE products SET products_weight="0";
    This will set all product weights to zero and, in conjunction with allow free shipping for all products with zero weight, remove the shipping charge for all products.

    Before running any SQL commands always download a backup of your db.

    Vger

 

 

Similar Threads

  1. Can I add free-shipping images to products list and products detail page?
    By vanson in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Feb 2010, 02:43 PM
  2. "Always free shipping " option is change all item free shipping?
    By als88 in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 23 Oct 2009, 04:32 AM
  3. Please Help Change Free Shipping text to something else
    By mabbott in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jan 2009, 05:15 AM
  4. used Easy Populate 1.2.5.4 ?is how do i change shipping type
    By pisapona in forum Basic Configuration
    Replies: 0
    Last Post: 31 Mar 2008, 10:00 PM
  5. Free Shipping Name Change
    By suseadmi in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 1 May 2007, 04:13 PM

Bookmarks

Posting Permissions

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