Problem in putting discounts in size order
Marketing & Merchandising
•
ID:
Backlog
Published on4/3/2017
•
Last updated on12/22/2022
1 min read
Summary
Ordering the site is not working properly, since when you enter a filter for the best price or top recommendations, the products appear in a random order, or according to the previous filter, and the filter requested is not obeyed.
Filters are rendered automatically when the control <vtex.cmc:searchResult/> is used.
Simulation
- Open a page of the store window.
- Use the filter to put the store window in order.
- or force it directly in the URL with www.\{AccountName\}.com.br/categoria?PS=12&O=OrderByReviewRateDESC.
Workaround
Omit this filter option from the combo rendered by the control <vtex.cmc:searchResult/> via JavaScript.