2017 © Pedro Peláez
 

thelia-module pop-in-module

image

thelia/pop-in-module

  • Wednesday, July 22, 2015
  • by thelia
  • Repository
  • 5 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PopIn

Displays pop-ins: informations displayed on top of the pages of your store., (*1)

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is PopIn.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file, (*2)

composer require thelia/pop-in-module:~1.0

Usage

Pop-ins displays are organized into campaigns. You can manage campaigns on the module configuration page, accessible through the module configuration link on the module page, or through the tools menu. Here you can add, edit or remove campaigns., (*3)

A pop-in campaign can run for a specific period. If a start date is selected, the pop-in will only be displayed after this date. If an end date is selected, the pop-in will not be displaye after this date. You can plan multiple campaigns at once., (*4)

The pop-in content can come from different sources:, (*5)

  • Content: A Thelia content
  • Image: An image from a Thelia content in the Pop-in images folder
  • Template: A custom template in your front-office theme
  • Hook: The pop-in.content hook will be called to render the pop-in

The currently running campaign will be displayed to your visitors the first time they visit a page of your store (if you configure multiple campaign running at once, only the one created first will run)., (*6)

The Versions

22/07 2015

dev-master

9999999-dev

  Sources   Download

LGPL-3.0+

The Requires

 

22/07 2015

1.0.1

1.0.1.0

  Sources   Download

LGPL-3.0+

The Requires

 

30/06 2015

1.0

1.0.0.0

  Sources   Download

LGPL-3.0+

The Requires