Re: remove Larger Image link under additional images
heres another idea for this.
edit:
includes/languages/english.php
find the following:
define('TEXT_CLICK_TO_ENLARGE', 'larger image');
you can add another line like this:
define('TEXT_CLICK_TO_ALTERNATE', 'alt image link text');
if you want no text on the link, use:
define('TEXT_CLICK_TO_ALTERNATE', '');
---------------------------------------------------------------------
then edit:
includes/modules/YOUR_TEMPLATE/additional_images.php
replace all the instances of TEXT_CLICK_TO_ENLARGE
with TEXT_CLICK_TO_ALTERNATE
zen cart: vers. 1.3.8, php 5
grid layout mod.
Bookmarks