boimonster Posted December 7, 2004 Posted December 7, 2004 When all the products are listed, I have chosen to have the Manufacturer name listed with the product. But, I don't want it to link because it confuses customers. How do I make the manufacturer name unlink on the product listing pages only? I already changed the link on product info page to just have it link to products of that manufacturer (I found that once customers left the site to go to the manufacturer home page, they would find somewhere else to buy it). Any help?
peterr Posted December 7, 2004 Posted December 7, 2004 Hi Jason, Can you supply some more information please ? I gather by the post you mean when a product category is being displayed, like: http://example.com/index.php?cPath=18_20 is that correct ? Peter
boimonster Posted December 10, 2004 Author Posted December 10, 2004 Hi Jason, Can you supply some more information please ? I gather by the post you mean when a product category is being displayed, like: http://example.com/index.php?cPath=18_20 is that correct ? Peter <{POST_SNAPBACK}> In the OS Configuration, go to Configuration > Product Listing. I have turned Display Product Manufacturer Name on. When it lists the products, the manufacturer name is listed, but it is hyperlinked to filter the products from that manufacturer. I just want to make the manufacturer name non-linked.
peterr Posted December 10, 2004 Posted December 10, 2004 Hi, Line 105 of /catalog/includes/modules/product_listing.php $lc_text = ' <a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing['manufacturers_id']) . '">' . $listing['manufacturers_name'] . '</a> '; Simply modify it to take out the link. Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.