Your IP : 216.73.216.231


Current Path : /home/digilove/public_html/plugins/vmpayment/payzito/
Upload File :
Current File : /home/digilove/public_html/plugins/vmpayment/payzito/payzito.xml

<?xml version="1.0" encoding="UTF-8" ?>
<extension type="plugin" version="2.5" method="upgrade" group="vmpayment">
    <name>PA_EX_VIRTUEMART_LABEL</name>
	<author>Payzito.NET IT Group</author>
	<creationDate>February 2023</creationDate>
	<copyright>Copyright (C) 2017-2023 Payzito CO. All rights reserved.</copyright>
	<license>GNU General Public License version 2 or later</license>
	<authorEmail>info@payzito.net</authorEmail>
	<authorUrl>www.payzito.net</authorUrl>
	<version>1.2.1</version>
	<description>PA_EX_VIRTUEMART_DESC</description>

    <files>
		<filename plugin="payzito">payzito.php</filename>
		<filename>payzito.xml</filename>
		<filename>index.html</filename>
	</files>

	<vmconfig>
		<fields name="params">

			<fieldset name="payment" addfieldpath="/administrator/components/com_virtuemart/fields">
				<field name="status_pending" type="vmorderstate" scope="com_virtuemart" default="P" label="PA_EX_VIRTUEMART_UNPAID_STATUS" description="PA_EX_VIRTUEMART_UNPAID_STATUS_DESC"/>
				<field name="status_success" type="vmorderstate" scope="com_virtuemart" default="C" label="PA_EX_VIRTUEMART_PAID_STATUS" description="PA_EX_VIRTUEMART_PAID_STATUS_DESC"/>
			</fieldset>

			<fieldset name="template">
				<field name="payment_logos" type="vmfiles" multiple="true" scope="com_virtuemart" directory="/images/stories/virtuemart/payment" default="default" hide_default="1" hide_none="1" stripext="0" exclude="^_" size="40" label="PA_EX_VIRTUEMART_LOGOS" description="PA_EX_VIRTUEMART_LOGOS_DESC"/>
				<field name="payment_info" type="textarea" cols="35" rows="5" label="PA_EX_VIRTUEMART_PAYMENTINFO" description="PA_EX_VIRTUEMART_PAYMENTINFO_DESC"/>
			</fieldset>

			<fieldset name="restrictions" >
				<field name="min_amount" type="text" label="PA_EX_VIRTUEMART_MIN_AMOUNT" description="PA_EX_VIRTUEMART_MIN_AMOUNT_DESC"/>
				<field name="max_amount" type="text" label="PA_EX_VIRTUEMART_MAX_AMOUNT" description="PA_EX_VIRTUEMART_MAX_AMOUNT_DESC"/>
				<field name="countries" type="vmcountries" scope="com_virtuemart" default="" label="PA_EX_VIRTUEMART_COUNTRIES" description="PA_EX_VIRTUEMART_COUNTRIES_DESC"/>
			</fieldset>

			<fieldset name="fee">
				<field name="cost_per_transaction" type="text" label="PA_EX_VIRTUEMART_COST_PER_TRANSACTION" description="PA_EX_VIRTUEMART_COST_PER_TRANSACTION_DESC"/>
				<field name="cost_min_transaction" type="text" label="PA_EX_VIRTUEMART_COST_MIN_TRANSACTION" description="PA_EX_VIRTUEMART_COST_MIN_TRANSACTION_DESC"/>
				<field name="cost_percent_total" type="text" label="PA_EX_VIRTUEMART_COST_PERCENT_TOTAL" description="PA_EX_VIRTUEMART_COST_PERCENT_TOTAL_DESC"/>
				<field name="tax_id" type="vmtaxes" scope="com_virtuemart" label="PA_EX_VIRTUEMART_TAX" description="PA_EX_VIRTUEMART_TAX_DESC"/>
			</fieldset>

		</fields>
	</vmconfig>

</extension>