How/Where do I modify the search listings header to remove the "price" column. I've already removed the price from the listings themselves...but it still shows in the header as a hyperlink to sort by price.
Thanks,
Gregg Short
[email protected]
How/Where do I modify the search listings header to remove the "price" column. I've already removed the price from the listings themselves...but it still shows in the header as a hyperlink to sort by price.
Thanks,
Gregg Short
[email protected]
What did you do to remove the price from the listings?
Thanks,
Jeff
I found a cheap fix for this (I'm sure there's a better way). On appx line 58 of product_listing.php turn this:into this:Code:$lc_text = TABLE_HEADING_PRICE;JeffCode:$lc_text = '';
I removed the prices in the same fashion. I would still like to know what you did or if there is a better way to handle either fix. Thanks!