Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Removing the Sort(Top) Row from the Product Listing

    I am trying to get rid of the top row from a product listing, the heading row that allows sorting. I've been able to remove the text itself by commenting out lines in /includes/modules/product_listing.php, but a blank box the size of the product boxes remains. Can anyone point me to the code that inserts this row?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing the Sort(Top) Row from the Product Listing

    Quote Originally Posted by slee View Post
    I am trying to get rid of the top row from a product listing, the heading row that allows sorting. I've been able to remove the text itself by commenting out lines in /includes/modules/product_listing.php, but a blank box the size of the product boxes remains. Can anyone point me to the code that inserts this row?
    Hard to take a shot in the dark, Post a link to the page please, so I can view the problem

    I believe this is what you are talking about..
    Product Info Page
    A. Filter Results
    1. admin panel/ configuration/ Product Listing/ Include Product Listing Alpha Sorter Dropdown
    2. set to false
    Last edited by haredo; 12 Apr 2008 at 10:30 PM.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Removing the Sort(Top) Row from the Product Listing

    Yup, a link to the site always makes it easier - do you mean the sort options that are in the product listing header (price+,etc)?

  4. #4
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Removing the Sort(Top) Row from the Product Listing

    i mean the whole top row of the listing which contains column headers that allow you to sort. it looks like there might be options to get rid of it if i update (on 1.3.0 now), i will try that.

    sry i have no link, the site is all password protected as per client's request

  5. #5
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: Removing the Sort(Top) Row from the Product Listing

    includes/modules/product_listing.php

    save as

    includes/modules/YOURTEMPLATE/product_listing.php

    edit around line 80 to comment out part below

    PHP Code:
      if ( ($column_list[$col] != 'PRODUCT_LIST_IMAGE') ) {
    #    $lc_text = zen_create_sort_heading($_GET['sort'], $col+1, $lc_text);
      

    This will remove the clickable sort functionality

    1.3.9a version

 

 

Similar Threads

  1. Replies: 2
    Last Post: 12 Mar 2010, 04:33 PM
  2. change the 'Sort By' drop down menu that appears at the top of the product list page?
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Sep 2009, 03:41 AM
  3. Removing product listing from top of the page?
    By Jonsen in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Aug 2007, 03:51 PM
  4. Replies: 3
    Last Post: 2 Apr 2007, 10:34 AM

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