Home › Forums › WoodMart support forum › Popup button with shopping cart popup is not working › Reply To: Popup button with shopping cart popup is not working
March 16, 2022 at 9:56 am
#361304
Artem Temos
Keymaster
Try to add the following code snippet to the Custom JS area in Theme Settings to fix this issue.
jQuery( document.body ).on( 'wc_fragments_loaded', function(){
woodmartThemeModule.contentPopup();
} );