adi5497 Posted July 23, 2020 Share Posted July 23, 2020 I have added some feature to my shop to filter select_2 based on select_1 of product combination. It's working until combination stop process and then jQuery stops and filtering not working. What is the reason why? I'm using PrestaShop 1.7.6.5 Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted July 23, 2020 Share Posted July 23, 2020 (edited) Hi.. use updatedProduct event in your themes custom.js file and reload your jquery code prestashop.on('updatedProduct', function(event) { //your jquery code here }); Thank you Edited July 23, 2020 by Nishith (see edit history) Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted July 23, 2020 Share Posted July 23, 2020 Hi.. use updatedProduct event in your themes custom.js file and reload your jquery code. prestashop.on('updatedProduct', function(event) { //your jquery code here }); Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now