Zen Cart Logo
Forums / General Questions / Click to Enlarge Button is missing under images?

Click to Enlarge Button is missing under images?

Locked

Views: 1,057

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Jul 2008, 5:51 PM
#1
woodsie avatar

woodsie

New Zenner

Join Date:
Mar 2008
Posts:
3
Plugin Contributions:
0

Click to Enlarge Button is missing under images?


Hi,

I have recently re-designed my website. www.oneblankwall.co.uk since the re-design the 'click to enlarge' button under the products images has disappeared. Is there a way of retrieving this or do i have to reinstall a module

thanks in advance.

8 Jul 2008, 6:29 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Click to Enlarge Button is missing under images?

Check your tpl_modules_main_product_image.php as this is where the code is

zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';

It is a constant that you may have edited in your english.php file

define('TEXT_CLICK_TO_ENLARGE', 'larger image');