magenable/sylius-top-bar-notification-plugin

A plugin for Sylius which displays top bar notifications on the shop


README

Sylius

Top Bar Notification is a Sylius plugin, which allows to display a banner/notice at the top of shop pages, before all other content.

shop-view

Installation

This installation instruction assumes that you're using Symfony Flex.
  1. Require plugin with composer:
composer require magenable/sylius-top-bar-notification-plugin

Remember to allow community recipes with composer config extra.symfony.allow-contrib true or during plugin installation process for the package magenable/sylius-top-bar-notification-plugin

  1. Apply migrations to your database:
bin/console doctrine:migrations:migrate

User Guide

Go to Magenable > Top Bar Notifications in the main menu of admin panel.

menu

The notification page has three sections:

  • General
  • Styles
  • Translations

General

On this section you can:

  • Enable the notification
  • Fill in the Name
  • Specify Priority
  • And select Channels

general

Styles

This section has the following fields:

  • Text position
  • Background color
  • Text color
  • Text size (px)
  • Padding size (px)

styles

Translations

On this section you can fill in the content field in different languages. HTML code is not allowed here, but you can specify bold text and links using special markup.

translations

About developer

The plugin is developed by Magenable (https://magenable.com.au), eCommerce consultancy based in Melbourne, Australia.

magenable