jdanthinne / advancedfeaturesvalues

Prestashop module to enable multiple values selection for features, and features values ordering.
GNU General Public License v2.0
38 stars 20 forks source link

Pagination and filtering not working correctly #24

Open kski-cf opened 8 years ago

kski-cf commented 8 years ago

Hey, I have faced some issues within blokclayered.php override and blokclayered.js (after removing both all is working fine). In short words:

  1. the "/page-x" from url is removed once changing the pages.
  2. sometimes when more than 1 value is choosen for the feature, changing the page causes the one or more values are removed from filter (and from url)

I am trying to debug this and comparing it with the current original blocklayeread module's files. And there I have some doubts in what are your changes because of module requirements and what are the changes in blocklayered itself. Could you please:

  1. provide some clues what are the real changes of yours in this particular files (blokclayered.php and blokclayered.js)? What was intended to be changed.
  2. what was the version of original files that you have based on? (if you can share the link to prestashop github)

Thanks

mity23 commented 6 years ago

Hello, I have the same problem now. Did you find some solution?

Thank you!