Hello,
<?php echo $this->product->product_width ?>
<?php echo $this->product->product_height ?>
I succeed in adding this two rows in an override file, but now the numbers are presented like:
Hoogte :60.0000 cm.
Potmaat :17.0000 cm.
How can I present integers instead of the above format?
Like to hear from you,
Tim Hoogland