Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Remove 'Click to enlarge' when image is no_picture.gif

    Hi

    how can I remove the 'Click to enlarge' text, as well as the hyperlink over my product images when there is no product image (when the image is no_picture.gif)

    It seems pointless that there should be an option to view a bigger image of an image that says 'no image'

    Here is my website:
    pcselect.co.za/index.php?main_page=product_info&cPath=0&products_id=3224

    All help appreciated :)

    Thanks
    S

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,870
    Plugin Contributions
    96

    Default Re: Remove 'Click to enlarge' when image is no_picture.gif

    You can start with /includes/modules/pages/product_info/main_template_vars.php. Search for the string "PRODUCTS_IMAGE_NO_IMAGE" and set a true/false flag in that code block based on whether or not the main product image exists. Make a copy first, since this is a core file override.

    Now edit/create /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_main_product_image.php (if you're creating it, copy it from the template_default subdirectory). Each place where the code fragment
    Code:
    <span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span>
    exists, only output that code when your true/false flag indicates that the image file was found.

 

 

Similar Threads

  1. v154 Click to enlarge image window not resizing
    By ckfs1 in forum Basic Configuration
    Replies: 1
    Last Post: 22 Apr 2015, 04:19 PM
  2. v151 Click on image to enlarge?
    By BryanKollar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Feb 2014, 07:31 PM
  3. How to remove "Click to enlarge image" link on Product Info page?
    By shirster in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 May 2011, 05:54 PM
  4. no no_picture.gif
    By sjk1000 in forum General Questions
    Replies: 9
    Last Post: 30 Oct 2008, 04:05 PM
  5. subcategory image click to enlarge
    By sovens in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 May 2007, 03:59 AM

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