| Current Path : /var/www/html/plugins/osmembership/vmshoppergroups/ |
| Current File : /var/www/html/plugins/osmembership/vmshoppergroups/vmshoppergroups.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5.0" type="plugin" group="osmembership" method="upgrade">
<name>Membership Pro - Virtuemart Shopper Groups</name>
<author>Tuan Pham Ngoc</author>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>https://www.joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
<license>GNU General Public License version 3, or later</license>
<creationDate>March 2019</creationDate>
<version>4.6.0</version>
<description>This plugin is used to assign users to Virtuemart Shopper Groups when they subscribe to a Subscription
Plan in Membership Pro and remove them from the selected groups when their subscription expired.
</description>
<namespace path="src">JoomDonation\MembershipPro\Plugin\MembershipPro\VMShopperGroups</namespace>
<files>
<folder plugin="vmshoppergroups">services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_osmembership_vmshoppergroups.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="show_on_frontend"
type="radio"
label="Show On Frontend"
description="If set to Yes, this plugin will be available on frontend add/edit plan form"
class="btn-group btn-group-yesno"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>