VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: razol on March 27, 2012, 16:52:24 PM

Title: Cart price without tax and Rounding Digits 0?
Post by: razol on March 27, 2012, 16:52:24 PM
How to Rounding Digits 0 and without tax show price in mod cart? when i try sprintf the currencey now show...

J2.5 VM2.0.2 and also J2.5 VM2.0.3G
Title: Re: Cart price without tax and Rounding Digits 0?
Post by: razol on March 28, 2012, 10:17:37 AM
Or how can i show only the currency in cart ? because at put it after rounded price.
Title: Re: Cart price without tax and Rounding Digits 0?
Post by: razol on April 03, 2012, 14:27:58 PM
If i use sprintf("%.0f" , $data->billTotal); the currency is not showin... how can i display currency in cart modul? because i try a lots of varint but not works! plz help thanks!