skip to Main Content

this is category admin section where I have set products position.

But not showing correct order on category page.

3

Answers


  1. There can be different problems in relation to this. Probably some module overwrites the category page, so the ordering is not as expected.

    If you installed some custom modules for the category page, I suggest to disable it, clean the cache and see if the sorting is okay after.

    If you are unsure, you can also see the documentation page and if there are some extra options on this page (maybe some other module added that option).

    Other than that, there are many other things that could cause this problem. For example, your theme overrides the sorting.

    Login or Signup to reply.
  2. In my case, extension "Mageplaza_LayeredNavigation" was making this issue.
    I disabled it and products start rendering with the assigned positions.

    Thanks,

    Login or Signup to reply.
  3. Mageplaza_LayeredNavigation was causing issues for my website too, so I have changed the text relevance to position in the below file path.

    /var/www/html/thinopticsnewdesign/app/code/Mageplaza/LayeredNavigation/Model/Resource/Model/Fulltext/Collection.php
    

    and everything seems fine now, position sorting gets started working.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search