stevennickelby Posted March 17, 2006 Posted March 17, 2006 Please Help! on the "product listing pages", with the manufactures column, when you click on a manufacturer it then displays a list of all the products for that manufacturer... how do you make it so that it displays the products for that manufcturer BUT ONLY FOR THAT CATEGORY? ...Also the cetegories box -on the left, becomes closed when it displays the manufacturers products below is part of the product_listing.php, for that part. break; case 'PRODUCT_LIST_MANUFACTURER': $lc_align = ''; $lc_text = ' <a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing['manufacturers_id']) . '">'/* . $listing['manufacturers_name'] */. '</a> '; break; I can't do it...please help, Thanks
wheeloftime Posted March 17, 2006 Posted March 17, 2006 Please Help! on the "product listing pages", with the manufactures column, when you click on a manufacturer it then displays a list of all the products for that manufacturer... how do you make it so that it displays the products for that manufcturer BUT ONLY FOR THAT CATEGORY? ...Also the cetegories box -on the left, becomes closed when it displays the manufacturers products below is part of the product_listing.php, for that part. break; case 'PRODUCT_LIST_MANUFACTURER': $lc_align = ''; $lc_text = ' <a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing['manufacturers_id']) . '">'/* . $listing['manufacturers_name'] */. '</a> '; break; I can't do it...please help, Thanks Set admin->configuration->product listing->Display Category/Manufacturer Filter to 1
stevennickelby Posted March 17, 2006 Author Posted March 17, 2006 Set admin->configuration->product listing->Display Category/Manufacturer Filter to 1 Thanks for your reply.... ...but it is already switched to 1. Those manufacturer links down the column (in each product row)...if i can i would like them to 'when clicked' display all the products for the manufacturer, but only for that catergory, There is got to be a way..i am really trying to get this one,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.