@magenable/medusa-plugin-top-bar-notification
v1.0.5
Published
This is a MedusaJS plugin that allows to display simple notices at the top of a storefront
Readme
Top Bar Notification
Top Bar Notification is a MedusaJS plugin that allows to display simple notices at the top of a storefront.
Installation
- Run the following command to install the plugin with npm:
npm install --save @magenable/medusa-plugin-top-bar-notificationor with yarn:
yarn add @magenable/medusa-plugin-top-bar-notification- In the medusa-config.js file of your MedusaJS store add the following plugin:
module.exports = defineConfig({
// ...
plugins: [
{
resolve: '@magenable/medusa-plugin-top-bar-notification',
options: {},
},
],
// ...
})- Run migrations
npx medusa db:migrate- Install the following component for MedusaJS Starter Storefront (Next.js Starter Storefront) and then run the provided npx command:
npm install @magenable/medusa-plugin-top-bar-notification-storefrontnpx @magenable/medusa-plugin-top-bar-notification-storefrontUpgrade
npm update @magenable/medusa-plugin-top-bar-notificationor
yarn upgrade @magenable/medusa-plugin-top-bar-notificationAdmin UI



Storefront view:

About developer
The component is developed by Magenable (https://magenable.com.au), eCommerce consultancy specializing in Magento/Adobe Commerce based in Melbourne, Australia
