Pricing Notice
Notice pricing: free edition, features, documentation and roadmap for this WooCommerce plugin.
Plans and pricing
Free
Open source under the GPL. No account, no card.
30-day money-back guarantee. No risk.
Frequently asked questions
Does Notice require WooCommerce?
Yes. Notice is a WooCommerce extension and requires WooCommerce to be active. It also requires WordPress 6.5 or later and PHP 8.1 or later.
Where does the bar appear?
At the very top of every front-end page, printed via the theme's wp_body_open hook. Most modern themes support this hook. The bar is rendered server-side, so it appears immediately on page load.
Can shoppers close the bar?
Yes, when Dismissible is on a close button appears. The choice is stored in the visitor's browser via localStorage, with no cookies and no personal data. You can set how many days the dismissal lasts (0 means forever), and editing the message text re-shows the bar to everyone.
Does Notice slow down my store?
No. The stylesheet loads only when the bar is enabled and has a message, and the small dismissal script loads only when the bar is also dismissible. The markup is plain HTML, with no JavaScript framework on the front end.
Can I schedule a promotion for specific dates?
The free version has no schedule, you turn the bar on and off manually with the master switch. Scheduling bars to a time window (a start and end date) is available in Notice Pro as part of its multiple-bars feature. Each Pro bar has its own schedule window.
Can I use formatting in the message?
Yes. The message field allows a short safe-HTML list: bold, italic, links, span and line breaks. Everything else is stripped on save by wp_kses.
Can I add a CTA button?
Yes. The bar can have an optional call-to-action button with its own label and URL. You can have the link open in a new tab, and the plugin adds rel="noopener" automatically. Leave the label blank to show text only with no button.
Does Notice pair with Ticker and Anchor?
Yes. Notice announces a message at the top of the whole store, Ticker adds a countdown on the product page, and Anchor keeps the buy button within reach. Each plugin works independently and they can be combined.