Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Aug 2005
    Posts
    85
    Plugin Contributions
    0

    Default Free Shipping > $100

    What is the simplest method to providing free shipping for orders greater than $100?

    Im a minor code monkey so I can carve my own path, but would hate to waste my time if a MOD (or if the current software) already does it.

    Thanks in Advance.

  2. #2
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Free Shipping > $100

    You can do this in:
    Admin/modules/shipping
    Change it to be free if order total is over $100

    Hope that helps
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  3. #3
    Join Date
    Aug 2005
    Posts
    85
    Plugin Contributions
    0

    Default Re: Free Shipping > $100

    hmm.. I cant seem to get it to work.

    Their is the "FREE SHIPPING MODULE"..... for it I have;
    FREE SHIPPING

    Enable Free Shipping
    True

    Free Shipping Cost
    100

    Handling Fee
    0

    Tax Class
    --none--

    Shipping Zone
    Australian Zones

    Sort Order
    0

    But it doesnt seem to work.. ?_?

    Any ideas?

    Oddly when I "Remove" that module I get an error at the top of the page?
    "Warning Shipping Configuration errors!
    Warning: 0 weight is configured for Free Shipping and Free Shipping Module is not enabled"

  4. #4
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Free Shipping > $100

    Goto admin/modules/order total
    There you can set the free shipping for order totals over a certain amount, that should work fine.
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping > $100

    Quote Originally Posted by Access
    hmm.. I cant seem to get it to work.

    Their is the "FREE SHIPPING MODULE"..... for it I have;
    FREE SHIPPING

    Enable Free Shipping
    True

    Free Shipping Cost
    100

    Handling Fee
    0

    Tax Class
    --none--

    Shipping Zone
    Australian Zones

    Sort Order
    0

    But it doesnt seem to work.. ?_?

    Any ideas?

    Oddly when I "Remove" that module I get an error at the top of the page?
    "Warning Shipping Configuration errors!
    Warning: 0 weight is configured for Free Shipping and Free Shipping Module is not enabled"
    You just set the Free Shipping Module to charge $100
    Free Shipping Cost
    100
    To add Free Shipping on Order Totals >= $100.00 be sure to use the Modules ... Order Totals ... Shipping ... and enable the Free Shipping and set the amount to $100 in there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Aug 2005
    Posts
    85
    Plugin Contributions
    0

    Default Re: Free Shipping > $100

    Ahhh I see... the module in Order Totals... not Shipping..... Got it.

  7. #7
    Join Date
    May 2006
    Location
    Connecticut
    Posts
    118
    Plugin Contributions
    0

    Default Re: Free Shipping > $100 - I need help

    I am also trying to get free shipping < $100 to work. When I set [admin-modules-shipping-free shipping options ] like so

    Enable Free Options Shipping
    True
    Shipping Cost
    0.00
    Handling Fee
    0
    Total >=
    100.00
    Total <=
    Weight >=
    Weight <=
    Item Count >=
    Item Count <=
    Tax Class
    --none--
    Tax Basis
    Shipping
    Shipping Zone
    --none--
    Sort Order
    1

    I do not get free shipping in my checkout as an option if the total is > $100.


    I followed this thread and looked into [admin-modules-order totals]
    and I get this

    Fatal error: Call to a member function on a non-object in /home/outdoors/public_html/catalog/includes/modules/order_total/ot_gv.php on line 29
    Modules Sort Order Action
    COD Fee ot_cod_fee
    Discount Coupon ot_coupon Info
    Group Discount ot_group_pricing Info


    This is the line referred to:

    $this->checkbox = $this->user_prompt . '<input type="textfield" size="6" onchange="submitFunction()" name="cot_gv" value="' . number_format($_SESSION['cot_gv'], 2) . '" onfocus="if (this.value == \'' . number_format($_SESSION['cot_gv'], 2) . '\') this.value = \'\';" />' . ($this->user_has_gv_account($_SESSION['customer_id']) > 0 ? '<br />' . MODULE_ORDER_TOTAL_GV_USER_BALANCE . $currencies->format($this->user_has_gv_account($_SESSION['customer_id'])) : '');


    Can someone please help.

    Thanks

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping > $100

    What version of Zen Cart are you using ...

    I am having no issues with this and the Free Shipping Options will display with all of the other Shipping methods as soon as the Total hits $100.00 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    May 2006
    Location
    Connecticut
    Posts
    118
    Plugin Contributions
    0

    Default Re: Free Shipping > $100

    I am running 1.3.0.2 everything else seems to work great.

    This is what is really concerning me (see previous post):

    Fatal error: Call to a member function on a non-object in /home/outdoors/public_html/catalog/includes/modules/order_total/ot_gv.php on line 29
    Modules Sort Order Action
    COD Fee ot_cod_fee
    Discount Coupon ot_coupon Info
    Group Discount ot_group_pricing Info

    What is wrong in my Order Totals ?

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping > $100

    I'd try reloading the files for:
    /includes/modules/order_total

    /includes/languages/english/modules/order_total

    And see if you just have a bad or corrupt file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Changing free shipping from 100:0 to 125:0 still gives free ship for $100.00 plus ord
    By marvin in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 1 Jul 2013, 03:14 PM
  2. Free shipping for orders over $100 BUT if weighs more than 25 pounds, charge shipping
    By WWRepair in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 Aug 2012, 11:38 PM
  3. Customer has 100% Discount Free Shipping
    By StunGun in forum General Questions
    Replies: 1
    Last Post: 3 Nov 2010, 12:08 PM
  4. Replies: 7
    Last Post: 22 May 2009, 02:15 PM
  5. Free shipping for orders over 100,00€
    By enquirer66 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 May 2009, 07:40 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