Results 1 to 10 of 86

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Product Listing Default Sort Order

    Well it appears that after updating to v1.3.9d this 'hack' for sort order does not work for me. I JUST went through in Easy Populate and redid the 'added on' date of every product to display it in the order I wanted, and now they are just showing up however they feel like.

  2. #2
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Product Listing Default Sort Order

    Spent days trying to sort out this ...in includes/index_filters/default_filter.php comment out line 105:

    $listing_sql .= " order by p.products_sort_order, pd.products_name";

    and add the following:

    $listing_sql .= " order by p.products_date_added DESC, pd.products_name";

    Hope this helps!

 

 

Similar Threads

  1. Replies: 14
    Last Post: 22 May 2013, 04:00 AM
  2. All Listing - default sort order
    By only777 in forum General Questions
    Replies: 0
    Last Post: 3 Jul 2009, 08:57 PM
  3. Display Product Listing Default Sort Order
    By SMps in forum General Questions
    Replies: 2
    Last Post: 17 Jan 2009, 08:08 AM
  4. Display Product Listing Default Sort Order
    By Website Rob in forum Setting Up Categories, Products, Attributes
    Replies: 17
    Last Post: 13 Oct 2008, 04:12 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