Home Forums WoodMart support forum Catalog Mode not working

Catalog Mode not working

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

    paulo-7847
    Participant

    Hi,
    We have set up catalog mode, but the cart, prices, etc. are still appearing on our website.

    We enabled it through the following path: Theme Settings > Shop > Catalog Mode > Enable Catalog Mode

    Could you please help us resolve this issue?

    Thank you.

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

    Hello,

    Enabling Catalog Mode in Theme Settings > Shop > Catalog Mode will:

    Hide all “Add to Cart” buttons, Prevent access to Cart and Checkout pages

    However, please note that product prices will still be displayed by default. The catalog mode does not automatically hide prices.

    If you want to hide the prices, please try the following custom CSS:

    span.price {
    	display: none !important;
    }

    Best Regards,

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