File manager - Edit - /home/jardides/www/Jardi-design/plugins/j2store/payment_paypal/payment_paypal.xml
Back
<?xml version="1.0" encoding="utf-8"?> <extension version="2.5" type="plugin" group="j2store" method="upgrade"> <name>Paypal Standard for J2Store</name> <version>3.9</version> <creationDate>April 2017</creationDate> <author>J2Store</author> <authorEmail>support@j2store.org</authorEmail> <authorUrl>http://www.j2store.org</authorUrl> <copyright>2017 Weblogicx India Private Limited</copyright> <license>GNU General Public License v3 or later versions</license> <description>J2STORE_PAYPAL_PLUGINDESC</description> <files> <filename plugin="payment_paypal">payment_paypal.php</filename> <filename>paypalv2.php</filename> <filename>paypalv3.php</filename> <filename>paypalv32.php</filename> <filename>index.html</filename> <folder>payment_paypal</folder> </files> <languages> <language tag="en-GB">languages/en-GB.plg_j2store_payment_paypal.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="display_name" type="text" size="30" default="" label="j2store_plugin_display_name" description="j2store_plugin_display_name_desc"/> <field name="display_image" type="media" label="j2store_plugin_display_image" description="j2store_plugin_display_image_desc"/> <field name="merchant_email" type="text" size="50" default="" label="j2store_paypal_email" description="j2store_paypal_email_desc"/> <field name="paypal_note" type="customnotice" addfieldpath="/administrator/components/com_j2store/models/fields" label="j2store_paypal_custom_note"/> <field name="api_username" type="text" size="50" default="" label="j2store_paypal_merchant_api_username" description="j2store_paypal_merchant_api_username_desc"/> <field name="api_password" type="text" size="50" default="" label="j2store_paypal_merchant_api_password" description="j2store_paypal_merchant_api_password_desc"/> <field name="api_signature" type="text" size="50" default="" label="j2store_paypal_merchant_api_signature" description="j2store_paypal_merchant_api_signature_desc"/> <field name="validate_ipn" type="radio" default="1" label="j2store_paypal_validate_ipn" description="j2store_paypal_validate_ipn_desc"> <option value="0">No</option> <option value="1">Yes</option> </field> <field type="spacer" /> <field name="sandbox" type="radio" default="0" label="j2store_paypal_use_sandbox" description="j2store_paypal_use_sandbox_desc"> <option value="0">No</option> <option value="1">Yes</option> </field> <field name="sandbox_merchant_email" type="text" size="50" default="" label="j2store_paypal_sandbox_merchant_email" description="j2store_paypal_sandbox_merchant_email_desc"/> <field name="sandbox_api_username" type="text" size="50" default="" label="j2store_paypal_sandbox_api_username" description="j2store_paypal_sandbox_api_username_desc"/> <field name="sandbox_api_password" type="text" size="50" default="" label="j2store_paypal_sandbox_api_password" description="j2store_paypal_sandbox_api_password_desc"/> <field name="sandbox_api_signature" type="text" size="50" default="" label="j2store_paypal_sandbox_api_signature" description="j2store_paypal_sandbox_api_signature_desc"/> <field type="spacer" /> <field name="show_billing_aggrement_text" type="radio" default="0" label="J2STORE_PAYPAL_SHOW_BILLING_AGGREEMENT_TEXT_LABEL" description="J2STORE_PAYPAL_SHOW_BILLING_AGGREEMENT_TEXT_LABEL_DESC"> <option value="0">No</option> <option value="1">Yes</option> </field> <field name="billing_aggrement_text" type="text" size="50" maxlength="127" default="Automatic payments for subscription product" label="J2STORE_PAYPAL_BILLING_AGGREEMENT_TEXT_LABEL" description="J2STORE_PAYPAL_BILLING_AGGREEMENT_TEXT_DESC"/> <field type="spacer" /> <field name="surcharge_percent" type="text" size="30" default="" label="j2store_plugin_surcharge_percent" description="j2store_plugin_surcharge_percent_desc"/> <field name="surcharge_fixed" type="text" size="30" default="" label="j2store_plugin_surcharge_fixed" description="j2store_plugin_surcharge_fixed_desc"/> <field type="spacer" /> <field name="articleid" type="text" size="10" default="" label="j2store_paypal_thanks_msg" description="j2store_paypal_thanks_msg_desc"/> <field name="geozone_id" type="geozonelist" default="" label="J2STORE_GEOZONE" description="J2STORE_GEOZONE_DESC" addfieldpath="/administrator/components/com_j2store/models/fields" /> <field type="spacer" /> <field name="cbt" type="text" size="50" default="" label="J2STORE_PAYPAL_CBT_LABEL" description="J2STORE_PAYPAL_CBT_DESC" /> <field name="image_url" type="text" size="50" default="" label="J2STORE_PAYPAL_IMAGE_LABEL" description="J2STORE_PAYPAL_IMAGE_DESC" /> <field name="cpp_header_image" type="text" size="50" default="" label="J2STORE_PAYPAL_HEADER_LABEL" description="J2STORE_PAYPAL_HEADER_DESC" /> <field name="cpp_headerback_color" type="text" size="50" default="" label="J2STORE_PAYPAL_HEADERBACK_LABEL" description="J2STORE_PAYPAL_HEADERBACK_DESC" /> <field name="cpp_headerborder_color" type="text" size="50" default="" label="J2STORE_PAYPAL_HEADERBORDER_LABEL" description="J2STORE_PAYPAL_HEADERBORDER_DESC" /> <field name="onselection" type="textarea" cols="10" rows="5" default="" label="j2store_on_selection_label" description="j2store_on_selection_desc"/> <field name="onbeforepayment" type="textarea" cols="10" rows="5" default="" label="j2store_on_before_payment_label" description="j2store_on_before_payment_desc"/> <field name="onafterpayment" type="textarea" cols="10" rows="5" default="" label="j2store_on_after_payment_label" description="j2store_on_after_payment_desc"/> <field name="onerrorpayment" type="textarea" cols="10" rows="5" default="" label="j2store_on_error_payment_label" description="j2store_on_error_payment_desc"/> <field name="oncancelpayment" type="textarea" cols="10" rows="5" default="" label="j2store_on_cancel_payment_label" description="j2store_on_cancel_payment_desc"/> <field type="spacer" /> <field name="button_text" type="text" size="50" default="J2STORE_PLACE_ORDER" label="j2store_button_text_label" description="j2store_button_text_desc" /> <field name="debug" type="radio" default="0" label="j2store_paypal_debug" description="j2store_paypal_debug_desc"> <option value="0">No</option> <option value="1">Yes</option> </field> </fieldset> </fields> </config> </extension>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings