Home Forums WoodMart support forum Problems with cache and “CART” Reply To: Problems with cache and “CART”

#357878

kushlv
Participant

Checked, It works, but when you go thru the pages, you can see that the “Cart” in header is showing different total cost for a millisecond and then jumps back to the price, that it should be. Basically, this is what this code did: add_filter( ‘woodmart_update_fragments_fix’, ‘__return_false’ ); by adding it in functions.php.

Can you take that flickering off? Please?