Hi folks,

I'm using the Discount/Voucher system and it works fine in aggregate mode. However, I'd like it to work in individual mode and display the total cart discount (just basically the total amount off the entire cart).

When going onto the PayPal site (https://cms.paypal.com/us/cgi-bin/?c...ml_cart_upload) all the PayPal_ipn.php only needs to pass the extra items:

discount_amount_cart - amount to take off entire cart
discount_amount_X - take off amount off item X
discount_rate_cart - % rate to take off entire cart
discount_rate_X - % rate to take off amount off item X

The PayPal_ipn.php has lots of amount_* prefixes, so I would hope that adding the discount_* variables would not be difficult, but I'm struggling to find which OSCMAX variable contains the Discount value (to pass across to PayPal).

Has anyone been able to do this in OSCMax 2.0 yet? If so, I'd really appreciate some help of the amendments because I'm a PHP beginner.

I'm sure it would be useful to a lot of people too.

Thanks,

Michael