Skip to main content

10% Discount amount incorrect!

More
14 years 5 months ago #47051 by jasonwinley
Hi,
Fantastic software btw. :)

www.dpi-uk.com/display

I've setup a discount code of 'signuk1' for 10% off. The checkout displays the incorrect discount amount but, correctly adds the total!
e.g

Total £ 695.00
Coupon -£ 83.40 --- This should be £69.50 10% of £695
Shipping £ 25.00
VAT £ 125.10
Final total £ 775.60

Many thanks Jason

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #47147 by jasonwinley
It really would be lovely to get this sorted out for my customer... Any ideas anyone?

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #47227 by jasonwinley
Never mind, realised when i got to office it was a case of replacing

echo $this->currencyHelper->format(@$this->coupon->discount_value*-1,@$this->coupon->discount_currency_id);
with
echo $this->currencyHelper->format(@$this->coupon->discount_value_without_tax*-1,@$this->coupon->discount_currency_id);

in the file 'cart' of the view 'checkout' that you can edit via the menu Display->Views.

Doh! :whistle:

Please Log in or Create an account to join the conversation.

Time to create page: 0.164 seconds
Powered by Kunena Forum