Swatches as a color not working on single product page
-
I put variable product and added color atribute. But I’ve no idea why color swatches not working. As you can see on prouct category you can see color swatches and it’s working. How I can fix to show color swatches on single product page
Attachments:
You must be
logged in to view attached files.
Hello,
Please, disable all plugins that are not related to our theme. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builder
Thank you in advance
Kind Regards
the problem was enabling catalog mode. Once I disable catalog mode all colors is showing up. But I don’t need a shop with purchase. How do I need fix the problem
Attachments:
You must be
logged in to view attached files.
Hello,
We can disable the “Add to cart” button via the custom CSS code so in this case the swatches will be available and purchasing will be disabled.
.single_add_to_cart_button,
.product-grid-item .add_to_cart_button {
display: none;
}
Kind Regards
okay I’ve removed add to cart and now need to remove quantity and choose option on grid
-
This reply was modified 1 year, 7 months ago by
seanbayzaev.
Attachments:
You must be
logged in to view attached files.
Hello,
Here is a code to hide the quantity:
.single-product .quantity {
display: none !important;
}
Send me a link to your website so I can check that “choose option” from your side.
Kind Regards