Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Catalogue mode: show products without selling

Products can’t be bought: the add-to-cart buttons disappear and the cart stays empty. Prices still show. For showrooms, B2B catalogues or a shop that isn’t open yet.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1

Before you switch it on: Nothing to fill in: it stays off after installing because it stops all sales. Switch it on when you mean it.

It arrives switched off, even when you install its whole pack with "Switch on after installing".

PHP
<?php

add_filter( 'woocommerce_is_purchasable', '__return_false' );
add_filter( 'woocommerce_variation_is_purchasable', '__return_false' );

Good to know

Products already in carts can’t be ordered either. Add “Hide prices from visitors” as well if you don’t want prices shown.

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.