Product Sort Latest To Oldest

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeProduct Sort Latest To Oldest

This topic has been marked as resolved.

hi,

Can I know how I can change product page to sort from Latest To oldest?

Thanks in advance.

 3antz
November 5, 2011 at 1:08 pm #3251

Hi,

Take a look at this topic:

http://support.themeburn.com/topic/sort-by-default-repeating-some-products-from-1st-page-not-showing-others

It offers what you need.

Best,
ThemeBurn team

November 6, 2011 at 11:42 pm #3285

hi there,

Is the code below applicable for admin products page?

Thanks.


You can also make the default sorting by date added:

1. Open catalog/controller/product/category.php
2. Go to line 15 and replace it with

$sort = 'p.date_added';

3. Co to line 21 and replace it with:

$order = 'DESC';

 3antz
November 14, 2011 at 5:42 pm #3512

@3antz,

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Regards, ThemeBurn team

November 16, 2011 at 10:27 am #3585
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.