Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing Price from the Search Results Listing

Removing Price from the Search Results Listing

Locked

Views: 1,244

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Aug 2007, 3:26 AM
#1
greggshort avatar

greggshort

New Zenner

Join Date:
Apr 2007
Posts:
21
Plugin Contributions:
0

Removing Price from the Search Results Listing

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]

8 Aug 2007, 6:09 PM
#2
jtcreate avatar

jtcreate

New Zenner

Join Date:
Mar 2007
Posts:
32
Plugin Contributions:
0

Re: Removing Price from the Search Results Listing

What did you do to remove the price from the listings?

Thanks,
Jeff

8 Aug 2007, 6:23 PM
#3
jtcreate avatar

jtcreate

New Zenner

Join Date:
Mar 2007
Posts:
32
Plugin Contributions:
0

Re: Removing Price from the Search Results Listing

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: $lc_text = TABLE_HEADING_PRICE; into this: ```
$lc_text = '';


Jeff
8 Aug 2007, 6:26 PM
#4
jtcreate avatar

jtcreate

New Zenner

Join Date:
Mar 2007
Posts:
32
Plugin Contributions:
0

Re: Removing Price from the Search Results Listing

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!