You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behavior is to display the results currently available, followed by the unavailable items. Displaying unavailable products can be frustrating to the customer.
Your Environment
This test was performed in the workspace novaloja--pilateslovers.myvtex.com.
The text was updated successfully, but these errors were encountered:
Unavailable items have the priced marked as 00,00 so when the parameter OrderByPriceASC is used, the first items to be displayed are unavailable.
Expected Behavior
Unavailable items should be displayed after the rest of the search results.
Current Behavior
Unavailable items are being displayed before the rest of the search results, due to their price being loaded as zero.
Steps to Reproduce (for bugs)
Create a shelf with the code below:
Context
The expected behavior is to display the results currently available, followed by the unavailable items. Displaying unavailable products can be frustrating to the customer.
Your Environment
This test was performed in the workspace novaloja--pilateslovers.myvtex.com.
The text was updated successfully, but these errors were encountered: