Home › Forums › WoodMart support forum › Minicart icon / amount in header stopped working 1-3 weeks ago › Reply To: Minicart icon / amount in header stopped working 1-3 weeks ago
February 1, 2022 at 9:27 am
#349352
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_false' );
Kind Regards