Changing the Default Product Sort Order

Modules, Add-ons and custom code that's more than just a quick hack or Mod.
Post Reply
novista
Confirmed
Confirmed
Posts: 89
Joined: Fri Jul 03, 2009 11:22 pm

Changing the Default Product Sort Order

Post by novista »

Here are instructions for changing the default sort order from Featured to something else in the Category view. In this example, we'll change the default sort order from Featured Products to Product Price in ascending order.

If you have any questions, feel free to contact Novista Web @ http://www.novistaweb.com
  • Open /includes/classes/class.category.php
    At around line 211 you'll see "public function SetSort()". Look for "case priceasc" a few lines down.
    Copy "priceasc" and replace the word "featured" in the $sort = "featured" which you will find a few lines above. If you want to sort by review, you'd replace "featured" with "avgcustomerreview".
Michael Kopel
NovistaWeb.com
Post Reply