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 .
Closest would be to turn on Use the Rappenrundung for Swiss CHF
Bit more here: http://forum.virtuemart.net/index.php?topic=132230
Hello, it's Eur not CHF. It's same configuration ?
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"){
Thanks for your reply.