Lorem ipsum

Category functions ajax

<script>
function functionName(){
// function
}

$(document).ready(function(){
functionName();
});
document.addEventListener('ShoptetDOMPageContentLoaded', function() {
functionName();
});
document.addEventListener('ShoptetDOMPageMoreProductsLoaded', function() {
functionName();
});
</script>