Zen Cart Logo
Forums / Discounts/Coupons, Gift Certificates, Newsletters, Ads / invalidate discount coupon for already discounted items

invalidate discount coupon for already discounted items

Views: 1,012

Results 1 to 2 of 2
6 Jul 2013, 12:24 AM
#1
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

invalidate discount coupon for already discounted items

Hi,

how can a discount coupon be negated for an item that is already on special?

I have not read every post in the thread but have gone through many and cannot see what I need.

cheers,
Mike

6 Jul 2013, 4:40 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: invalidate discount coupon for already discounted items

The best solution is to add the Products on Special to the Restrictions for the Discount Coupon ...

The code could also be customized in the functions_general.php for the function is_product_valid and test the Product to see if it is on Special and not allow it ...

How many Products do you have on Special?

Do you use SaleMaker? If so, that would also need to be tested for as Sales with SaleMaker and Specials are different ...