-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.4.40
-- Browser(s) name and version -- : CHROME 46.0.2490.71
Hi,
I've copied this code:
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
<?php
echo "ISBN: ".$this->element->product_code;
?>
</span>
after the
if(empty ($this->element->characteristics) || $this->params->get('characteristic_display')!='list'){ ?>
in show_default page, but at the end of code there is a number (_1_4) that I don't want, is possible to hide it?
Is it possible to change the caracteristics value like the attached image?
Any help is appreciated.
Thank you