Jump to content

Edit History

Roger Głowacki

Roger Głowacki


add where I put the script

hi Mlody, i used this script in themes/classic/assets/js/custom.js

$(document).ready(function() {
    $(document).ajaxComplete(function() {
        yourFunction();
    });
});

and works for me; (PrestaShop 1.7.5.2)

Roger Głowacki

Roger Głowacki

hi Mlody, i used this script

$(document).ready(function() {
    $(document).ajaxComplete(function() {
        yourFunction();
    });
});

and works for me; (PrestaShop 1.7.5.2)

×
×
  • Create New...