thelia/gratisonlinealert-module

1.0.0 2015-06-02 09:15 UTC

This package is auto-updated.

Last update: 2024-04-14 20:46:35 UTC


README

Author : Romain Ducher

  1. Usage

This module warns you if online products are currently free. Products concerned by this warning are:

  • Products with free sale elements which are not currently in promo.
  • Products with sale elements currently in promo and whose promo price is 0.

To be warned by the module you just have to activate it. If you want to turn off the warning, deactivate the module.

The warning is displayed on Thelia's administration console's homepage.

  1. Options

To select options you have to go in configuration module page.

There are 2 options :

  • Stop propagation event for creation and update. ( A product can't be free with this option )
  • Receive a mail when an product is free.
  1. Installation

Install it as a Thelia module by downloading the zip archive and extracting it in thelia/local/modules or by uploading it with the backoffice (at /admin/modules), or by requiring it with Composer:

"require": {
    "thelia/gratisonlinealert-module": "~1.0"
}