Hi Nicolas,
These all worked except point three for removing the decimal point…
I changed the following (which sits around line 85) to the following, but it's still showing 227.000g
</span><br />
<?php if(isset(round($this->element->product_weight,X)) && bccomp(round($this->element->product_weight,X),0,3)){ ?>
<span id="hikashop_product_weight_main" class="hikashop_product_weight_main">
<?php echo JText::_('PRODUCT_WEIGHT').': '.rtrim(round($this->element->product_weight,X),',.0').' '.JText::_(round($this->element->product_weight,X)_unit); ?><br />
</span>
<?php
}
I changed them in show.php for both my templates - see attached.
Any ideas?
Thanks
Darren