Choosing the order of my products
By default, the VTEX system orders products according to their importance on your site, i.e. by most sold and most viewed in the past thirty days.
However, you can change the order by using Querystring. Just enter a parameter in the URL to change the order of exhibition.
Parameters can also be used in URL mappings to redirect specific URLs to others, such as product listing pages. To learn more about this feature, go to URL Mapping (301 Redirect).
These are the parameters:
- Price (from lowest to highest):
?O=OrderByPriceASC
- Price (from highest to lowest):
?O=OrderByPriceDESC
- Best sellers:
?O=OrderByTopSaleDESC
- Best rated:
?O=OrderByReviewRateDESC
- Alphabetical order A-Z:
?O=OrderByNameASC
- Alphabetical order Z-A:
?O=OrderByNameDESC
- Release date (registered on the product):
?O=OrderByReleaseDateDESC
- Best discount:
?O=OrderByBestDiscountDESC
- Score (from lowest to highest):
?O=OrderByScoreASC
- Score (from highest to lowest):
?O=OrderByScoreDESC
For example: http://www.{AccountName}.com/{departament}/{category}?O=OrderByPriceASC