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
it can only be your template.. height isn't shown on the std templates
to change assume std. php number_format function
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?
change their display!
google php number_format function