Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Configure larger images link

    Sorry about that. I thought I was coding under a sequential condition.

    Replace:

    PHP Code:
    document.write('<?php if (IMAGE_LARGER_LINK == 'true') { echo '<a href="' zen_image_lightbox_IH2_url($products_image_largeaddslashes($products_name), LARGE_IMAGE_WIDTHLARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' addslashes($products_name) . '">' zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>' } else { zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT); ?>');
    with:

    PHP Code:
    document.write('<?php if (IMAGE_LARGER_LINK == 'true') { ? echo '<a href="' zen_image_lightbox_IH2_url($products_image_largeaddslashes($products_name), LARGE_IMAGE_WIDTHLARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' addslashes($products_name) . '">' zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>' } else { zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT); } // End of if statement. ?>');
    Should work now.
    Last edited by TheOracle; 3 Jun 2007 at 06:22 PM.

  2. #22
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Configure larger images link

    Typo, this one instead:

    PHP Code:
    document.write('<?php if (IMAGE_LARGER_LINK == 'true') { echo '<a href="' zen_image_lightbox_IH2_url($products_image_largeaddslashes($products_name), LARGE_IMAGE_WIDTHLARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' addslashes($products_name) . '">' zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' TEXT_CLICK_TO_ENLARGE '</span></a>' } else { zen_image($products_image_mediumaddslashes($products_name), MEDIUM_IMAGE_WIDTHMEDIUM_IMAGE_HEIGHT); } // End of if statement. ?>');

  3. #23
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Configure larger images link

    Update:

    http://www.zen-cart.com/forum/showpo...8&postcount=41

    Another update will be posted once it is back online.

  4. #24
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Carousel images for larger pic. link
    By avmejias in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 Sep 2011, 12:30 PM
  2. Larger images and additional images - Thanks!
    By EJTOPP in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 4 Aug 2011, 08:12 AM
  3. remove Larger Image link under additional images
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Sep 2010, 07:01 PM
  4. Larger images not getting larger
    By numberger in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Sep 2009, 07:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR