open product.php in \catalog\controller\product
find
add after
open product.php in \catalog\language\english\product
find
add after
open product.tpl in \catalog\view\theme\yourtheme\template\product
find
add after
find
add before
Good luck!
find
Code: Select all
$this->data['tab_related'] = $this->language->get('tab_related');
Code: Select all
$this->data['tab_image'] = $this->language->get('tab_image');
find
Code: Select all
$_['tab_related'] = 'Related Products';
Code: Select all
$_['tab_image'] = 'Additional Image';
find
Code: Select all
<a href="#tab-related"><?php echo $tab_related; ?> (<?php echo count($products); ?>)</a>
<?php } ?>
Code: Select all
<?php if ($images) { ?>
<a href="#tab-image"><?php echo $tab_image; ?></a>
<?php } ?>
Code: Select all
<?php if ($tags) { ?>
Code: Select all
<?php if ($images) { ?>
<div id="tab-image" class="tab-content">
<div class="image-additional">
<?php foreach ($images as $image) { ?>
<a href="<?php echo $image['popup']; ?>" title="<?php echo $heading_title; ?>" class="fancybox" rel="fancybox"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a>
<?php } ?>
</div>
</div>
<?php } ?>
GOLDEN LEOPARD SYSTEM SOLUTION
An ICT System Solution Company in Vietnam
Website: Store: http://opencart.goleo.vn or http://www.opencart.com/index.php?route ... rname=alin
Who is online
Users browsing this forum: No registered users and 3 guests