Home › Forums › WoodMart support forum › Theme Conflicting w/ WooCommerce Subscription & All Products Add-On › Reply To: Theme Conflicting w/ WooCommerce Subscription & All Products Add-On
May 2, 2020 at 5:17 pm
#191770
Artem Temos
Keymaster
To solve this problem you need to disable Remove duplicate price for variable product
option in our Theme Settings and remove your custom CSS from the customizer
.variations_form .woocommerce-variation {
display: none !important;
}