views:

57

answers:

1

I have a Magento shop and we use Barclaycard ePDQ as our payment method. I recently created a new cart rule that gives you 10% off discount when using a coupon code. Everything goes well with Magento - the coupon applies - but after I press Checkout and it takes me to the Barclaycard ePDQ page, I notice that the total amount to pay is actually the regular price + the discount amount, which is really weird because when I look at my order reports it seems that the grand total is with the discount.

Have someone stumbled upon this or can guide me where exactly to check?

A: 

I saw this problem in an earlier version of Magento with regards to Paypal. The issue was that the processor was expecting a negative value (-5.00) and Magento was passing a positive one (5.00) or vice versa. I'd check the redirect page from Magento and see if the discount is applied with the opposite sign.

Joseph Mastey
Thanks, Joeseph! Meanwhile I solved it, it was something similar to your problem but I changed a few things in the PDQ extension and I got it work.
creativityhurts