Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Coupons and Specials ..

    How can I prevent coupons from being used on "specials" or "sale" products ?

  2. #2

    Default Re: Coupons and Specials ..

    I haven't found an answer to this yet but I would love to know too! Thanks!

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    For SaleMaker you have a drop down menu for this:

    If a product is a Special: [Three choices here]

    Coupons I would like to know if there is a way too, cos the way I am doing it currently is to set restrictions for the items in a category on sale for the duration of the sale and on each coupon, but unless I put all specials items in their own category I don't know of any way to restrict the use of coupons on specials lol
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Coupons and Specials ..

    At this time, there isn't anything built into the Discount Coupons to skip Specials or Sales ...
    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
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    Thanx, I spent the morning reading and came to that same conclusion LOL is there anything in the works for 1.4 or future ZC releases?
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  6. #6
    Join Date
    Aug 2009
    Location
    Sydney, Australia
    Posts
    8
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    Hi,

    Just wondering if a solution has been found, or add on. To allow restriction on sale items for coupons. Or is restricting entire catergories the only way at the moment?

    Thanks

    LushAC

    www.LushAdultConcepts.com.au

  7. #7
    Join Date
    Aug 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    We have the same problem and would like to know if it has been solved? We offer many different special offers and discounts for our wisconsin dells vacation packages but they do not apply to all coupon offers and savings.

    Wisconsin Dells
    Last edited by Wisconsin Dells; 10 Aug 2009 at 08:48 PM.

  8. #8
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    Hi Guys,

    www.LushAdultConcepts.com.au

    and

    Wisconsin Dells

    This is off topic, but you need to rename your /admin folder and install the latest security patches...

    I can access your admin login page, which leaves you very vulnerable to being hacked...

    See the security thread at the top of the forum for instructions...

    Thanks

    Steve
    Steve
    Site Under Construction: adatglobal.com

  9. #9
    Join Date
    Aug 2009
    Location
    Sydney, Australia
    Posts
    8
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    Thanks Steve,

    I've just recently changed mine. Thanks again for the heads up.

  10. #10
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Re: Coupons and Specials ..

    Quote Originally Posted by Wisconsin Dells View Post
    We have the same problem and would like to know if it has been solved? We offer many different special offers and discounts for our wisconsin dells vacation packages but they do not apply to all coupon offers and savings.

    Wisconsin Dells
    I too have looked for a solution and am starting to consider the following.

    My customer has products which should never have coupons applied, however he also has existing coupons. I don't want to mass change existing coupons or move items into different categories.

    I believe a simple patch (although not desireable in all cases) is to just rename your product model. The pricing module has a bypass the does not apply a coupon code if the item is a gift certificate. If the 1st 4 characters of a product model is GIFT, then a coupon says it is accepted on the checkout screen, but any product model starting with the letters GIFT (like GIFTCOFFEE or GIFT001) will be skipped when adding coupon discounts. If you want to put a product on special for just a few days, the quickest way may just to be modifying the model.

    You could also go into INCLUDES/FUNCTIONS/FUNCTIONS_PRICES and perhaps create another exception similar to this:

    ---

    if(substr($product->fields['products_model'], 0, 4) == 'GIFT') { //Never apply a salededuction to Ian Wilson's Giftvouchers
    if (zen_not_null($special_price)) {
    return $special_price;
    } else {
    return false;
    }
    }

    ---

    The quickest way might be to make certain items have a prefix that means they would never have coupons applied. Perhaps start the model with NC for no coupon and make an exclusing that read: if(substr($product->fields['products_model'], 0, 2) == 'NC')

    Putting products into seperate different categories is not as clean however my other thought, which needs coding was this.

    I thought, hey, duplicate the GENERAL product type and make it GENERAL-NOCOUPON. Then when adding products that may be put on sale and should never have a discount coupon applied would be put into this type. An exception in the FUNCTIONS_PRICES routine could exclude this product type completely. The products could have a regular product model number and they could be sprinkled anywhere in the store it appears. There IS a way to restrict a category to just have one product type in it, but I would think that would be sub-optimal for this discussion.

    I believe that you might be able to change product types in the database easily, especially if the new product type is exactly the same as the one you are using.

    Anyway, I have done little testing on this, but make the suggestions for others who have a bit more time to test and code. If you run with this, please post your changes.
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Exclude coupons from specials
    By poosk in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 13 May 2010, 02:31 PM
  2. restricting coupons from being applied to specials
    By tj1 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 2 Apr 2007, 01:30 AM
  3. Coupons and Specials?
    By andrewteg in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 26 Jul 2006, 12:47 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