Variations and swatches not showing on product page
-
Hi,
I have created attributes and all the terms, however the variations are not showing on the product page where they should be. Not even as dropdown.
However the attributes appear as thumbnail on top right corner of the main image of the product (circled).
Thank you.
Attachments:
You must be
logged in to view attached files.
UPDATE:
Found the issue, the swatches disappear when the Catalog Mode is on. We need the catalog mode however we also need the swatches.
Also, we want to remove the variations from showing on the product image (as per attachment).
Thank you.
Hello,
Sorry but this is how the catalog mode works by default.
You can try using the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to hide the add to cart button instead of enabling the catalog mode.
.wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
display: none;
}
To remove the image please edit the attribute and disable the option in the screenshot.
Screenshot for Clarification: https://ibb.co/H7q4cTv
Best Regards