Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Apply coupon with minimum order

    1.3.9h (upgraded from 1.3.9d)

    My client wants to set a coupon to get a specific free product with a minimum order. You know, spend $30 get this item free kind of thing. Setting are:

    Coupon Amount $15.95
    Coupon Minimum Order $30.00

    Restrictions are set to Disallow Top and allow the specific product.

    The problem is the restrictions are applying to the Coupon Minimum as well. They have to spend $30 on the product to get one free.

    Is there anyway to do this?

  2. #2
    Join Date
    Aug 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apply coupon with minimum order

    I've got the same question.

    I created a coupon with a Minimum Order of $20, and a value of $10 (the price of the item I'm trying to include for free). I've set the restrictions to 'Top Level Deny' and to allow the specific item, but it then requires the customer to spend $20 buying only the item I'm trying to give away. Setting the restrictions differently either causes the coupon to fail entirely or to be allowed for any combination of products.

    Is there a way to create a coupon that requires a minimum amount of money, spent on any combination of products, but can only be redeemed if a specific product is also in the shopping cart?

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

    Default Re: Apply coupon with minimum order

    At this time, the minimum is based on the Product(s) allowed ...

    You would need to customize how the calculation is made to alter this ...
    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!

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

    Default Re: Apply coupon with minimum order

    If you want ALL coupons to be based on the Order Total for the Discount Coupons with minimum amounts, you might look at the code in the file:
    /includes/modules/order_total/ot_coupon.php

    and find the two lines with:
    Code:
    // left for total order amount vs qualified order amount just switch the commented lines
    and try to switch the IF statements to be based on the Full Order Total rather than the Order Total of the Restricted Products ...
    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!

  5. #5

    Default Re: Apply coupon with minimum order

    Quote Originally Posted by Ajeh View Post
    At this time, the minimum is based on the Product(s) allowed ...

    You would need to customize how the calculation is made to alter this ...
    Is there any way to set it so that the minimum order is by NUMBER of products bought, not the minimum overall PRICE?

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

    Default Re: Apply coupon with minimum order

    If you want your Discount Coupons to be based on Minimum Items then you would have to rewrite the code ...
    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!

 

 

Similar Threads

  1. v150 Discount Coupon Minimum Order not working
    By donscotti in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 21 Sep 2012, 07:00 PM
  2. Coupon Minimum Order not working
    By dropdeadfred in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 3 Feb 2012, 06:42 PM
  3. Customer didn't apply coupon - can I apply it manually?
    By ArtsygalDotNet in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 7 Nov 2007, 09:49 PM
  4. Can't set minimum order on discount coupon v1.3.0.1
    By halabaloo in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 9 Oct 2006, 10:16 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