john king 2 Posted July 16, 2018 hi, how to use prestashop 1.7.2.4 version this module 2 Quote Share this post Link to post Share on other sites
camylca 0 Posted September 13, 2018 Maybe it could help someone with block layered: I need to replace "#" in url with "?selected_filter=", so I changed in blocklayered.php (presta 1.6.1.20) in line 2877 $type_filter['values'][$key]['link'] = $categorie_link.'#'.ltrim($parameters, '/'); to $type_filter['values'][$key]['link'] = $categorie_link.'?selected_filters='.ltrim($parameters, '/'); in line 3185: 'current_friendly_url' => ((int)$n == (int)$nb_products) ? '#/show-all': '#'.$filter_block['current_friendly_url'], to 'current_friendly_url' => ((int)$n == (int)$nb_products) ? '/show-all': '?selected_filters='.$filter_block['current_friendly_url'], Infinite scroll in works fine for me now. Quote Share this post Link to post Share on other sites
sanoryn 0 Posted November 18, 2018 Hi All, first, I want to give a huge THANK YOU to Mr. ibndawood. His module did not work for me (skolato.cz, PS 1.6.1.4, block layered OFF) first but since I have changed the values in module settings to the ones bellow, it works like a charm. Content Selector> #center_column Navigation Selector> .bottom-pagination-content, .top-pagination-content Next Selector> .pagination_next > a Item Selector> .product_list Quote Share this post Link to post Share on other sites
xesio 0 Posted December 18, 2018 On 11/18/2018 at 9:58 PM, sanoryn said: Hi All, first, I want to give a huge THANK YOU to Mr. ibndawood. His module did not work for me (skolato.cz, PS 1.6.1.4, block layered OFF) first but since I have changed the values in module settings to the ones bellow, it works like a charm. Content Selector> #center_column Navigation Selector> .bottom-pagination-content, .top-pagination-content Next Selector> .pagination_next > a Item Selector> .product_list dude, thank you so much Quote Share this post Link to post Share on other sites
Himanshubishtt 2 Posted April 22 Hi , Can I use this module for my PrestaShop 1.7.2 version? Quote Share this post Link to post Share on other sites
Himanshubishtt 2 Posted May 13 Sir, I got an error that the module is not compliant with your ps version. I am version 1.7.2 Thanks Quote Share this post Link to post Share on other sites