Known issues
Problem in putting discounts in size order
Problem in putting discounts in size order
ID:
Backlog
Published on 4/3/2017
•
Last update on 12/22/2022
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.