so how can i add labels?because i want to a label display more photos of product,like this website
http://www.superbrightleds.com/moreinfo ... -kit/1537/
hope get the answer,thanks.....

Code: Select all
catalog\view\theme\default\template\product\product.tpl
Code: Select all
<?php if ($products) { ?>
<a href="#tab-related"><?php echo $tab_related; ?> (<?php echo count($products); ?>)</a>
<?php } ?>
Code: Select all
<?php if ($images) { ?>
<a href="#tab-images">More images</a>
<?php } ?>
Code: Select all
<?php if ($images) { ?>
<div id="tab-images" class="tab-content">
<?php foreach ($images as $image) { ?>
<a href="<?php echo $image['popup']; ?>" title="<?php echo $heading_title; ?>" class="colorbox"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a>
<?php } ?>
</div>
<?php } ?>
Andrei
andrei.opencart[at]yahoo.com
Themes and Extensions
Users browsing this forum: Semrush [Bot] and 13 guests