Does this page have an entry under modules/pages - I can't see anything obvious?
I tried on the products_all page, and that didn't work either...
Does the image link need editing? For the product_listing.php I've currently got the code like this, to disable the product details page, which I don't need.
PHP Code:
$lc_text = '<h3 class="itemTitle">' . $listing->fields['products_name'] . '</h3><div class="listingDescription">' . zen_trunc_string(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id'])), PRODUCT_LIST_DESCRIPTION) . '</div>';
Any further help will be appreciated!
Bookmarks