Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: You must spend at least US$0.00 to redeem this coupon

    Quote Originally Posted by lruskauff View Post
    If it helps,
    1. It displays the wrong message when any other USPS shipping is selected, not just priority.
    2. Not related but your UPS shipping looks out of whack.

    Lruskauff
    I've been running circular tests on it and while have tested priority a number of times and each of the other shipping methods at least once, I get the wrong message only when priority mail (not express), 2nd day air UPS, or UPS Ground. The first selection tried was priority mail to confirm it wasn't a session reset issue of going to a shipping method and then returning through the process...

    Looks like could be attributed to the option being an odd number in the array of shipping methods within a shipping type...

    Think you could add another (fourth) USPS method to see if the above is true?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #22
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: You must spend at least US$0.00 to redeem this coupon

    Quote Originally Posted by lruskauff View Post
    If it helps,
    1. It displays the wrong message when any other USPS shipping is selected, not just priority.
    2. Not related but your UPS shipping looks out of whack.

    Lruskauff
    I think it has something to do with the first automatically chosen shipping option giving the wrong message. Because when I first noticed it the other day, I was testing it with a lighter weight product, and first class was the cheapest shipping, and the one that was automatically checked, and that was giving it the error the other day. So, it isn't any particular class, only the first box (cheapest shipping)auto selected.

    Re: usp. I will look at the setting later today.

  3. #23
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: You must spend at least US$0.00 to redeem this coupon

    I can try later today to add another shipping type. problem is, I don't think we ship with any of the other types. We don't quote flat rate boxes, etc., because it might not fit in that box.

  4. #24
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: You must spend at least US$0.00 to redeem this coupon

    Quote Originally Posted by sadie View Post
    I can try later today to add another shipping type. problem is, I don't think we ship with any of the other types. We don't quote flat rate boxes, etc., because it might not fit in that box.
    Don't know what changed, but I just tried something different than the provided instructions on the previous page.

    I added the non-clearance item from the link, I went to checkout, made it to the shipping page, saw the same options, 3 and 4 each for usps and ups, respectively.
    Returned to the cart,
    Went to the product that was in the cart,
    Went to the next item in the category,
    Added quantity of 1,
    Returned to the shopping cart,
    Continued to shipping,
    Because the default shipping that was previously selected became unavailable in this configuration, was advised (properly) that I needed to select an alternate shipping method.
    At ths point there were 2 USPS options (priorty and priority express) and the same 4 UPS options.
    I tried the "second" USPS option and received the must purchase greater than $0.00 message (expected if related to position in list)
    Returned to shipping and selected the first, now default, USPS option.
    Again tried to checkout with the coupon and was again provided the message above... (Unexpected response when compared to earlier system response.)
    Tried the first and second UPS option with the same result...

    So again, not sure what changed if anything on the server, but the response of the system changed after one of the available types of shipping methods was modified.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: You must spend at least US$0.00 to redeem this coupon

    What happens if you edit the file:
    /includes/modules/order_totals/ot_coupon.php

    and change the line around 190 to include the code in RED:
    Code:
            if ($coupon_result->fields['coupon_minimum_order'] > 0 && strval($order_total['orderTotal']) < $coupon_result->fields['coupon_minimum_order']) {
    Does this correct the problem for you?
    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. #26
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: You must spend at least US$0.00 to redeem this coupon

    Quote Originally Posted by Ajeh View Post
    What happens if you edit the file:
    /includes/modules/order_totals/ot_coupon.php

    and change the line around 190 to include the code in RED:
    Code:
            if ($coupon_result->fields['coupon_minimum_order'] > 0 && strval($order_total['orderTotal']) < $coupon_result->fields['coupon_minimum_order']) {
    Does this correct the problem for you?
    Yes, that worked! Thank you.

  7. #27
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: You must spend at least US$0.00 to redeem this coupon

    By coincidence, I just noticed this happening on my site too. The supplied patch corrects the problem. Thanks!

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

    Default Re: You must spend at least US$0.00 to redeem this coupon

    Thanks for the update that this works for you ...
    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 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 3
    Last Post: 9 Aug 2013, 01:45 AM
  2. How to create a coupon with "save $10 for every $60 you spend"?
    By lina0962 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 7 Feb 2011, 01:11 AM
  3. Coupon Restriction - Can this be done?
    By Jeff_Mash in forum Managing Customers and Orders
    Replies: 10
    Last Post: 29 Sep 2010, 03:40 PM
  4. You Tube Videos - can this be done?
    By scottrdj in forum General Questions
    Replies: 4
    Last Post: 19 Mar 2010, 06:07 AM
  5. Have you ever done this one...!
    By diannev in forum General Questions
    Replies: 2
    Last Post: 8 Dec 2007, 05:35 PM

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