Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Sort order based on 2 list columns product listing

    Hi

    I am Creating a new website using latest zen 1.37.

    I have created some custom fields and displayed them in the product listing. They can be sorted individually.

    I was wondering if it is possible to have the default sort order so one column is sorted in ascending order but then so is the another one.

    for example I have a field which is text called thread - it is thread size.

    I can sort by this easily enough. But then there is another column called length (whic is decimal) - I can sort this easy enough.

    However I when I click to sort thread I want length to be sorted in ascending order too as asecondary measure

    Currently

    Thread length
    M10 12
    M10 40
    M10 6
    M11 12
    M11 2

    I want

    Thread length
    M10 6
    M10 12
    M10 40
    M11 2
    M11 12

    I will be adding lots of products so I dont want to spend lots of time fidling with the sort orders when adding a product.

    Does anyone know how to do this?

  2. #2
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Sort order based on 2 list columns product listing

    Update Think I worked it out by modifyying the default filters

    case 'PRODUCT_LIST_THREAD':
    $listing_sql .= "p.products_Thread " . ($sort_order == 'd' ? 'desc' : '') . ", p.products_L";
    break;

 

 

Similar Threads

  1. Change Order of Columns in Product List Help
    By chris_black_hills in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jan 2012, 07:16 AM
  2. Product Listing - SORT ORDER???
    By kgmmusic in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 Feb 2009, 12:06 PM
  3. product listing: change number of columns based on category?
    By fcegarra in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 7 Apr 2008, 04:53 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