Quote Originally Posted by Takoda View Post
Thanks for your help DA.

I've been playing around for a while, sticking jscript_zen_lightbox.php in various folders, but without much luck; it works fine on the ez pages, and on the product_info page, but I can't get it to work on product listings.
what page exactly do you mean by the product listing...is it the link to the left in the sidebox "All Products"?

when i go to mine it shows the promo images but they lead to the product description page where the lightbox works on the images.

If that is what you mean then that may be the problem, your disabling that page may be what is hampering the function.

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!

not sure about this part at all --- sorry. Links are always helpful to get better help.