This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello,
1.when we add a product with 2 variables we get this message on the shop:
“sorry this product is unavailable. Please choose a different combination”
we set that there is no need to manage stock and we set in the back office all the combinations.
2. even where is one option and we choose it, we see the word “clear”. can we not display it?
thanks
Hello,
1. Please check how this works with default WC theme – Storefront
2. To disable the “Clear” you can add this code in Theme Options > Styling > Custom css:
.single-product .value .reset_variations {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up