Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Bestseller option in product listing #104

Closed alinalexandru closed 7 years ago

alinalexandru commented 7 years ago

Is there an option to sort products by bestselling?

romainruaud commented 7 years ago

Hello @alinalexandru

You can configure a boost based on top sales by following the documentation of the latest 1.4 release here :

https://github.com/Smile-SA/smile-magento-elasticsearch/blob/release_1.4/doc/behavorial-search.md

But for now you will not be able to add "Top Sales" as an available sort order for users in frontend.

Regards,