-- HikaShop version -- : 2.4.0
Hi, I plugged in all the product characteristics (weight, dimensions etc.) but in the "specs" tab does not appear anything is completely empty, I checked the code and does not contain anything, I tried to change the templates but continues to be empty, the other tabs are working properly, i think i have a problem with the code php of tabular page, this is my code (where are specs??)
<div class="hikashop_tabs_content" id="hikashop_show_tabular_specification">
<?php
$this->setLayout('show_block_dimensions');
echo $this->loadTemplate();
if(!empty($this->fields)){
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
?>
</div>