Home Forums WoodMart support forum Show swatches on catalog mode

Show swatches on catalog mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198261

    ifandisalim
    Participant

    Hi,

    Swatches are not shown when catalog mode is turned.
    Can I show the swatches with catalog mode?

    Example of a swatch could be ‘color’

    NOTE: Swatches are also not shown when ‘login to see price’ function is enabled

    #198286

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    The catalog mode hides the option to buy any product from the website. That’s why it hides the swatches and product variations of variable products. That is its default functionality and you cannot override it.

    If you want to show swathes then you can disable the catalog mode and add the following Custom CSS to hide the add to cart button from the website.

    .woodmart-add-btn {
    display: none;
    }
    .single_add_to_cart_button.button.alt {
    display: none;
    }

    Then you can disable the cart icon on the header from Theme Settings >> Header Builder.

    Screenshot for Clarification: https://ibb.co/wrQw4MD

    Best Regards.

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