Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/plugins/hikashop/waitlist_notify/ |
| [Home] [System Details] [Kill Me] |
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="2.5"
method="upgrade" group="hikashop">
<name>Hikashop WaitList notification Plugin</name>
<creationDate>12 février 2021</creationDate>
<version>4.4.1</version>
<author>Hikashop</author>
<authorEmail>dev@hikashop.com</authorEmail>
<authorUrl>http://www.hikashop.com</authorUrl>
<copyright>(C) 2010-2021 HIKARI SOFTWARE. All rights
reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html
GNU/GPL</license>
<description>This plugin enables you to notify some customers when
produts are not more out of stock.</description>
<files>
<filename
plugin="waitlist_notify">waitlist_notify.php</filename>
</files>
<params addpath="/components/com_hikashop/params">
<param name="period" type="text"
size="50" default="7200" label="PERIOD"
description="WAITLIST_NOTIFY_PERIOD" />
<param name="last_cron_update" type="text"
size="50" default="1274903175"
label="HIKA_LAST_UPDATE"
description="PRODUCTS_LAST_UPDATE" />
</params>
<config>
<fields name="params"
addfieldpath="/components/com_hikashop/fields">
<fieldset name="basic">
<field
name="period"
type="text"
label="PERIOD"
size="50"
default="7200"
description="WAITLIST_NOTIFY_PERIOD" />
<field
name="last_cron_update"
type="text"
label="HIKA_LAST_UPDATE"
size="50"
default="1274903175"
description="PRODUCTS_LAST_UPDATE" />
</fieldset>
</fields>
</config>
</extension>