Home Forums WoodMart support forum Catolog Mode issue

Catolog Mode issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538398

    Jose1966
    Participant

    Hi there,

    I am using on http://www.crewkerz.com the catalog mode option (activated on shop). For some reasons, the customers can still choose products in cart and get access to the cart to order.
    How could we deactivated all?
    See this link : https://www.crewkerz.com/p/bike-crewkerz-guilty-24-navy/

    Regards

    Jose

    Attachments:
    You must be logged in to view attached files.
    #538464

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Maybe you are using a custom button? So, try to add the following custom css code in Theme Settings > Custom CSS > Global Custom CSS.

    .single_add_to_cart_button {
    display: none;
    }

    Best Regards.

    #547537

    Jose1966
    Participant

    Hi Awan,

    This is workarounding the issue. I am not using any custom code. Thanks anyway.
    I added also the following to mask the quantity

    .quantity {
    display: none !Important;
    }

    .single_add_to_cart_button {
    display: none;
    }

    #547621

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your issue been resolved or not? Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Best Regards.

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