Hi,
I would like to hide the product image URL displayed on the product page when mouse over image.
For example:
website/opencart/image/cache/data/ourcategory/producta-500x500.jpeg
I am sure product.tpl can be modified but don't know the code well enough.
1) open product.tpl
Find this block of statement if you are using default theme:
Replace it with
Find this block of statement if you are using default theme:
Code: Select all
<div class="image"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="colorbox"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></a></div>
Code: Select all
<div class="image"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></div>
Opencart Extensions | Professional opencart support | Support Ticket | support@cartbinder.com
Who is online
Users browsing this forum: No registered users and 5 guests