I have three shops and show all information on #tab-attribute. And after upgrade core code I need to repatch code.
Please change code - do not show #tab-description if $description is empty.
And then #tab-attribute will be showed by default.
Please add to /catalog/view/theme/default/template/product/product.tpl
Before
<a href="#tab-description"><?php echo $tab_description; ?></a>
Add
<?php if ($description) { ?>
and after Add
<?php } ?>
And Before
<div id="tab-description" class="tab-content"><?php echo $description; ?></div>
Add
<?php if ($description) { ?>
and after Add
<?php } ?>
Best Regards.
Who is online
Users browsing this forum: No registered users and 3 guests