How does Shop Notice element work?

This might be a question more specific to the plugin I’m using (Woocommerce Simple Auctions) but there are a number of notices that do not appear so I’ve been trying to figure out how to add these to the relevant auction page template I am making in Cornerstone.

Shop Notice doesn’t really have any options so I get that it pulls notices from WooCommerce. I can also see that wc_add_notice is what is called to print the notices in question. I’m just not sure if there’s anything we can modify on the backend to make sure these messages are all displayed.

Hi @dobacco,

Thanks for reaching out.

The Shop Notice element works correctly with the WooCommerce Single and WooCommerce Archive templates and should display all standard WooCommerce notices. If it’s not appearing as expected, the issue may be related to the notice being generated by a third-party plugin .

I recommend checking with the plugin author to confirm how their notices are implemented.

Additionally, you might try using one of the pre-defined templates to see if the notices appear correctly there. This can help narrow down the reason behind the problem.

Please note that we do not provide support for customizations or issues arising from third-party plugins , as that is beyond our scope.

Thanks