Home › Forums › WoodMart support forum › woodmart add to cart very slow › Reply To: woodmart add to cart very slow
March 28, 2022 at 11:22 am
#364567
Artem Temos
Keymaster
Hello,
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_true' );
Kind Regards