Skip to main content

Banner notifications

Getting started

This article describes Banners / list tab in the admin panel, which will allow users to create header and side notifications on the website. Notifications work like CMS blocks using HTML + CSS code, and can be activated on specific altshops.

There can be more than one header banner (1) visible at the same time. When the top banner is closed by the client, it will be not visible to the customer for configured in the System / Settings amount of days.

Only one side banner (2) can be visible, and it is determined by their sort order.

POWERPNT_xadQT6uj9p.png
   Visualization of the banners on the homepage (Desktop view)
POWERPNT_6mbJkpSY9X.png
   Visualization of the banners on the homepage (Mobile view)

Table of contents:

  1. Configuring the banners
  2. System / settings configuration
  3. Customer perspective

 


 

Screenshot_2020-04-29_at_19.12.41.png Configuring the banners

Top and side banners can be created and managed in the
CMS > Banners / list

info2.svg  RememberEvery created banner needs to be activated in the desired altshop. More about activating banners in the altshops can be found in the Banners / list - browsing and managing banners in altshop module article.

POWERPNT_sL98uU7a6J.png
   Visualization of the Banners / list tab

In the Banner / list tab,  it is possible to select the Show X entries (1) field to set the number of banners, displayed on one page (min 10 / max 100).

In this tab we can also find columns (2), that can be sorted, with basic information regarding the banners:

  • ID – Internal ID of the banner.
  • Location – Top or Side location.
  • Name – Internal name.
  • Start and End date - Range of dates when the banner should be visible.
  • Is Active? – Status if the banner is currently active.
  • Sort order – Sort order of the banner.
  • Update time – Last update time done by the user.
  • Actions - Three action buttons that allows to
    • Edit selected banner. Editing is the same action as Add, but with already existing element. More about it can be read below.
    • Duplicate selected banner. Duplicate creates exactly the same banner, but with a (x) at the end of the name (where X is a number).
    • Delete selected banner.

In order to create new banner, we need to click on the Add (3) button

It is possible to search for a desired banner by their name using the search box (4), change the pages when the number of banners is by default bigger than 10 (5), and see how many banners are currently visible on the page out of them all (6).

POWERPNT_5nD2chUUAS.png
   Visualization of the new banner creation

When creating new banner, we can specify:

  • Name – Internal name.
  • Location – Top or Side location.
  • Sort order – Sort order of the banner.
  • Start and End date - Range of dates when the banner should be visible.
  • Is Active? – Status if the banner is currently active.

In the content tab, we need to type HTML code in order for it to be visible on the website for the customer.

Example code for Top banner:

<div style="width: 100%">
<p style="text-align:center;">Connectes-vouz our creez votre compte pour profiter de vos <strong>avantages exclusifs</strong></p>
</div>

Example code for side banner:

<style type="text/css">.side-banner-content {
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
</style>
<div class="side-banner-content">
<p style="color: #fff;">Connectes-vouz our creez votre<br />
compte pour profiter de vos<br />
<strong>avantages exclusifs</strong></p>
</div>


With the correctly filled necessary fields and code, we can save the banner.

 


 

Screenshot_2020-04-29_at_19.12.41.png System / settings configuration

Layout banners can be closed by the customers, and they will reappear after a configured amount of time. It can be configured in the
System > System / settings > Built-in functions > Layout banners

POWERPNT_pjMmthYnYs.png
   Visualization of the Layout banners tab in the System / settings

There we can find two options, one for top banner and second one for side banners.

 


 

Screenshot_2020-04-29_at_19.12.41.png Customer perspective

Created and configured banners will be visible on the website. Top banners (1) and side banners (2) are visible on every page.

POWERPNT_xadQT6uj9p.png
   Visualization of the banners on the homepage (Desktop view)
POWERPNT_6mbJkpSY9X.png
   Visualization of the banners on the homepage (Mobile view)