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