Home Forums WoodMart support forum Swatches as a color not working on single product page

Swatches as a color not working on single product page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #514889

    seanbayzaev
    Participant

    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.
    #514904

    Luke Nielsen
    Keymaster

    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

    #514925

    seanbayzaev
    Participant

    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.
    #514986

    seanbayzaev
    Participant

    can someone answer?

    #515005

    Luke Nielsen
    Keymaster

    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

    #515023

    seanbayzaev
    Participant

    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.
    #515055

    seanbayzaev
    Participant

    ?

    #515119

    seanbayzaev
    Participant

    can someone help me?

    #515125

    Luke Nielsen
    Keymaster

    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

Viewing 9 posts - 1 through 9 (of 9 total)