This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Is it possible to show the available attributes of a product (such as wood and countertop finishes) but deactivate their functionality? Like the user can see what the available colors are but does not need to select them to add the product to the cart.
Hello,
You can try using this code in Theme Options > Custom CSS > Global Custom CSS:
.swatch-wrapper {
pointer-events: none;
}
Best regards,
Jack Richardson.
thank you! works perfectly
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: attributes, deactivate, required, themes, variations, woocommerce, wordpress
The issue related to '‘Show attributes, but make them not required or usable/deactivate variations’' has been successfully resolved, and the topic is now closed for further responses