Suppose a website run in 4 currencies: USD, EURO, Japan YEN and South Korean won. USD is the default currency
For Product A, I set the USD price to be 19.90 USD, the opencart convert it to 14.75EURO, 2031.6 Yen and 21549 Won
Is it possible that the price to be rounded to 14.99EURO, 2099Yen and 21999 Won?
Thank you
Yes, it is useful for multi-currency site and is relatively easy, I hope there is one extension like that soontarheit wrote:I'm not aware of any mod that does that (ie. round up to nearest euro -1, nearest 100 yen -1, etc.)
Should be reasonably easy to do though by modifying the currency calculation.
there are 2 additional value to configure for each currency
1: to determine the currency to be round to nearest 0.01,0.1,1,10 or 100
2: to determine what value to minus to the rounded value by step 1
for example:
To round the Japanese Yen from 2031.6 to 2099, it means that the yen should be rounded to nearest 100, and minus 1 upon that
1: to determine the currency to be round to nearest 0.01,0.1,1,10 or 100
2: to determine what value to minus to the rounded value by step 1
for example:
To round the Japanese Yen from 2031.6 to 2099, it means that the yen should be rounded to nearest 100, and minus 1 upon that
Who is online
Users browsing this forum: Majestic-12 [Bot] and 66 guests