Home › Forums › WoodMart support forum › Payment glitch › Reply To: Payment glitch
February 21, 2022 at 8:49 am
#354738
Artem Temos
Keymaster
Hello,
Sorry, we checked your live website, not testsite
. Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_update_fragments_fix', '__return_false' );
Kind Regards