Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2011
    Posts
    33
    Plugin Contributions
    0

    Default Column Layout Grid for Product Listing sort bar gone?

    I asked this in the Column Layout Grid for Product Listing thread but there doesn't seem to be anyone home...
    I'm using ver 1.3.9h.
    I have installed the column_layout_grid_for_product_listing_1-3-8 mod.
    Everything seems to work fine.

    The problem is the mod seems to "cost" the sort bar.
    I mean that when I choose admin > Product Listing - Layout Style > rows, customers can sort a category by Price +/-, Model +/-, or Name +/-.

    If I select admin > Product Listing - Layout Style > columns, that sort bar disappears and customers lose a great functionality.
    Is this a broken install?
    If not, is there a way re-enable the sort bar with columnar display?
    If not, is there a(n advanced) sort mod that works with the Column Layout Grid mod?

    http://www.hawonder.com

  2. #2
    Join Date
    May 2009
    Location
    JAPAN
    Posts
    1
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing sort bar gone?

    Quote Originally Posted by jdm719 View Post
    I asked this in the Column Layout Grid for Product Listing thread but there doesn't seem to be anyone home...
    I'm using ver 1.3.9h.
    I have installed the column_layout_grid_for_product_listing_1-3-8 mod.
    Everything seems to work fine.

    The problem is the mod seems to "cost" the sort bar.
    I mean that when I choose admin > Product Listing - Layout Style > rows, customers can sort a category by Price +/-, Model +/-, or Name +/-.

    If I select admin > Product Listing - Layout Style > columns, that sort bar disappears and customers lose a great functionality.


    http://www.hawonder.com
    I have same situation.
    I really want to add this sorting function. I have tried to fix

    includes/modules/MY_TEMPLATE/product_listing.php

    But I can not still resolve it. I realized to set the following script somewhere under "if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns'){"

    line around 80 in product_listing.php
    ------------
    if ( ($column_list[$col] != 'PRODUCT_LIST_IMAGE') ) {
    $lc_text = zen_create_sort_heading($_GET['sort'], $col+1, $lc_text);
    }
    $list_box_contents[0][$col] = array('align' => $lc_align,
    'params' => 'class="productListing-heading"',
    'text' => $lc_text );

    }
    ----------------


    I can not understand to fix it.
    To solve this problem, could someone help?

    Regards,
    Shin Ota

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

    Default Re: Column Layout Grid for Product Listing sort bar gone?

    When you think about it, it probably has to be that way. When you select the listing to display in columns, each column would need all three sort options, which would really look cluttered even if there was room in the first place.

    Better would be a mod that created a dropdown containing the options above the product listing, but I'm not coder enough to write it.

 

 

Similar Threads

  1. v151 Column Layout Grid for Product Listing
    By Ardwear Clothing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Jan 2013, 06:27 PM
  2. Column Layout Grid for Product Listing sort bar gone?
    By jdm719 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 May 2011, 09:59 PM
  3. Sort function for "Column Layout Grid for Product Listing"
    By SteveDuncan in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Jan 2010, 10:46 PM
  4. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  5. Column Layout Grid for Product Listing > Sort order bug
    By edwardtilbury in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 14 Mar 2009, 04:59 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