Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

product rearrangement: ignored at load time #1443

Closed
EpifaniaCollection opened this issue Sep 27, 2016 · 3 comments
Closed

product rearrangement: ignored at load time #1443

EpifaniaCollection opened this issue Sep 27, 2016 · 3 comments
Assignees
Labels
bug For issues that describe a defect or regression in the released software

Comments

@EpifaniaCollection
Copy link
Contributor

EpifaniaCollection commented Sep 27, 2016

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

  1. Load more products (e.g. 30+).
  2. Rearrange products as administrator (e.g. put last added ones in the beginning of the page).
  3. View the page an observe the order once the "load more products" is clicked.

One may try see the behavior website: https://shop.maryhit.com

@brent-hoover brent-hoover added this to the v1.2.x milestone Apr 18, 2017
@aaronjudd aaronjudd modified the milestones: v1.2.x, Next, PDP UI Components, React UI Components Apr 25, 2017
@aaronjudd aaronjudd added UIX bug For issues that describe a defect or regression in the released software labels Apr 26, 2017
@mikemurray mikemurray modified the milestones: React - Product Grid, React UI Components May 2, 2017
@aaronjudd aaronjudd removed the ready label May 2, 2017
@brent-hoover
Copy link
Collaborator

@kieha Hopefully this was just fixed in the rewrite. Can we verify that this was fixed?

@kieha
Copy link
Contributor

kieha commented Jun 20, 2017

@zenweasel tested it out with the rewrite. It still happens. I'm looking into it.

@kieha
Copy link
Contributor

kieha commented Jun 27, 2017

Update:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues that describe a defect or regression in the released software
Projects
None yet
Development

No branches or pull requests

6 participants