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
When the gallery is loaded, before the "load more products" is clicked, it should show the correct first products. When "load more products" is clicked, all the new products are added to the lower part of the page only, and not mixed with the already presented products.
Actual Behavior
It loads the products in the order they were created; they are only filtered based on the order provided.
This way, each time "load more products" is clicked, products get rearranged, and some of the new products are added between the products which were already listed.
Why it's important: the client won't scroll back to the first part of the page to see the newly added products between the first lines, therefore not aware of those new ones, between the already seen ones.
Steps to Reproduce the Behavior
Load more products (e.g. 30+).
Rearrange products as administrator (e.g. put last added ones in the beginning of the page).
View the page an observe the order once the "load more products" is clicked.
Expected behavior
When the gallery is loaded, before the "load more products" is clicked, it should show the correct first products. When "load more products" is clicked, all the new products are added to the lower part of the page only, and not mixed with the already presented products.
Actual Behavior
It loads the products in the order they were created; they are only filtered based on the order provided.
This way, each time "load more products" is clicked, products get rearranged, and some of the new products are added between the products which were already listed.
Why it's important: the client won't scroll back to the first part of the page to see the newly added products between the first lines, therefore not aware of those new ones, between the already seen ones.
Steps to Reproduce the Behavior
One may try see the behavior website: https://shop.maryhit.com
The text was updated successfully, but these errors were encountered: