Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Posts
    21
    Plugin Contributions
    0

    Default 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]

  2. #2
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Removing Price from the Search Results Listing

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

    Thanks,
    Jeff

  3. #3
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

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

  4. #4
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

    Default 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!

 

 

Similar Threads

  1. v150 Custom search results display different from Product Listing
    By QuovisCreative in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Aug 2012, 09:08 PM
  2. Removing lowest attribute price from Product Listing page
    By solarguy in forum General Questions
    Replies: 1
    Last Post: 15 May 2011, 11:44 PM
  3. Removing base price from product listing
    By NSABaits in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 15 Dec 2009, 08:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg