Home Forums WoodMart support forum Hide Price and Cart – Catalog Only Mode

Hide Price and Cart – Catalog Only Mode

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

    tech-0344
    Participant

    Hi,

    I’m using the Woodmart theme and would like to use it in “catalog only” mode.

    Specifically, I want to:

    Hide all WooCommerce prices

    Remove / disable add-to-cart buttons

    Still show the product grid with filters (such as category, attributes, search, etc.)

    Is this possible with the Woodmart theme settings directly? Or do I need a plugin or custom code?

    Thank you!

    Best regards,

    #674667

    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;
    }

    If you have any questions, feel free to contact us.

    Best Regards,

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