Home Forums WoodMart support forum Payment glitch Reply To: Payment glitch

#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