Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default How to edit product listing image link code?

    I have a own css that I can make a hoower popup, meaning that when cursor is on top of image it is automatically displayes in large size as popup.
    When hoower of image enlarged image dissapears.

    What I need is to edit the product listing's image link code.
    I would need direction where about the code is defined for the image in product listing.

    Note that I am using module "Column Layout Grid for Product Listing".

    I presume I need to look in file tpl_modules_product_listing.php

    There is following code (how to look further?)
    <?php
    /**
    * load the list_box_content template to display the products
    */
    if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    } else {// (PRODUCT_LISTING_LAYOUT_STYLE == 'rows')
    require($template->get_template_dir('tpl_tabular_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_tabular_display.php');
    }
    ?>

    marksu

  2. #2
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: How to edit product listing image link code?

    Any succestion on where to edit to create my custom product image with link on product list.

    marksu

 

 

Similar Threads

  1. v151 On the product listing make product image link do somewhere else
    By DannyVarley in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jul 2013, 04:22 PM
  2. Add image/link to product listing page...
    By C_R_C in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jul 2010, 12:33 AM
  3. Set Product Listing Images to link to Image not Product Info
    By Ruts67 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Feb 2010, 12:35 AM
  4. Product listing image link
    By gociak in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jan 2010, 11:04 AM
  5. how to edit product listing description format
    By aw3s0me in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 8 Dec 2007, 09:34 PM

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