News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Small Bug - Discount Amount Display on checkout

Started by carbon, July 04, 2013, 05:28:28 AM

Previous topic - Next topic

carbon

Upgrade (on staging site) from 2.0.18a > 2.0.21g
Discount Amount Display on checkout (PricebillDiscountAmount) Is now displaying incorrect format in total line. -15.00 $ Should be $15.00 Other totals, Tax and Total are in correct format.
Live site 2.0.18a displays PricebillDiscountAmount correctly.

PHP 5.4.16
Joomla! 2.5.8

AH

Regards
A

Joomla 3.10.11
php 8.0

carbon


carbon

This is still a problem in 2.0.21h

Currency New Zealand Dollar
English (United Kingdom)
PHP 5.4.16
Joomla 2.5.11

alatak

Hello
Yes it is due to your currency settings.
For New Zealand dollar , it is set as {sign}{number} {symbol}

you should change it to
{symbol}{sign}{number}

Go in Configuration > Currencies to change it.

Milbo

Please check your currency settings. The original currency setting for NZD
positiv: {number} {symbol}
negativ: {sign}{number} {symbol}

The difference is that we display in vm2.0.22 the coupon as negative value.

For me it looks like you changed the format of the postive value display, but not the negative format. because you have atm {symbol}{number}

If the data for new NZD is wrong, then tell us
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

alatak

Hello
The data was wrong for the New Zealand Dollar. I have fixed the installation sql table with {symbol}{sign}{number}
Tell us if it is the correct format.