Minicart icon / amount in header stopped working 1-3 weeks ago
-
Hello,
The minicart icon / amount located in the header has stopped working when using WP Rocket. I have 2 live sites and 1 in development and all 3 does not update the icon / amount. An issue that seems to me appeared after latest wordpress / woocommerce update 1-3 weeks ago.
I have done all kind of tests, deaktivated plugins, on clean install, emptied browser cache + + + but with no luck. Also tested with some fix plugins i got from WP Rocket with no luck.
Any idea?
Brgds
Rune
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
Fantastico, that did the trick.
Thanks a lot 🙂
Brgds
Rune
You are welcome! We will fix this in our next theme update too.
Kind Regards
The topic ‘Minicart icon / amount in header stopped working 1-3 weeks ago’ is closed to new replies.