39 lines
1.8 KiB
Smarty
39 lines
1.8 KiB
Smarty
{*
|
|
* 2014 - Agencya SARL
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* The source code of this module is under a commercial license.
|
|
* Each license is unique and can be installed and used on only one shop.
|
|
* Any reproduction or representation total or partial of the module, one or more of its components,
|
|
* by any means whatsoever, without express permission from us is prohibited.
|
|
* If you have not received this module from us, thank you for contacting us.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future.
|
|
*
|
|
* @author Agencya
|
|
* @copyright 2014 - Agencya SARL
|
|
* @license commercial
|
|
* International Registered Trademark & Property of Agencya SARL
|
|
*}
|
|
|
|
<div class="form-group">
|
|
<label class="control-label col-lg-3">
|
|
<span class="label-tooltip" data-toggle="tooltip"
|
|
title="{l s='Enable this option to automatically override existing specific prices with flash sales custom prices' mod='flashsales'}">
|
|
{l s='Override specific prices' mod='flashsales'}
|
|
</span>
|
|
</label>
|
|
<div class="col-lg-4">
|
|
<span class="switch prestashop-switch fixed-width-lg">
|
|
<input id="flashsale_del_specificprice_on" type="radio" value="1" name="flashsale_del_specificprice" {if Configuration::get('FLASHSALE_DEL_SPECIFICPRICE')|boolval}checked="checked"{/if}>
|
|
<label class="radioCheck" for="flashsale_del_specificprice_on">{l s='Enabled' mod='flashsales'}</label>
|
|
<input id="flashsale_del_specificprice_off" type="radio" value="0" name="flashsale_del_specificprice" {if !Configuration::get('FLASHSALE_DEL_SPECIFICPRICE')|boolval}checked="checked"{/if}>
|
|
<label class="radioCheck" for="flashsale_del_specificprice_off">{l s='Disabled' mod='flashsales'}</label>
|
|
<a class="slide-button btn"></a>
|
|
</div>
|
|
</div>
|