Hi
in my a product archive grid page i have products that have different variable attributes.
but they are only showing the one defined in (theme settings -> Shop -> Grid swatch attribute to display)
so if one of the products have a different attribute variables, they dont show.
i.e
product A has color attribute.
products B has width attribute.
default Grid swatch attribute to display is color = width variables dont display.
i realize this is done in the woodmart/inc/integration/woocommerce/modules/swatches.php
with the
“woodmart_swatches_list” function
is there a way i can bypass this by using a filter and show more than one attribute ?
Thanks