Hi,
this is how my dimensions looks at the moment:
2.3000 13.0000 20.5000
------
What i want is:
2,3 13 20,5
Where i need to change it?
Please provide the link of your site..
Thx for you post.
My website isnt't finisehd yet, so i wont publish it here. I send you a PM with the link!
-Tobi
I had seen your link..dimensions means height or width of the image?
no, dimensions means the height, width, length of the product (books)
Please, this is important for me! Someone have an answer??
http://php.net/manual/de/function.number-format.php
Do it like this for example:
<?php echo number_format($this->product->product_length, 2, ',', '') ?>
this gives you 2,10