If you look at:
http://kitchenwarehouseltd.com/compl...gh-gloss/cream
This is the product listing page, I want the images to link to the image source rather how they normally link to the product page.
I know I would have to change /includes/modules/template/product_listing.php
I just dont know what to change it to!PHP Code:$lc_text = '<div class="product_image"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $listing->fields['products_image'], $listing->fields['products_name'], IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT, 'class="listingProductImage"') . '</a>';}
Help!![]()


Reply With Quote
