Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2011
    Posts
    72
    Plugin Contributions
    0

    Default Customer Discount Code for free gift with purchase

    I have been fiddling around with the coupon restrictions to allow a free gift with minimum purchase.

    This is how I have it set up in the admin menu:



    And this is what I get at checkout, and yes the free item is in my cart.



    If anyone can please help me to let me know what I might be doing wrong I would appreciate it!

    Thank you!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	zen1.jpg 
Views:	317 
Size:	15.7 KB 
ID:	9920   Click image for larger version. 

Name:	zen2.jpg 
Views:	288 
Size:	18.3 KB 
ID:	9921  

  2. #2
    Join Date
    Jul 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Customer Discount Code for free gift with purchase

    Can nobody really help me with this?

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

    Default Re: Customer Discount Code for free gift with purchase

    Try editing the file:
    /includes/modules/order_total/ot_coupon.php

    and look for the two sections marked as:
    Code:
    // left for total order amount vs qualified order amount just switch the commented lines
    Beneath them, you will see two lines, example:
    Code:
    //        if ($order_total['totalFull'] < $coupon_result->fields['coupon_minimum_order']) {
            if (strval($order_total['total']) < $coupon_result->fields['coupon_minimum_order']) {
    Notice how the first line is commented out ... switch the comments to the second line so they read:
    Code:
            if ($order_total['totalFull'] < $coupon_result->fields['coupon_minimum_order']) {
    //        if (strval($order_total['total']) < $coupon_result->fields['coupon_minimum_order']) {
    And the second set of lines:
    Code:
    //        if ($orderTotalDetails['totalFull'] >= $coupon->fields['coupon_minimum_order']) {
            if (strval($orderTotalDetails['total']) >= $coupon->fields['coupon_minimum_order']) {
    switch to:
    Code:
            if ($orderTotalDetails['totalFull'] >= $coupon->fields['coupon_minimum_order']) {
    //        if (strval($orderTotalDetails['total']) >= $coupon->fields['coupon_minimum_order']) {
    Now say the free gift is a Product that is $29.99 with a minimum purchase of $100.00 ...

    Make the minimum Purchase $129.99 ...

    See if that 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: v1.5.5]
    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
    Jul 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Customer Discount Code for free gift with purchase

    Thank you Thank you Thank you! Doing the happy dance, you are awesome, thank you so much for taking the time to help me!

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

    Default Re: Customer Discount Code for free gift with purchase

    You are most welcome ... thanks for the update that this worked 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: v1.5.5]
    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. Free gift with purchase for certain category only
    By sandyshore in forum General Questions
    Replies: 0
    Last Post: 30 Jan 2014, 03:11 AM
  2. Problem when applying a Discount Code to a Gift Certificate Purchase
    By bbcsf in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 4 Nov 2010, 12:38 AM
  3. contrib for free gift with purchase
    By mipavluk in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 23 Sep 2009, 06:56 PM
  4. coupon for free gift with gift certificate purchase?
    By tkepler in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 24 Jul 2008, 03:31 PM
  5. Free Shipping for People with Discount Code
    By LandonHell in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 6
    Last Post: 6 Apr 2007, 06:09 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR