View Single Post
  #14  
Old 08-21-2012, 10:53 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Coupons Extension mod

Quote:
Originally Posted by plnewton

when I test it is seems to only apply the discount from the first product in the cart and the rest stay at full price.


This is how standard XC coupons work, if you want it to apply to all products you will have to comment out

if ($discount_coupon_data["apply_product_once"] == "Y")
break;

from func.cart.php

As for the smarty errors - they have nothing to do with this mod
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote