| Current Path : /home/jlgagfroyt/www/plugins/acymailing/virtuemart/ |
| Current File : /home/jlgagfroyt/www/plugins/acymailing/virtuemart/virtuemart.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="2.5" method="upgrade" group="acymailing">
<name>AcyMailing Tag : VirtueMart integration</name>
<creationDate>juillet 2015</creationDate>
<version>4.9.4</version>
<author>Acyba</author>
<authorEmail>dev@acyba.com</authorEmail>
<authorUrl>http://www.acyba.com</authorUrl>
<copyright>Copyright (C) 2009-2015 ACYBA SAS - All rights reserved.</copyright>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<description>This plugin enables you to insert VirtueMart product,coupon, user information inside any e-mail sent by AcyMailing</description>
<files>
<filename plugin="virtuemart">virtuemart.php</filename>
</files>
<params addpath="/components/com_acymailing/params">
<param name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-virtuemart"/>
<param name="customtemplate" type="customtemplate" label="Custom template" description="Click on the Custom template button to create a custom layout that will override the default view" default="tagvmproduct" help="virtuemart"/>
<param name="vat" type="radio" default="1" label="Add the Tax to the price" description="Select yes or no depending if you want to add the Tax to the displayed price or not">
<option value="0">No Tax</option>
<option value="1">Yes, include the Tax</option>
</param>
<param name="priceformat" type="list" default="english" label="Price Format" description="Choose the price display style">
<option value="english">CUR1376.23</option>
<option value="french">1 376,23 CUR</option>
</param>
<param name="stock" type="radio" default="0" label="Only products in stock" description="Using the products insertion via the category selection, should AcyMailing only display products in stock?">
<option value="0">No, display all products</option>
<option value="1">Yes, only in stock</option>
</param>
<param name="shopper_group_id" type="text" size="5" default="0" label="Default Shopper Group ID" description="AcyMailing will display your product price using this Shopper Group ID" />
<param name="itemid" size="10" type="text" default="" label="Default Itemid" description="ID of the menu attached to VirtueMart" />
<param name="frontendaccess" type="list" default="all" label="Front-end Access" description="You can restrict the access to this tag system with this option">
<option value="all">Always display this tag system</option>
<option value="none">Don't display this tag system on the front-end</option>
</param>
</params>
<config>
<fields name="params" addfieldpath="/components/com_acymailing/params">
<fieldset name="basic">
<field name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-virtuemart"/>
<field name="customtemplate" type="customtemplate" label="Custom template" description="Click on the Custom template button to create a custom layout that will override the default view" default="tagvmproduct" help="virtuemart"/>
<field name="vat" type="radio" default="1" label="Add the Tax to the price" description="Select yes or no depending if you want to add the Tax to the displayed price or not">
<option value="0">No Tax</option>
<option value="1">Yes, include the Tax</option>
</field>
<field name="stock" type="radio" default="0" label="Only products in stock" description="Using the products insertion via the category selection, should AcyMailing only display products in stock?">
<option value="0">No, display all products</option>
<option value="1">Yes, only in stock</option>
</field>
<field name="itemid" size="10" type="text" default="" label="Default Itemid" description="ID of the menu attached to VirtueMart" />
<field name="frontendaccess" type="list" default="all" label="Front-end Access" description="You can restrict the access to this tag system with this option">
<option value="all">Always display this tag system</option>
<option value="none">Don't display this tag system on the front-end</option>
</field>
</fieldset>
</fields>
</config>
</extension>