Sweet! You're right that's the file Jade.

Got another issue though, i use the code: javascriptopupWindow (hilited in red), link isn't working, not popping (this is the same code i use for the shopping_cart which worked fine)

Error is : OBJECT EXPECTED

<a href="javascriptopupWindow(\'' . 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']) . '\')">' . $listing->fields['products_name'] . '</a>

code applied to the product names link on this part of my website: LINK

Quote Originally Posted by jettrue View Post
Did you try includes/modules/product_listing.php?