Home › Forums › WoodMart support forum › Attribute swatches not always showing on archive pages › Reply To: Attribute swatches not always showing on archive pages
December 14, 2021 at 9:47 am
#339359
Elise Noromit
Member
Hello,
Please add this line into the functions.php of the child theme:
add_filter( 'woodmart_swatches_cache', '__return_false' );
WoodMart theme has the cache for variations to reduce the number of queries. This line would disable the cache.
Best Regards