Variable product option in a single product
-
Good, I need to see where to do so that the variable products DO NOT come out under the buy button in a single product, attached image
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the product to check it myself and help you out accordingly.
Best Regards
Hello,
These are the bundle products coming from the plugin you used to make the product bundles.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .woosb-bundles {
display: none;
}
Best Regards