Reply To: WooCommerce demp-store-notice

Home Forums Support WooCommerce demp-store-notice Reply To: WooCommerce demp-store-notice

Home Forums Support WooCommerce demp-store-notice Reply To: WooCommerce demp-store-notice

#192022
Tom
Lead Developer
Lead Developer

Hi there,

I added this in the Before Content hook in GP Hooks:

<?php if ( is_woocommerce() ) : ?>
    <div class="store-notice">
        This is a demo store for testing purposes — no orders shall be fulfilled.
    </div>
<?php endif; ?>

How are you adding that store notice?