Home Forums WoodMart support forum Ajax go back BUGs Reply To: Ajax go back BUGs

#559415

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.