Allow store owner to decide the product sorting options available per category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Currently we have only a setting to allow product sorting or not - but I've seen a number of posts about changing the default product sorting.

It's quite difficult to change the default display order of products - we need to start in
     Libraries\Nop.Core\Domain\Catalog\ProductSortingEnum.cs


it would be useful to have some interface whereby the store owner could decide what order the products were sorted by without having to change the source.



ideally, on the category page, admin would have a checkbox 'allow product sorting'

if selected he would have a grid of the existing product sorting options eg


option                                       display order                       published

Position                                              1                                               no                               edit
Name: A to Z                                      2                                               yes                             edit
Name: Z to A                                      3                                               yes                             edit
Price: Low to High                            4                                               yes                             edit
Price: High to Low                            5                                               yes                             edit
Created on                                         6                                               no                               edit


If only one option was published, then on the store page, the product sorting dropdown would not appear but the published option would be the one used by default
9 years ago
Hi Hayden,

Thanks for suggestion. Sure. Please find this work item here
7 years ago
Hi Hayden,

And finally done (in the upcoming version 3.80)
7 years ago
Hi,
I want to edit,
Postion,Name: A to Z and .....

How can i do??
7 years ago
kunvar wrote:
Hi,
I want to edit,
Postion,Name: A to Z and .....

How can i do??


You can Edit it from ProductSortingEnum Located at Nop.Core > Domain > Catalog > ProductSortingEnum
7 years ago
kunvar wrote:
I want to edit,
Postion,Name: A to Z and .....

If you just want to edit the values that are displayed in the dropdown in the public store then you can do it from the string resources tab of the appropriate edit language page. Search for resources with productsortingenum in the resource name.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.