Describe the bug
Sorting by price tax excl not working after changing pages
To Reproduce
Steps to reproduce the behavior:
Screenshots
https://drive.google.com/file/d/1q2BipKus_ARANjNbdH5jsaJhYW4l6-1L/view?usp=sharing
Additionnal information
PrestaShop version: 1.7.6.x
PHP version: N/A
Thank you @marionf for this constructive issue (at least for me who is blocked trying to understand what is happening under the hood).
Could you please, when you have time, help me. I think we should find a better way to reproduce this issue.
I finally managed to reproduce this issue :D. The problem comes from pagination. Tricky to fix for the moment but I will give a try later.
Thank you very much
Hello @arouiadib
We plan to re-migrate the product listing in symfony for the 1.7.8 version, we will fix this bug by the way
@marionf , Good news thank you
Hello @marionf ,
Let me please add another question for a better understanding. By re-migration, you mean from Symfony+Twig to Symfony+VueJs. Right? Or we will be using same technology but with different architecture?
Thank you very much
I don't have the answer but maybe @matks has it ?
Hello @marionf ,
Let me please add another question for a better understanding. By re-migration, you mean from Symfony+Twig to Symfony+VueJs. Right? Or we will be using same technology but with different architecture?
No, we keep Symfony+Twig.
Product page listing was migrated to Symfony+Twig a long time ago following an specific architecture. Since then, we have built a generic system to create listings in Symfony page (see https://devdocs.prestashop.com/1.7/development/components/grid/) that we are using for all of our listings.
So today we have
This is bad on multiple levels: developers need to learn 2 systems, twice the cost of maintainance ...
So we're going to re-migrate the product listing so it is built using the Grid in order to harmonize all prestashop listings. This way we'll be able to say "hello, if you want to modify a listing in PrestaShop BO, you just need to learn how to use the Grid, and then you know how any listing works"
@matks, thank you for the explanation. Important before building a BO module with listing.
I think documentations has evolved over time. Thanks to every contributor.
Most helpful comment
No, we keep Symfony+Twig.
Product page listing was migrated to Symfony+Twig a long time ago following an specific architecture. Since then, we have built a generic system to create listings in Symfony page (see https://devdocs.prestashop.com/1.7/development/components/grid/) that we are using for all of our listings.
So today we have
This is bad on multiple levels: developers need to learn 2 systems, twice the cost of maintainance ...
So we're going to re-migrate the product listing so it is built using the Grid in order to harmonize all prestashop listings. This way we'll be able to say "hello, if you want to modify a listing in PrestaShop BO, you just need to learn how to use the Grid, and then you know how any listing works"