Page 18 of 20 FirstFirst ... 81617181920 LastLast
Results 171 to 180 of 199
  1. #171
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Thanks so much for the clarification. I proceed with confidence.

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

    Default Re: Discount Coupon Guide?!

    You are most welcome glad that this helped ...
    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!

  3. #173
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Sorry - another question: I have a minimum spend specified, and two categories excluded. In testing, when I buy something from an excluded category, a message appears in the checkout process referring to the need to meet the minimum spend. Should I be expecting a message about not being able to get a discount from the excluded category?

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

    Default Re: Discount Coupon Guide?!

    Many issues were fixed in v1.5.4 ... what version are you using?

    What is the exact message that you are seeing?

    What are the exact settings on the Discount Coupon and the Restrictions?
    Last edited by Ajeh; 31 Oct 2015 at 02:07 PM.
    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!

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

    Default Re: Discount Coupon Guide?!

    You could customize the code for the message and use the code in RED:
    /includes/modules/order_ttotal/ot_coupon.php

    around the line 192:
    Code:
    //          $messageStack->add_session('redemptions', sprintf(TEXT_INVALID_REDEEM_COUPON_MINIMUM, $currencies->format($coupon_result->fields['coupon_minimum_order'])),'caution');
            $dc_check = $_POST['dc_redeem_code'];
            $dc_link = ' <a href="javascript:couponpopupWindow(\'' . zen_href_link(FILENAME_POPUP_COUPON_HELP, 'cID=' . $coupon_result->fields['coupon_id']) . '\')">' . $dc_check . '</a>';
              $messageStack->add_session('redemptions', sprintf(TEXT_INVALID_REDEEM_COUPON_MINIMUM, $currencies->format($coupon_result->fields['coupon_minimum_order'])) . $dc_link, 'caution');
    
    and see if having the popup to explain what the Discount Coupon is about helps ...

    You could also change the define in the language file(s) for:
    TEXT_INVALID_REDEEM_COUPON_MINIMUM
    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!

  6. #176
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Using 1.5.1.

    There is actually no need for a minimum spend message in the particular situation, so what I need in essence is a message which indicates why someone who has chosen from an excluded category why they haven't got a discount. Are you suggesting I simply hijack the min_spend message in the language file? That would work for me...

  7. #177
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    If I have an excluded category item and an OK category item in the cart, the order will process. Obviously because it is over min_spend - but there is no warning re: the excluded product. If I have only an excluded category item, the min_spend message is displayed:

    'You must spend at least $100.00 to redeem this coupon'
    Last edited by godt; 31 Oct 2015 at 11:58 PM.

  8. #178
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Ah. No, wait, that is all OK. If I complete the order, the discount is not applied to the sale item! So I can just change the TEXT_INVALID_REDEEM_COUPON_MINIMUM. Should be OK. Because if only an excluded product is in the cart and processed, there is no issue because it is over the min_spend, but no discount is applied.
    Last edited by godt; 1 Nov 2015 at 12:10 AM.

  9. #179
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    I have a question about coupons ...

    I designed a banner where I am advertising a $5 discount only for international users ... This banner is linked to an EZ page where I will advertise the coupon code.
    So my question is how can I limit the coupon CODE just to non-US customers?

    I want to give a different discount to US clients! So I need to prevent them from trying to redeem this code.

  10. #180
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Quote Originally Posted by icecold View Post
    I have a question about coupons ...

    I designed a banner where I am advertising a $5 discount only for international users ... This banner is linked to an EZ page where I will advertise the coupon code.
    So my question is how can I limit the coupon CODE just to non-US customers?

    I want to give a different discount to US clients! So I need to prevent them from trying to redeem this code.
    Well I am using Zen Cart 1.5.3 and found the answer to this myself ... however I am not sure if I created the restrictions right ...

    What I did was to Top Deny and Allow Product Category and specific product in that order ...


    Discount Coupons Product/Category Restrictions
    Category Restrictions
    Coupon ID Coupon Name Category ID Category Name Allow Deny Remove
    2 -1 All Categories Deny Allow Remove
    Displaying 1 to 1 (of 1 categories) Page 1 of 1
    Category Name Add


    Product Restrictions
    Coupon ID Coupon Name Product ID Product Name Allow Deny Remove
    2 CODEW 147 Armani Code by Giorgio Armani for Women Eau De Parfum Spray 2.5 oz
    Category: Women's Perfumes
    Manufacturer: Giorgio Armani Allow Allow Remove

 

 
Page 18 of 20 FirstFirst ... 81617181920 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 19 Jun 2011, 07:06 AM
  2. Replies: 18
    Last Post: 12 Mar 2010, 06:37 PM
  3. Ideas/Suggestions for Discount Coupon - How to give a credit and a discount
    By vegascoug in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 15 Nov 2007, 05:40 PM
  4. Coupon welcome message showing discount when coupon is expired
    By tracyselena in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 26 Jan 2007, 06:32 PM
  5. Discount Coupon Guide!
    By Camel in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 19 May 2006, 09:46 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR