-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
Hi,
I've create a custom field called "shiipping"; I like that filed doesn't appeared when it is empty, I try with this code but is not correct:
<?php if (!empty ($this->row)) {?>
<li class="border"><span>.</span></li>
<li><a href="#two" data-toggle="tab"><h5 class="clearfix rtlmargin-custom"><span class="pull-left margin-reset"><?php echo JText::_('SHIPPING_FEES') ; ?></span>
</h5></a></li>
<?php }?>
<?php if (!empty ($this->row)) {?>
<div class="tab-pane" id="two">
<div id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php echo $this->row->shipping; ?>
</div>
</div>
<?php } ?>
I have also a problem with product in this link:
www.apicestore.com/def/index.php/pagina-...how/2-matteo-fontana
If you see in the tab "prodotti" the product can't see very well. Are you an idea what is the problem?
Thanks and Good Job
Matteo Fontana