Home › Forums › WoodMart support forum › Some Attribute Swatches are not shown on shop page › Reply To: Some Attribute Swatches are not shown on shop page
October 23, 2020 at 10:02 am
#235581
Elise Noromit
Member
Hello,
Please add this code to the functions.php of the child theme:
add_filter( 'woodmart_swatches_on_grid_right_order', '__return_false' );
Best Regards