VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: okewaja on May 15, 2016, 19:15:55 PM

Title: Product length height - ".0000"
Post by: okewaja on May 15, 2016, 19:15:55 PM
Hi,

Is there any way to turn off in virtuemart the ".0000" from product_length product_height? So the value would be f.e. 18 not 18.0000?

Joomla! 3.5.1 Stable [ Unicorn ] 05-April-2016 22:45 GMT
PHP Version 5.6.4-0+tld0

Thank you,
Matt
Title: Re: Product length height - ".0000"
Post by: GJC Web Design on May 15, 2016, 22:03:57 PM
it can only be your template.. height isn't shown on the std templates

to change assume std. php number_format function
Title: Re: Product length height - ".0000"
Post by: okewaja on May 15, 2016, 22:45:55 PM
I'm not sure if I understand.
In database all products dimensions always save in .0000 format (product_length product_width product_height columns). Is there a way to save them without every time without .0000?
Title: Re: Product length height - ".0000"
Post by: GJC Web Design on May 15, 2016, 23:42:15 PM
change their display!

google  php number_format function