| Current Path : /var/www/html/components/com_osmembership/plugins/ |
| Current File : /var/www/html/components/com_osmembership/plugins/os_offline.xml |
<?xml version="1.0" encoding="UTF-8"?>
<install version="1.0" type="osmplugin" group="payment">
<name>os_offline</name>
<title>Offline Payment</title>
<creationDate>May 2012</creationDate>
<author>Tuan Pham Ngoc</author>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>https://joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>4.6.0</version>
<description>Offline Payment Plugin For Membership Pro Extension</description>
<config>
<fields name="params">
<fieldset name="basic">
<field name="subscription_status" type="list" label="Subscription Status"
description="By default, it should be Pending. If for some reasons, you want it to be Active, set it to Active"
default="0">
<option value="0">Pending</option>
<option value="1">Active</option>
</field>
<field name="icon" type="imagelist" directory="media/com_osmembership/assets/images/paymentmethods" label="Icon" description="If you want to show icon instead of payment method title on subscription form, upload it to media/com_osmembership/assets/images/paymentmethods folder and and select the icon here." />
<field name="payment_fee_amount" type="text" label="Payment Processing Fee ($)" description="" />
<field name="payment_fee_percent" type="text" label="Payment Processing Fee (%)" description="" />
</fieldset>
</fields>
</config>
<files>
<filename>os_offline.php</filename>
</files>
<installsql/>
<installfile/>
</install>