Home › Forums › WoodMart support forum › Ajax go back BUGs › Reply To: Ajax go back BUGs
April 22, 2024 at 12:23 pm
#559415
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below code and paste this code Global JS area in Theme Settings >> Custom JS >> Global JS Section:
window.addEventListener('popstate', function() {
woodmartThemeModule.$document.trigger('wdShopPageInit');
});
Best Regards.