Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Posts
    37
    Plugin Contributions
    0

    Default New products shows newest first - how?

    Hello all,

    I would like to display products in all the categories and sub categories from newest first to oldest... and this should be by default. Can anyone help me how to do this?

    Many Thanks,
    Aditya

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,713
    Plugin Contributions
    6

    Default Re: New products shows newest first - how?

    You could customize the file:
    /includes/index_filters/default_filters.php

    and find this section of code around line 102:
    Code:
    // sort by products_sort_order when PRODUCT_LISTING_DEFAULT_SORT_ORDER is left blank
    // for reverse, descending order use:
    //       $listing_sql .= " order by p.products_sort_order desc, pd.products_name";
              $listing_sql .= " order by p.products_sort_order, pd.products_name";
    customize the way you want the order by to be when it has been set to blank ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Newest products on top
    By ManWithAPlan in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 28 Mar 2011, 09:34 PM
  2. How to Display newest products per day
    By shake in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Apr 2010, 03:47 PM
  3. New products shows newest first - how?
    By Azeela in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Apr 2008, 11:36 AM
  4. Log In To See Newest Products, but see all others if not
    By Outlawlb in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 17 Mar 2007, 02:33 AM

Bookmarks

Posting Permissions

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