VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: MyDesigner on August 15, 2016, 17:32:22 PM

Title: Rounded Prices. (SOLVED)
Post by: MyDesigner on August 15, 2016, 17:32:22 PM
Hello, it's possible to round total prices in cart ?
For example, if in cart total price is 3,78 Eur to convert it in 3.80 Eur or if total price is 3,74 Eur to convert it in 3,70 Eur and total round inserted and writed in cart, above and under total cart amount.
Thanks.

I have Joomla 3.6 and VirtueMart 3.0.17 .
Title: Re: Rounded Prices.
Post by: jenkinhill on August 15, 2016, 18:05:17 PM
Closest would be to turn on Use the Rappenrundung for Swiss CHF   
Bit more here:  http://forum.virtuemart.net/index.php?topic=132230
Title: Re: Rounded Prices.
Post by: MyDesigner on August 15, 2016, 18:13:07 PM
Hello, it's Eur not CHF. It's same configuration ?
Title: Re: Rounded Prices.
Post by: GJC Web Design on August 15, 2016, 20:48:05 PM
If u read my post on this you will see that there is a problem anyway as it needs a hack to actually round the totals not just the display

http://forum.virtuemart.net/index.php?topic=132230.msg457410#msg457410

in your case just add the euro id

if($this->vendorCurrency_numeric==978 and VmConfig::get('rappenrundung',FALSE)=="1"){
Title: Re: Rounded Prices. (SOLVED)
Post by: MyDesigner on August 16, 2016, 19:00:22 PM
Thanks for your reply.