VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: ZangiefJ on January 07, 2015, 06:23:17 AM

Title: How to change the unit dimension?
Post by: ZangiefJ on January 07, 2015, 06:23:17 AM
HI:

I use VM 3.0.2 + joomla 3.3.1

How to change the product unit dimension?

For example, product weight is 200g, I hope the display in front is 200g, not 200.0000g like picture that(include other height etc.)



THANK YOU!

Jeremy

[attachment cleanup by admin]
Title: Re: How to change the unit dimension?
Post by: GJC Web Design on January 07, 2015, 20:13:11 PM
It's your template  - find that line and php number_format() it - something like (check the syntax - from memory)

$weight = number_format($weight,2);