Added default language pack (en-gb)
This commit is contained in:
32
admin/extension/payment/alipay.php
Normal file
32
admin/extension/payment/alipay.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Alipay Pay';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Alipay account details!';
|
||||
$_['text_edit'] = 'Edit Alipay Pay';
|
||||
$_['text_alipay'] = '<a target="_BLANK" href="https://open.alipay.com"><img src="view/image/payment/alipay.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
|
||||
// Entry
|
||||
$_['entry_app_id'] = 'App ID';
|
||||
$_['entry_merchant_private_key'] = 'Merchant Private Key';
|
||||
$_['entry_alipay_public_key'] = 'Alipay Public Key';
|
||||
$_['entry_test'] = 'Test mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Completed Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Alipay!';
|
||||
$_['error_app_id'] = 'App ID required!';
|
||||
$_['error_merchant_private_key'] = 'Merchant Private Key required!';
|
||||
$_['error_alipay_public_key'] = 'Alipay Public Key required!';
|
32
admin/extension/payment/alipay_cross.php
Normal file
32
admin/extension/payment/alipay_cross.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Alipay Cross-border';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Alipay account details!';
|
||||
$_['text_edit'] = 'Edit Alipay Pay';
|
||||
$_['text_alipay_cross'] = '<a target="_BLANK" href="https://global.alipay.com"><img src="view/image/payment/alipay-cross-border.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
|
||||
// Entry
|
||||
$_['entry_app_id'] = 'Partner ID';
|
||||
$_['entry_merchant_private_key'] = 'Key';
|
||||
$_['entry_test'] = 'Test mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_currency'] = 'Currency Code';
|
||||
$_['entry_order_status'] = 'Completed Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_currency'] = 'The settlement currency code the merchant specifies in the contract. You can add a new currency in System->Localisation->Currency if your settlement currency is not in the list';
|
||||
$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify pay Alipay!';
|
||||
$_['error_app_id'] = 'Partner ID required!';
|
||||
$_['error_merchant_private_key'] = 'Key required!';
|
129
admin/extension/payment/amazon_login_pay.php
Normal file
129
admin/extension/payment/amazon_login_pay.php
Normal file
@ -0,0 +1,129 @@
|
||||
<?php
|
||||
//Headings
|
||||
$_['heading_title'] = 'Amazon Pay and Login with Amazon';
|
||||
|
||||
//Text
|
||||
$_['text_success'] = 'Amazon Pay and Login with Amazon module has been updated.';
|
||||
$_['text_ipn_url'] = 'Cron Job\'s URL';
|
||||
$_['text_ipn_token'] = 'Secret Token';
|
||||
$_['text_us'] = 'American English';
|
||||
$_['text_de'] = 'German';
|
||||
$_['text_uk'] = 'English';
|
||||
$_['text_fr'] = 'French';
|
||||
$_['text_it'] = 'Italian';
|
||||
$_['text_es'] = 'Spanish';
|
||||
$_['text_us_region'] = 'United States';
|
||||
$_['text_eu_region'] = 'Euro region';
|
||||
$_['text_uk_region'] = 'United Kingdom';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
$_['text_auth'] = 'Authorization';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_guest'] = 'Guest';
|
||||
$_['text_no_capture'] = '--- No Automatic Capture ---';
|
||||
$_['text_all_geo_zones'] = 'All Geo Zones';
|
||||
$_['text_button_settings'] = 'Checkout Button Settings';
|
||||
$_['text_colour'] = 'Colour';
|
||||
$_['text_orange'] = 'Orange';
|
||||
$_['text_tan'] = 'Tan';
|
||||
$_['text_white'] = 'White';
|
||||
$_['text_light'] = 'Light';
|
||||
$_['text_dark'] = 'Dark';
|
||||
$_['text_size'] = 'Size';
|
||||
$_['text_medium'] = 'Medium';
|
||||
$_['text_large'] = 'Large';
|
||||
$_['text_x_large'] = 'Extra large';
|
||||
$_['text_background'] = 'Background';
|
||||
$_['text_edit'] = 'Edit Amazon Pay and Login with Amazon';
|
||||
$_['text_amazon_login_pay'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazon_lpa.png" alt="Amazon Pay and Login with Amazon" title="Amazon Pay and Login with Amazon" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_amazon_join'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, authorization has been fully captured';
|
||||
$_['text_refund_ok'] = 'Refund was successfully requested';
|
||||
$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded';
|
||||
$_['text_cancel_ok'] = 'Cancel was successful, order status updated to canceled';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_cancel_status'] = 'Payment canceled';
|
||||
$_['text_refund_status'] = 'Payment refunded';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorized';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_authorization_id'] = 'Amazon Authorization ID';
|
||||
$_['text_column_capture_id'] = 'Amazon Capture ID';
|
||||
$_['text_column_refund_id'] = 'Amazon Refund ID';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_status'] = 'Status';
|
||||
$_['text_column_date_added'] = 'Date added';
|
||||
$_['text_confirm_cancel'] = 'Are you sure you want to cancel the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
$_['text_minimum_total'] = 'Minimum Order Total';
|
||||
$_['text_geo_zone'] = 'Geo Zone';
|
||||
$_['text_status'] = 'Status';
|
||||
$_['text_declined_codes'] = 'Test Decline Codes';
|
||||
$_['text_sort_order'] = 'Sort Order';
|
||||
$_['text_amazon_invalid'] = 'InvalidPaymentMethod';
|
||||
$_['text_amazon_rejected'] = 'AmazonRejected';
|
||||
$_['text_amazon_timeout'] = 'TransactionTimedOut';
|
||||
$_['text_amazon_no_declined'] = '--- No Automatic Declined Authorization ---';
|
||||
$_['text_amazon_signup'] = 'Sign-up to Amazon Pay';
|
||||
$_['text_credentials'] = 'Please paste your keys here (in JSON format)';
|
||||
$_['text_validate_credentials'] = 'Validate and Use Credentials';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_info_ssl'] = '<strong>Important:</strong> SSL (https://) is a requirement and must be enabled on your website for the Amazon Pay and Login with Amazon buttons to work.';
|
||||
|
||||
// Columns
|
||||
$_['column_status'] = 'Status';
|
||||
|
||||
//entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_access_key'] = 'Access Key';
|
||||
$_['entry_access_secret'] = 'Secret Key';
|
||||
$_['entry_client_id'] = 'Client ID';
|
||||
$_['entry_client_secret'] = 'Client Secret';
|
||||
$_['entry_language'] = 'Language';
|
||||
$_['entry_login_pay_test'] = 'Test mode';
|
||||
$_['entry_login_pay_mode'] = 'Payment mode';
|
||||
$_['entry_checkout'] = 'Checkout mode';
|
||||
$_['entry_payment_region'] = 'Payment Region';
|
||||
$_['entry_capture_status'] = 'Automatic capture status';
|
||||
$_['entry_pending_status'] = 'Pending Order Status';
|
||||
$_['entry_ipn_url'] = 'IPN\'s URL';
|
||||
$_['entry_ipn_token'] = 'Secret Token';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
|
||||
// Help
|
||||
$_['help_pay_mode'] = 'Payment is only available for US marketplace';
|
||||
$_['help_checkout'] = 'Should payment button also login customer';
|
||||
$_['help_capture_status'] = 'Choose order staus that will trigger automatic capture of an authorized payment';
|
||||
$_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central';
|
||||
$_['help_ipn_token'] = 'Make this long and hard to guess. The resulting IPN URL must not be longer than 150 characters.';
|
||||
$_['help_minimum_total'] = 'This must be above zero';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_declined_codes'] = 'This is for testing purposes only';
|
||||
|
||||
// Order Info
|
||||
$_['tab_order_adjustment'] = 'Order Adjustment';
|
||||
|
||||
// Errors
|
||||
$_['error_permission'] = 'You do not have permissions to modify this module!';
|
||||
$_['error_merchant_id'] = 'Merchant ID is required';
|
||||
$_['error_access_key'] = 'Access Key is required';
|
||||
$_['error_access_secret'] = 'Secret Key is required';
|
||||
$_['error_client_id'] = 'Client ID is required';
|
||||
$_['error_client_secret'] = 'Client Key is required';
|
||||
$_['error_pay_mode'] = 'Payment is only available for US marketplace';
|
||||
$_['error_minimum_total'] = 'Minimum order total must be above zero';
|
||||
$_['error_curreny'] = 'Your shop must have %s currency installed and enabled';
|
||||
$_['error_upload'] = 'Upload failed';
|
||||
$_['error_data_missing'] = 'Required data is missing';
|
||||
$_['error_credentials'] = 'Please enter the keys in a valid JSON format';
|
||||
|
||||
// Buttons
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_cancel'] = 'Cancel';
|
34
admin/extension/payment/authorizenet_aim.php
Normal file
34
admin/extension/payment/authorizenet_aim.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Authorize.Net (AIM)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Authorize.Net (AIM) account details!';
|
||||
$_['text_edit'] = 'Edit Authorize.Net (AIM)';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_capture'] = 'Capture';
|
||||
$_['text_authorizenet_aim'] = '<a href="https://account.authorize.net/signUpNow?resellerID=26357" target="_BLANK"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_login'] = 'Login ID';
|
||||
$_['entry_key'] = 'Transaction Key';
|
||||
$_['entry_hash'] = 'MD5 Hash';
|
||||
$_['entry_server'] = 'Transaction Server';
|
||||
$_['entry_mode'] = 'Transaction Mode';
|
||||
$_['entry_method'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!';
|
||||
$_['error_login'] = 'Login ID Required!';
|
||||
$_['error_key'] = 'Transaction Key Required!';
|
31
admin/extension/payment/authorizenet_sim.php
Normal file
31
admin/extension/payment/authorizenet_sim.php
Normal file
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Authorize.Net (SIM)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Authorize.Net (SIM) account details!';
|
||||
$_['text_edit'] = 'Edit Authorize.Net (SIM)';
|
||||
$_['text_authorizenet_sim'] = '<a href="https://account.authorize.net/signUpNow?resellerID=26357" target="_BLANK"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_key'] = 'Transaction Key';
|
||||
$_['entry_callback'] = 'Relay Response URL';
|
||||
$_['entry_md5'] = 'Signature Key/Hash';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_callback'] = 'Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.';
|
||||
$_['help_md5'] = 'The Hash feature enables you to authenticate that a transaction response is securely received from Authorize.Net. Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.(Optional)';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!';
|
||||
$_['error_merchant'] = 'Merchant ID Required!';
|
||||
$_['error_key'] = 'Transaction Key Required!';
|
23
admin/extension/payment/bank_transfer.php
Normal file
23
admin/extension/payment/bank_transfer.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Bank Transfer';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified bank transfer details!';
|
||||
$_['text_edit'] = 'Edit Bank Transfer';
|
||||
|
||||
// Entry
|
||||
$_['entry_bank'] = 'Bank Transfer Instructions';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment bank transfer!';
|
||||
$_['error_bank'] = 'Bank Transfer Instructions Required!';
|
65
admin/extension/payment/bluepay_hosted.php
Normal file
65
admin/extension/payment/bluepay_hosted.php
Normal file
@ -0,0 +1,65 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'BluePay Hosted Form';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified BluePay Hosted Form account details!';
|
||||
$_['text_edit'] = 'Edit BluePay Hosted Form';
|
||||
$_['text_bluepay_hosted'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_authenticate'] = 'Authorize';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Date Added';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_account_name'] = 'Account Name';
|
||||
$_['entry_account_id'] = 'Account ID';
|
||||
$_['entry_secret_key'] = 'Secret Key';
|
||||
$_['entry_test'] = 'Transaction Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_card_amex'] = 'Amex';
|
||||
$_['entry_card_discover'] = 'Discover';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.';
|
||||
$_['help_cron_job_token'] = 'Make this long and hard to guess';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
|
||||
// Button
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!';
|
||||
$_['error_account_name'] = 'Account Name Required!';
|
||||
$_['error_account_id'] = 'Account ID Required!';
|
||||
$_['error_secret_key'] = 'Secret Key Required!';
|
63
admin/extension/payment/bluepay_redirect.php
Normal file
63
admin/extension/payment/bluepay_redirect.php
Normal file
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'BluePay Redirect (Requires SSL)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified BluePay Redirect account details!';
|
||||
$_['text_edit'] = 'Edit BluePay Redirect (Requires SSL)';
|
||||
$_['text_bluepay_redirect'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Redirect" title="BluePay Redirect" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_sim'] = 'Simulator';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_authenticate'] = 'Authorize';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Account ID';
|
||||
$_['entry_secret_key'] = 'Secret Key';
|
||||
$_['entry_test'] = 'Transaction Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_card'] = 'Store Cards';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.';
|
||||
$_['help_cron_job_token'] = 'Make this long and hard to guess';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
|
||||
// Button
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!';
|
||||
$_['error_account_id'] = 'Account ID Required!';
|
||||
$_['error_secret_key'] = 'Secret Key Required!';
|
101
admin/extension/payment/cardconnect.php
Normal file
101
admin/extension/payment/cardconnect.php
Normal file
@ -0,0 +1,101 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'CardConnect';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified CardConnect payment module!';
|
||||
$_['text_edit'] = 'Edit CardConnect';
|
||||
$_['text_cardconnect'] = '<a href="http://www.cardconnect.com" target="_blank"><img src="view/image/payment/cardconnect.png" alt="CardConnect" title="CardConnect"></a>';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_authorize'] = 'Authorize';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_no_cron_time'] = 'The cron has not yet been executed';
|
||||
$_['text_payment_info'] = 'Payment Information';
|
||||
$_['text_payment_method'] = 'Payment Method';
|
||||
$_['text_card'] = 'Card';
|
||||
$_['text_echeck'] = 'eCheck';
|
||||
$_['text_reference'] = 'Reference';
|
||||
$_['text_update'] = 'Update';
|
||||
$_['text_order_total'] = 'Order Total';
|
||||
$_['text_total_captured'] = 'Total Captured';
|
||||
$_['text_capture_payment'] = 'Capture Payment';
|
||||
$_['text_refund_payment'] = 'Refund Payment';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_reference'] = 'Reference';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_status'] = 'Status';
|
||||
$_['text_column_date_modified'] = 'Date Modified';
|
||||
$_['text_column_date_added'] = 'Date Added';
|
||||
$_['text_column_update'] = 'Update';
|
||||
$_['text_column_void'] = 'Void';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
$_['text_inquire_success'] = 'Inquire was successful';
|
||||
$_['text_capture_success'] = 'Capture request was successful';
|
||||
$_['text_refund_success'] = 'Refund request was successful';
|
||||
$_['text_void_success'] = 'Void request was successful';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_api_username'] = 'API Username';
|
||||
$_['entry_api_password'] = 'API Password';
|
||||
$_['entry_token'] = 'Secret Token';
|
||||
$_['entry_transaction'] = 'Transaction';
|
||||
$_['entry_environment'] = 'Environment';
|
||||
$_['entry_site'] = 'Site';
|
||||
$_['entry_store_cards'] = 'Store Cards';
|
||||
$_['entry_echeck'] = 'eCheck';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_logging'] = 'Debug Logging';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_cron_url'] = 'Cron Job URL';
|
||||
$_['entry_cron_time'] = 'Cron Job Last Run';
|
||||
$_['entry_order_status_pending'] = 'Pending';
|
||||
$_['entry_order_status_processing'] = 'Processing';
|
||||
|
||||
// Help
|
||||
$_['help_merchant_id'] = 'Your personal CardConnect account merchant ID.';
|
||||
$_['help_api_username'] = 'Your username to access the CardConnect API.';
|
||||
$_['help_api_password'] = 'Your password to access the CardConnect API.';
|
||||
$_['help_token'] = 'Enter a random token for security or use the one generated.';
|
||||
$_['help_transaction'] = 'Choose \'Payment\' to capture the payment immediately or \'Authorize\' to have to approve it.';
|
||||
$_['help_site'] = 'This determines the first part of the API URL. Only change if instructed.';
|
||||
$_['help_store_cards'] = 'Whether you want to store cards using tokenization.';
|
||||
$_['help_echeck'] = 'Whether you want to offer the ability to pay using an eCheck.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.';
|
||||
$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_cron_url'] = 'Set a cron job to call this URL so that the orders are auto-updated. It is designed to be ran a few hours after the last capture of a business day.';
|
||||
$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.';
|
||||
$_['help_order_status_pending'] = 'The order status when the order has to be authorized by the merchant.';
|
||||
$_['help_order_status_processing'] = 'The order status when the order is automatically captured.';
|
||||
|
||||
// Button
|
||||
$_['button_inquire_all'] = 'Inquire All';
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_void_all'] = 'Void All';
|
||||
$_['button_inquire'] = 'Inquire';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment CardConnect!';
|
||||
$_['error_merchant_id'] = 'Merchant ID Required!';
|
||||
$_['error_api_username'] = 'API Username Required!';
|
||||
$_['error_api_password'] = 'API Password Required!';
|
||||
$_['error_token'] = 'Secret Token Required!';
|
||||
$_['error_site'] = 'Site Required!';
|
||||
$_['error_amount_zero'] = 'Amount must be higher than zero!';
|
||||
$_['error_no_order'] = 'No matching order info!';
|
||||
$_['error_invalid_response'] = 'Invalid response received!';
|
||||
$_['error_data_missing'] = 'Missing data!';
|
||||
$_['error_not_enabled'] = 'Module not enabled!';
|
52
admin/extension/payment/cardinity.php
Normal file
52
admin/extension/payment/cardinity.php
Normal file
@ -0,0 +1,52 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cardinity';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Cardinity payment module!';
|
||||
$_['text_edit'] = 'Edit Cardinity';
|
||||
$_['text_cardinity'] = '<a href="http://cardinity.com/?crdp=opencart" target="_blank"><img src="view/image/payment/cardinity.png" alt="Cardinity" title="Cardinity" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_production'] = 'Production';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
$_['text_payment_info'] = 'Refund information';
|
||||
$_['text_no_refund'] = 'No refund history';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund';
|
||||
$_['text_na'] = 'N/A';
|
||||
$_['text_success_action'] = 'Success';
|
||||
$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.';
|
||||
|
||||
// Column
|
||||
$_['column_refund'] = 'Refund';
|
||||
$_['column_date'] = 'Date';
|
||||
$_['column_refund_history'] = 'Refund History';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_description'] = 'Description';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_key'] = 'Key';
|
||||
$_['entry_secret'] = 'Secret';
|
||||
$_['entry_debug'] = 'Debug';
|
||||
|
||||
// Help
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Button
|
||||
$_['button_refund'] = 'Refund';
|
||||
|
||||
// Error
|
||||
$_['error_key'] = 'Key Required!';
|
||||
$_['error_secret'] = 'Secret Required!';
|
||||
$_['error_composer'] = 'Unable to load Cardinity SDK. Please download a compiled vendor folder or run composer.';
|
||||
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Cardinity!';
|
||||
$_['error_connection'] = 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.';
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
23
admin/extension/payment/cheque.php
Normal file
23
admin/extension/payment/cheque.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cheque / Money Order';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified cheque / money order account details!';
|
||||
$_['text_edit'] = 'Edit Cheque / Money Order';
|
||||
|
||||
// Entry
|
||||
$_['entry_payable'] = 'Payable To';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment cheque / money order!';
|
||||
$_['error_payable'] = 'Payable To Required!';
|
21
admin/extension/payment/cod.php
Normal file
21
admin/extension/payment/cod.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cash On Delivery';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Cash On Delivery payment module!';
|
||||
$_['text_edit'] = 'Edit Cash On Delivery';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Cash On Delivery!';
|
42
admin/extension/payment/divido.php
Normal file
42
admin/extension/payment/divido.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Divido';
|
||||
|
||||
// Text
|
||||
$_['text_divido'] = '<a href="http://divido.com" target="_blank"><img src="view/image/payment/divido.png"></a>';
|
||||
$_['text_edit'] = 'Edit Divido';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_order_info'] = 'Divido info';
|
||||
$_['text_success'] = 'Success: You have modified the Divido module';
|
||||
$_['text_proposal_id'] = 'Proposal ID';
|
||||
$_['text_application_id'] = 'Application ID';
|
||||
$_['text_deposit_amount'] = 'Deposit amount';
|
||||
|
||||
// Entry
|
||||
$_['entry_order_status'] = 'Order status when approved';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_api_key'] = 'API-key';
|
||||
$_['entry_title'] = 'Title';
|
||||
$_['entry_productselection'] = 'Product selection';
|
||||
$_['entry_planselection'] = 'Show default plan';
|
||||
$_['entry_planlist'] = 'Plans';
|
||||
$_['entry_plans_options_all'] = 'Show all plans';
|
||||
$_['entry_plans_options_selected'] = 'Select default plans';
|
||||
$_['entry_products_options_all'] = 'All products';
|
||||
$_['entry_products_options_selected'] = 'Only selected products';
|
||||
$_['entry_products_options_threshold'] = 'All products above a defined price';
|
||||
$_['entry_price_threshold'] = 'Product price threshold';
|
||||
$_['entry_cart_threshold'] = 'Cart total threshold';
|
||||
$_['entry_threshold_list'] = 'Plan thresholds';
|
||||
$_['entry_category'] = 'Categories';
|
||||
|
||||
// Help
|
||||
$_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)';
|
||||
$_['help_status'] = 'Status of the payment method';
|
||||
$_['help_order_status'] = 'Status of the order when lender has approved';
|
||||
$_['help_title'] = 'Title of the payment option, shown in checkout';
|
||||
$_['help_planselection'] = 'Choose whether to manually select plans or show the default set';
|
||||
$_['help_productselection'] = 'Select what products are available on finance';
|
||||
$_['help_category'] = 'Limit what categories where financing is available';
|
||||
$_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available';
|
173
admin/extension/payment/eway.php
Normal file
173
admin/extension/payment/eway.php
Normal file
@ -0,0 +1,173 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'eWAY Payment';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified your eWAY details!';
|
||||
$_['text_edit'] = 'Edit eWAY';
|
||||
$_['text_eway'] = '<a target="_BLANK" href="http://www.eway.com.au/"><img src="view/image/payment/eway.png" alt="eWAY" title="eWAY" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorisation'] = 'Authorisation';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_transparent'] = 'Transparent Redirect (payment form on site)';
|
||||
$_['text_iframe'] = 'IFrame (payment form in window)';
|
||||
$_['text_connect_eway'] = 'eWAY helps businesses to securely process all major credit cards, with built-in fraud prevention, 24/7 technical support and so much more. <a target="_blank" href="https://myeway.force.com/success/accelerator-signup?pid=4382&pa=0012000000ivcWf">Click Here</a>';
|
||||
$_['text_eway_image'] = '<a target="_blank" href="https://myeway.force.com/success/accelerator-signup?pid=4382&pa=0012000000ivcWf"><img src="view/image/payment/eway_connect.png" alt="eWAY" title="eWAY" class="img-fluid" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_paymode'] = 'Payment Mode';
|
||||
$_['entry_test'] = 'Test mode';
|
||||
$_['entry_order_status'] = 'Order status';
|
||||
$_['entry_order_status_refund'] = 'Refunded order status';
|
||||
$_['entry_order_status_auth'] = 'Authorised order status';
|
||||
$_['entry_order_status_fraud'] = 'Suspected Fraud order status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_username'] = 'eWAY API Key';
|
||||
$_['entry_password'] = 'eWAY password';
|
||||
$_['entry_payment_type'] = 'Payment Type';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_transaction_method'] = 'Transaction Method';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify the eWAY payment module';
|
||||
$_['error_username'] = 'eWAY API Key is required!';
|
||||
$_['error_password'] = 'eWAY password is required!';
|
||||
$_['error_payment_type'] = 'At least one payment type is required!';
|
||||
|
||||
// Help hints
|
||||
$_['help_testmode'] = 'Set to Yes to use the eWAY Sandbox.';
|
||||
$_['help_username'] = 'Your eWAY API Key from your MYeWAY account.';
|
||||
$_['help_password'] = 'Your eWAY API Password from your MYeWAY account.';
|
||||
$_['help_transaction_method'] = 'Authorisation is only available for Australian banks';
|
||||
|
||||
// Order page - payment tab
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_transactionid'] = 'eWAY Transaction ID';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_created'] = 'Created';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_refund_status'] = 'Payment refunded';
|
||||
$_['text_total_refunded'] = 'Total refunded';
|
||||
$_['text_refund_success'] = 'Refund succeeded!';
|
||||
$_['text_capture_success'] = 'Capture succeeded!';
|
||||
$_['text_refund_failed'] = 'Refund failed: ';
|
||||
$_['text_capture_failed'] = 'Capture failed: ';
|
||||
$_['text_unknown_failure'] = 'Invalid order or amount';
|
||||
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
|
||||
$_['text_empty_refund'] = 'Please enter an amount to refund';
|
||||
$_['text_empty_capture'] = 'Please enter an amount to capture';
|
||||
|
||||
$_['btn_refund'] = 'Refund';
|
||||
$_['btn_capture'] = 'Capture';
|
||||
|
||||
// Validation Error codes
|
||||
$_['text_card_message_V6000'] = 'Undefined Validation Error';
|
||||
$_['text_card_message_V6001'] = 'Invalid Customer IP';
|
||||
$_['text_card_message_V6002'] = 'Invalid DeviceID';
|
||||
$_['text_card_message_V6011'] = 'Invalid Amount';
|
||||
$_['text_card_message_V6012'] = 'Invalid Invoice Description';
|
||||
$_['text_card_message_V6013'] = 'Invalid Invoice Number';
|
||||
$_['text_card_message_V6014'] = 'Invalid Invoice Reference';
|
||||
$_['text_card_message_V6015'] = 'Invalid Currency Code';
|
||||
$_['text_card_message_V6016'] = 'Payment Required';
|
||||
$_['text_card_message_V6017'] = 'Payment Currency Code Required';
|
||||
$_['text_card_message_V6018'] = 'Unknown Payment Currency Code';
|
||||
$_['text_card_message_V6021'] = 'Cardholder Name Required';
|
||||
$_['text_card_message_V6022'] = 'Card Number Required';
|
||||
$_['text_card_message_V6023'] = 'CVN Required';
|
||||
$_['text_card_message_V6031'] = 'Invalid Card Number';
|
||||
$_['text_card_message_V6032'] = 'Invalid CVN';
|
||||
$_['text_card_message_V6033'] = 'Invalid Expiry Date';
|
||||
$_['text_card_message_V6034'] = 'Invalid Issue Number';
|
||||
$_['text_card_message_V6035'] = 'Invalid Start Date';
|
||||
$_['text_card_message_V6036'] = 'Invalid Month';
|
||||
$_['text_card_message_V6037'] = 'Invalid Year';
|
||||
$_['text_card_message_V6040'] = 'Invalid Token Customer Id';
|
||||
$_['text_card_message_V6041'] = 'Customer Required';
|
||||
$_['text_card_message_V6042'] = 'Customer First Name Required';
|
||||
$_['text_card_message_V6043'] = 'Customer Last Name Required';
|
||||
$_['text_card_message_V6044'] = 'Customer Country Code Required';
|
||||
$_['text_card_message_V6045'] = 'Customer Title Required';
|
||||
$_['text_card_message_V6046'] = 'Token Customer ID Required';
|
||||
$_['text_card_message_V6047'] = 'RedirectURL Required';
|
||||
$_['text_card_message_V6051'] = 'Invalid First Name';
|
||||
$_['text_card_message_V6052'] = 'Invalid Last Name';
|
||||
$_['text_card_message_V6053'] = 'Invalid Country Code';
|
||||
$_['text_card_message_V6054'] = 'Invalid Email';
|
||||
$_['text_card_message_V6055'] = 'Invalid Phone';
|
||||
$_['text_card_message_V6056'] = 'Invalid Mobile';
|
||||
$_['text_card_message_V6057'] = 'Invalid Fax';
|
||||
$_['text_card_message_V6058'] = 'Invalid Title';
|
||||
$_['text_card_message_V6059'] = 'Redirect URL Invalid';
|
||||
$_['text_card_message_V6060'] = 'Redirect URL Invalid';
|
||||
$_['text_card_message_V6061'] = 'Invalid Reference';
|
||||
$_['text_card_message_V6062'] = 'Invalid Company Name';
|
||||
$_['text_card_message_V6063'] = 'Invalid Job Description';
|
||||
$_['text_card_message_V6064'] = 'Invalid Street1';
|
||||
$_['text_card_message_V6065'] = 'Invalid Street2';
|
||||
$_['text_card_message_V6066'] = 'Invalid City';
|
||||
$_['text_card_message_V6067'] = 'Invalid State';
|
||||
$_['text_card_message_V6068'] = 'Invalid Postalcode';
|
||||
$_['text_card_message_V6069'] = 'Invalid Email';
|
||||
$_['text_card_message_V6070'] = 'Invalid Phone';
|
||||
$_['text_card_message_V6071'] = 'Invalid Mobile';
|
||||
$_['text_card_message_V6072'] = 'Invalid Comments';
|
||||
$_['text_card_message_V6073'] = 'Invalid Fax';
|
||||
$_['text_card_message_V6074'] = 'Invalid Url';
|
||||
$_['text_card_message_V6075'] = 'Invalid Shipping Address First Name';
|
||||
$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name';
|
||||
$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1';
|
||||
$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2';
|
||||
$_['text_card_message_V6079'] = 'Invalid Shipping Address City';
|
||||
$_['text_card_message_V6080'] = 'Invalid Shipping Address State';
|
||||
$_['text_card_message_V6081'] = 'Invalid Shipping Address PostalCode';
|
||||
$_['text_card_message_V6082'] = 'Invalid Shipping Address Email';
|
||||
$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone';
|
||||
$_['text_card_message_V6084'] = 'Invalid Shipping Address Country';
|
||||
$_['text_card_message_V6091'] = 'Unknown Country Code';
|
||||
$_['text_card_message_V6100'] = 'Invalid Card Name';
|
||||
$_['text_card_message_V6101'] = 'Invalid Card Expiry Month';
|
||||
$_['text_card_message_V6102'] = 'Invalid Card Expiry Year';
|
||||
$_['text_card_message_V6103'] = 'Invalid Card Start Month';
|
||||
$_['text_card_message_V6104'] = 'Invalid Card Start Year';
|
||||
$_['text_card_message_V6105'] = 'Invalid Card Issue Number';
|
||||
$_['text_card_message_V6106'] = 'Invalid Card CVN';
|
||||
$_['text_card_message_V6107'] = 'Invalid AccessCode';
|
||||
$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress';
|
||||
$_['text_card_message_V6109'] = 'Invalid UserAgent';
|
||||
$_['text_card_message_V6110'] = 'Invalid Card Number';
|
||||
$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified';
|
||||
$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month';
|
||||
$_['text_card_message_V6113'] = 'Invalid transaction for refund';
|
||||
$_['text_card_message_V6114'] = 'Gateway validation error';
|
||||
$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID';
|
||||
$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID';
|
||||
$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field';
|
||||
$_['text_card_message_V6125'] = 'Selected Payment Type not enabled';
|
||||
$_['text_card_message_V6126'] = 'Invalid encrypted card number, decryption failed';
|
||||
$_['text_card_message_V6127'] = 'Invalid encrypted cvn, decryption failed';
|
||||
$_['text_card_message_V6128'] = 'Invalid Method for Payment Type';
|
||||
$_['text_card_message_V6129'] = 'Transaction has not been authorised for Capture/Cancellation';
|
||||
$_['text_card_message_V6130'] = 'Generic customer information error';
|
||||
$_['text_card_message_V6131'] = 'Generic shipping information error';
|
||||
$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted';
|
||||
$_['text_card_message_V6133'] = 'Checkout not available for Payment Type';
|
||||
$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void';
|
||||
$_['text_card_message_V6135'] = 'PayPal Error Processing Refund';
|
||||
$_['text_card_message_V6140'] = 'Merchant account is suspended';
|
||||
$_['text_card_message_V6141'] = 'Invalid PayPal account details or API signature';
|
||||
$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch';
|
||||
$_['text_card_message_V6150'] = 'Invalid Refund Amount';
|
||||
$_['text_card_message_V6151'] = 'Refund amount greater than original transaction';
|
||||
$_['text_card_message_D4406'] = 'Unknown error';
|
||||
$_['text_card_message_S5010'] = 'Unknown error';
|
79
admin/extension/payment/firstdata.php
Normal file
79
admin/extension/payment/firstdata.php
Normal file
@ -0,0 +1,79 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'First Data EMEA Connect (3DSecure enabled)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified First Data account details!';
|
||||
$_['text_edit'] = 'Edit First Data EMEA Connect (3DSecure enabled)';
|
||||
$_['text_notification_url'] = 'Notification URL';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_demo'] = 'Demo';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_merchant_id'] = 'Store ID';
|
||||
$_['text_secret'] = 'Shared secret';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Sale';
|
||||
$_['text_settle_delayed'] = 'Pre auth';
|
||||
$_['text_success_void'] = 'Transaction has been voided';
|
||||
$_['text_success_capture'] = 'Transaction has been captured';
|
||||
$_['text_firstdata'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Store ID';
|
||||
$_['entry_secret'] = 'Shared secret';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_live_demo'] = 'Live / Demo';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_card_select'] = 'Select card';
|
||||
$_['entry_tss_check'] = 'TSS checks';
|
||||
$_['entry_live_url'] = 'Live connection URL';
|
||||
$_['entry_demo_url'] = 'Demo connection URL';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_enable_card_store'] = 'Enable card storage tokens';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped';
|
||||
|
||||
// Tab
|
||||
$_['tab_account'] = 'API info';
|
||||
$_['tab_order_status'] = 'Order status';
|
||||
$_['tab_payment'] = 'Payment settings';
|
||||
$_['tab_advanced'] = 'Advanced';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Store ID is required';
|
||||
$_['error_secret'] = 'Shared secret is required';
|
||||
$_['error_live_url'] = 'Live URL is required';
|
||||
$_['error_demo_url'] = 'Demo URL is required';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
$_['error_void_error'] = 'Unable to void transaction';
|
||||
$_['error_capture_error'] = 'Unable to capture transaction';
|
89
admin/extension/payment/firstdata_remote.php
Normal file
89
admin/extension/payment/firstdata_remote.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'First Data EMEA Web Service API';
|
||||
|
||||
// Text
|
||||
$_['text_firstdata_remote'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified First Data account details!';
|
||||
$_['text_edit'] = 'Edit First Data EMEA Web Service API';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_merchant_id'] = 'Store ID';
|
||||
$_['text_subaccount'] = 'Subaccount';
|
||||
$_['text_user_id'] = 'User ID';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_refund_ok'] = 'Refund was successful';
|
||||
$_['text_refund_ok_order'] = 'Refund was successful, order status updated to refunded';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Sale';
|
||||
$_['text_settle_delayed'] = 'Pre auth';
|
||||
$_['text_mastercard'] = 'Mastercard';
|
||||
$_['text_visa'] = 'Visa';
|
||||
$_['text_diners'] = 'Diners';
|
||||
$_['text_amex'] = 'American Express';
|
||||
$_['text_maestro'] = 'Maestro';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_refund_status'] = 'Payment refunded';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_certificate_path'] = 'Certificate path';
|
||||
$_['entry_certificate_key_path'] = 'Private key path';
|
||||
$_['entry_certificate_key_pw'] = 'Private key password';
|
||||
$_['entry_certificate_ca_path'] = 'CA path';
|
||||
$_['entry_merchant_id'] = 'Store ID';
|
||||
$_['entry_user_id'] = 'User ID';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_status_refund'] = 'Refunded';
|
||||
$_['entry_enable_card_store'] = 'Enable card storage tokens';
|
||||
$_['entry_cards_accepted'] = 'Card types accepted';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_certificate'] = 'Certificates and private keys should be stored outside of your public web folders';
|
||||
$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected';
|
||||
$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise .';
|
||||
$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped';
|
||||
|
||||
// Tab
|
||||
$_['tab_account'] = 'API info';
|
||||
$_['tab_order_status'] = 'Order status';
|
||||
$_['tab_payment'] = 'Payment settings';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Store ID is required';
|
||||
$_['error_user_id'] = 'User ID is required';
|
||||
$_['error_password'] = 'Password is required';
|
||||
$_['error_certificate'] = 'Certificate path is required';
|
||||
$_['error_key'] = 'Certificate key is required';
|
||||
$_['error_key_pw'] = 'Certificate key password is required';
|
||||
$_['error_ca'] = 'Certificate Authority (CA) is required';
|
16
admin/extension/payment/free_checkout.php
Normal file
16
admin/extension/payment/free_checkout.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Free Checkout';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Free Checkout payment module!';
|
||||
$_['text_edit'] = 'Edit Free Checkout';
|
||||
|
||||
// Entry
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Free Checkout!';
|
62
admin/extension/payment/g2apay.php
Normal file
62
admin/extension/payment/g2apay.php
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'G2APay';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified the G2APay details.';
|
||||
$_['text_edit'] = 'Edit G2APay';
|
||||
$_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_refund_status'] = 'Payment refund';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Added';
|
||||
$_['text_refund_ok'] = 'Refund was successfully requested';
|
||||
$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_secret'] = 'Secret';
|
||||
$_['entry_api_hash'] = 'API Hash';
|
||||
$_['entry_environment'] = 'Environment';
|
||||
$_['entry_secret_token'] = 'Secret Token';
|
||||
$_['entry_ipn_url'] = 'IPN URL:';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_complete_status'] = 'Complete Status:';
|
||||
$_['entry_rejected_status'] = 'Rejected Status:';
|
||||
$_['entry_cancelled_status'] = 'Canceled Status:';
|
||||
$_['entry_pending_status'] = 'Pending Status:';
|
||||
$_['entry_refunded_status'] = 'Refunded Status:';
|
||||
$_['entry_partially_refunded_status'] = 'Partially Refunded Status:';
|
||||
|
||||
// Help
|
||||
$_['help_username'] = 'The email address used for your account';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify G2APay!';
|
||||
$_['error_email'] = 'E-Mail Required!';
|
||||
$_['error_secret'] = 'Secret Required!';
|
||||
$_['error_api_hash'] = 'API Hash Required!';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
//Button
|
||||
$_['btn_refund'] = 'refund';
|
||||
|
||||
$_['g2apay_environment_live'] = 'Live';
|
||||
$_['g2apay_environment_test'] = 'Test';
|
98
admin/extension/payment/globalpay.php
Normal file
98
admin/extension/payment/globalpay.php
Normal file
@ -0,0 +1,98 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Globalpay Redirect';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Globalpay account details!';
|
||||
$_['text_edit'] = 'Edit Globalpay Redirect';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_demo'] = 'Demo';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_use_default'] = 'Use default';
|
||||
$_['text_merchant_id'] = 'Merchant ID';
|
||||
$_['text_subaccount'] = 'Subaccount';
|
||||
$_['text_secret'] = 'Shared secret';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_master'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch/Maestro';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Auto';
|
||||
$_['text_settle_delayed'] = 'Delayed';
|
||||
$_['text_settle_multi'] = 'Multi';
|
||||
$_['text_url_message'] = 'You must supply the store URL to your Globalpay account manager before going live';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_globalpay'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_secret'] = 'Shared secret';
|
||||
$_['entry_rebate_password'] = 'Rebate password';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_live_demo'] = 'Live / Demo';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_card_select'] = 'Select card';
|
||||
$_['entry_tss_check'] = 'TSS checks';
|
||||
$_['entry_live_url'] = 'Live connection URL';
|
||||
$_['entry_demo_url'] = 'Demo connection URL';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_decline_pending'] = 'Decline - offline auth';
|
||||
$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card';
|
||||
$_['entry_status_decline_bank'] = 'Decline - bank error';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_status_rebate'] = 'Rebated';
|
||||
$_['entry_notification_url'] = 'Notification URL';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected';
|
||||
$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
$_['tab_account'] = 'Accounts';
|
||||
$_['tab_order_status'] = 'Order status';
|
||||
$_['tab_payment'] = 'Payment settings';
|
||||
$_['tab_advanced'] = 'Advanced';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Merchant ID is required';
|
||||
$_['error_secret'] = 'Shared secret is required';
|
||||
$_['error_live_url'] = 'Live URL is required';
|
||||
$_['error_demo_url'] = 'Demo URL is required';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
|
92
admin/extension/payment/globalpay_remote.php
Normal file
92
admin/extension/payment/globalpay_remote.php
Normal file
@ -0,0 +1,92 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Globalpay Remote';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Globalpay account details!';
|
||||
$_['text_edit'] = 'Edit Globalpay Remote';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_use_default'] = 'Use default';
|
||||
$_['text_merchant_id'] = 'Merchant ID';
|
||||
$_['text_subaccount'] = 'Sub Account';
|
||||
$_['text_secret'] = 'Shared secret';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_master'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch/Maestro';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Auto';
|
||||
$_['text_settle_delayed'] = 'Delayed';
|
||||
$_['text_settle_multi'] = 'Multi';
|
||||
$_['text_ip_message'] = 'You must supply your server IP address to your Globalpay account manager before going live';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_globalpay_remote'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Column
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_secret'] = 'Shared secret';
|
||||
$_['entry_rebate_password'] = 'Rebate password';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_tss_check'] = 'TSS checks';
|
||||
$_['entry_card_data_status'] = 'Card info logging';
|
||||
$_['entry_3d'] = 'Enable 3D secure';
|
||||
$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_decline_pending'] = 'Decline - offline auth';
|
||||
$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card';
|
||||
$_['entry_status_decline_bank'] = 'Decline - bank error';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_status_rebate'] = 'Rebated';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected';
|
||||
$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.';
|
||||
$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
$_['tab_account'] = 'Accounts';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
$_['tab_payment'] = 'Payment Settings';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Merchant ID is required';
|
||||
$_['error_secret'] = 'Shared secret is required';
|
39
admin/extension/payment/klarna_account.php
Normal file
39
admin/extension/payment/klarna_account.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Klarna Account';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Klarna Payment module!';
|
||||
$_['text_edit'] = 'Edit Klarna Account';
|
||||
$_['text_klarna_account'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Account" title="Klarna Account" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_beta'] = 'Beta';
|
||||
$_['text_sweden'] = 'Sweden';
|
||||
$_['text_norway'] = 'Norway';
|
||||
$_['text_finland'] = 'Finland';
|
||||
$_['text_denmark'] = 'Denmark';
|
||||
$_['text_germany'] = 'Germany';
|
||||
$_['text_netherlands'] = 'The Netherlands';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Klarna Merchant ID';
|
||||
$_['entry_secret'] = 'Klarna Secret';
|
||||
$_['entry_server'] = 'Server';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_pending_status'] = 'Pending Status';
|
||||
$_['entry_accepted_status'] = 'Accepted Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).';
|
||||
$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!';
|
||||
$_['error_pclass'] = 'Could not retrieve pClass for %s. Error Code: %s; Error Message: %s';
|
||||
$_['error_curl'] = 'Curl Error - Code: %d; Message: %s';
|
||||
$_['error_log'] = 'There were errors updating the module. Please check the log file.';
|
178
admin/extension/payment/klarna_checkout.php
Normal file
178
admin/extension/payment/klarna_checkout.php
Normal file
@ -0,0 +1,178 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Klarna Checkout';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Klarna Checkout account details!';
|
||||
$_['text_edit'] = 'Edit Klarna Checkout';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_na'] = 'N/A';
|
||||
$_['text_confirm_cancel'] = 'Are you sure you want to cancel this transaction?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund';
|
||||
$_['text_confirm_extend_authorization'] = 'Are you sure you want to extend the authorization?';
|
||||
$_['text_confirm_release_authorization'] = 'Are you sure you want to release the remaining authorization?';
|
||||
$_['text_confirm_merchant_reference'] = 'Are you sure you want to update merchant reference 1?';
|
||||
$_['text_confirm_shipping_info'] = 'Are you sure you want to save shipping information?';
|
||||
$_['text_confirm_billing_address'] = 'Are you sure you want to update the billing address?';
|
||||
$_['text_confirm_shipping_address'] = 'Are you sure you want to extend the shipping address?';
|
||||
$_['text_confirm_trigger_send_out'] = 'Are you sure you want to trigger a new send out?';
|
||||
$_['text_confirm_settlement'] = 'Are you sure you want to process settlement files?';
|
||||
$_['text_no_capture'] = 'No captures';
|
||||
$_['text_no_refund'] = 'No refunds';
|
||||
$_['text_success_action'] = 'Success';
|
||||
$_['text_error_generic'] = 'Error: There was an error with your request.';
|
||||
$_['text_capture_shipping_info_title'] = 'Capture %d - Shipping Info';
|
||||
$_['text_capture_billing_address_title'] = 'Capture %d - Billing Address';
|
||||
$_['text_new_capture_title'] = 'New Capture';
|
||||
$_['text_new_refund_title'] = 'New Refund';
|
||||
$_['text_downloading_settlement'] = 'Downloading settlement files...';
|
||||
$_['text_processing_orders'] = 'Processing orders...';
|
||||
$_['text_processing_order'] = 'Processing order';
|
||||
$_['text_no_files'] = 'No files to download.';
|
||||
$_['text_version'] = '1.2';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_capture_id'] = 'Capture ID';
|
||||
$_['column_reference'] = 'Klarna Reference';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_merchant_reference_1'] = 'Merchant Reference 1';
|
||||
$_['column_customer_details'] = 'Customer Details';
|
||||
$_['column_billing_address'] = 'Billing Details';
|
||||
$_['column_shipping_address'] = 'Shipping Details';
|
||||
$_['column_order_lines'] = 'Item Details';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_authorization_remaining'] = 'Authorization Remaining';
|
||||
$_['column_authorization_expiry'] = 'Authorization Expiry Date';
|
||||
$_['column_item_reference'] = 'Reference';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_quantity'] = 'Quantity';
|
||||
$_['column_quantity_unit'] = 'Quantity Unit';
|
||||
$_['column_name'] = 'Name';
|
||||
$_['column_total_amount'] = 'Total Amount';
|
||||
$_['column_unit_price'] = 'Unit Price';
|
||||
$_['column_total_discount_amount'] = 'Total Discount Amount';
|
||||
$_['column_tax_rate'] = 'Tax Rate';
|
||||
$_['column_total_tax_amount'] = 'Total Tax Amount';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_cancel'] = 'Cancel';
|
||||
$_['column_capture'] = 'Captures';
|
||||
$_['column_refund'] = 'Refunds';
|
||||
$_['column_date'] = 'Date';
|
||||
$_['column_title'] = 'Title';
|
||||
$_['column_given_name'] = 'Given Name';
|
||||
$_['column_family_name'] = 'Family Name';
|
||||
$_['column_street_address'] = 'Street Address';
|
||||
$_['column_street_address2'] = 'Street Address 2';
|
||||
$_['column_city'] = 'City';
|
||||
$_['column_postal_code'] = 'Postal Code';
|
||||
$_['column_region'] = 'Region';
|
||||
$_['column_country'] = 'Country';
|
||||
$_['column_email'] = 'Email';
|
||||
$_['column_phone'] = 'Phone';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_shipping_info'] = 'Shipping Info';
|
||||
$_['column_shipping_company'] = 'Shipping Company';
|
||||
$_['column_shipping_method'] = 'Shipping Method';
|
||||
$_['column_tracking_number'] = 'Tracking Number';
|
||||
$_['column_tracking_uri'] = 'Tracking URI';
|
||||
$_['column_return_shipping_company'] = 'Return Shipping Company';
|
||||
$_['column_return_tracking_number'] = 'Return Tracking Number';
|
||||
$_['column_return_tracking_uri'] = 'Return Tracking URI';
|
||||
|
||||
// Entry
|
||||
$_['entry_debug'] = 'Debug Logging';
|
||||
$_['entry_colour_button'] = 'Button Background Colour';
|
||||
$_['entry_colour_button_text'] = 'Button Text Colour';
|
||||
$_['entry_colour_checkbox'] = 'Checkbox Background Colour';
|
||||
$_['entry_colour_checkbox_checkmark'] = 'Checkbox Tick Colour';
|
||||
$_['entry_colour_header'] = 'Heading Text Colour';
|
||||
$_['entry_colour_link'] = 'Link Text Colour';
|
||||
$_['entry_separate_shipping_address'] = 'Allow Separate Shipping Address';
|
||||
$_['entry_dob_mandatory'] = 'Date Of Birth Mandatory (UK stores only)';
|
||||
$_['entry_title_mandatory'] = 'Title Mandatory (UK stores only)';
|
||||
$_['entry_additional_text_box'] = 'Allow Newsletter Signup';
|
||||
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_order_status_authorised'] = 'Authorized';
|
||||
$_['entry_order_status_part_captured'] = 'Part Captured';
|
||||
$_['entry_order_status_captured'] = 'Captured';
|
||||
$_['entry_order_status_cancelled'] = 'Cancelled';
|
||||
$_['entry_order_status_refund'] = 'Full Refund';
|
||||
$_['entry_order_status_fraud_rejected'] = 'Fraud - Rejected';
|
||||
$_['entry_order_status_fraud_pending'] = 'Fraud - Pending Decision';
|
||||
$_['entry_order_status_fraud_accepted'] = 'Fraud - Accepted';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_terms'] = 'Terms & Conditions';
|
||||
$_['entry_locale'] = 'Locale';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_merchant_id'] = 'Merchant ID (MID)';
|
||||
$_['entry_secret'] = 'Shared Secret';
|
||||
$_['entry_environment'] = 'Environment (Live/Test)';
|
||||
$_['entry_country'] = 'Country';
|
||||
$_['entry_shipping'] = 'Shipping Countries';
|
||||
$_['entry_api'] = 'API Location';
|
||||
$_['entry_shipping_company'] = 'Shipping Company';
|
||||
$_['entry_shipping_method'] = 'Shipping Method';
|
||||
$_['entry_tracking_number'] = 'Tracking Number';
|
||||
$_['entry_tracking_uri'] = 'Tracking URI';
|
||||
$_['entry_return_shipping_company'] = 'Return Shipping Company';
|
||||
$_['entry_return_tracking_number'] = 'Return Tracking Number';
|
||||
$_['entry_return_tracking_uri'] = 'Return Tracking URI';
|
||||
$_['entry_sftp_username'] = 'SFTP Username';
|
||||
$_['entry_sftp_password'] = 'SFTP Password';
|
||||
$_['entry_process_settlement'] = 'Process Settlement Files';
|
||||
$_['entry_settlement_order_status'] = 'Order Status';
|
||||
$_['entry_version'] = 'Extension Version';
|
||||
|
||||
// Help
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_separate_shipping_address'] = 'If yes, the consumer can enter different billing and shipping addresses.';
|
||||
$_['help_dob_mandatory'] = 'If yes, the consumer cannot skip date of birth.';
|
||||
$_['help_title_mandatory'] = 'If specified to no, title becomes optional in countries that by default require title.';
|
||||
$_['help_additional_text_box'] = 'Allows newsletter signup within the iFrame for logged in users.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_locale'] = 'Locale code for each account. Two-letter language code combined with two-letter country code according to RFC 1766. (e.g. en-gb for British English or sv-se for Swedish)';
|
||||
$_['help_api'] = 'For Europe users, Klarna Checkout doesn\'t provide the customer region. This means that region specific shipping options will not work (Country specific shipping is fine)';
|
||||
$_['help_sftp_username'] = 'SFTP username provided by your account manager';
|
||||
$_['help_sftp_password'] = 'SFTP password provided by your account manager';
|
||||
$_['help_settlement_order_status'] = 'Order status that processed settlement orders will change to.';
|
||||
$_['help_shipping'] = 'All countries within this geo zone will be available to select in the Klarna iFrame.';
|
||||
|
||||
// Button
|
||||
$_['button_account_remove'] = 'Remove Account';
|
||||
$_['button_account_add'] = 'Add Account';
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_extend_authorization'] = 'Extend';
|
||||
$_['button_release_authorization'] = 'Release';
|
||||
$_['button_update'] = 'Update';
|
||||
$_['button_add_shipping_info'] = 'Add Shipping Info';
|
||||
$_['button_trigger_send_out'] = 'Trigger New Send Out';
|
||||
$_['button_edit_shipping_info'] = 'Edit Shipping Info';
|
||||
$_['button_edit_billing_address'] = 'Edit Billing Address';
|
||||
$_['button_new_capture'] = 'New Capture';
|
||||
$_['button_new_refund'] = 'New Refund';
|
||||
$_['button_process_settlement'] = 'Process Settlement Files';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
|
||||
$_['error_ssl'] = 'You must enable "Use SSL" in the store settings and have an SSL certificate installed!';
|
||||
$_['error_account_minimum'] = 'Please add at least one account.';
|
||||
$_['error_locale'] = 'Please enter a valid locale.';
|
||||
$_['error_account_currency'] = 'Account list contains one or more duplicate currencies.';
|
||||
$_['error_merchant_id'] = 'Merchant ID Required!';
|
||||
$_['error_secret'] = 'Shared Secret Required!';
|
||||
$_['error_tax_warning'] = 'Warning: Some of your products use a Payment Address based Tax Class. Klarna Checkout will not work when any of these are placed in the cart.';
|
||||
|
||||
// Tab
|
||||
$_['tab_setting'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Statuses';
|
||||
$_['tab_account'] = 'Accounts';
|
||||
$_['tab_settlement'] = 'Settlement';
|
36
admin/extension/payment/klarna_invoice.php
Normal file
36
admin/extension/payment/klarna_invoice.php
Normal file
@ -0,0 +1,36 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Klarna Invoice';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Klarna Payment module!';
|
||||
$_['text_edit'] = 'Edit Klarna Invoice';
|
||||
$_['text_klarna_invoice'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Invoice" title="Klarna Invoice" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_beta'] = 'Beta';
|
||||
$_['text_sweden'] = 'Sweden';
|
||||
$_['text_norway'] = 'Norway';
|
||||
$_['text_finland'] = 'Finland';
|
||||
$_['text_denmark'] = 'Denmark';
|
||||
$_['text_germany'] = 'Germany';
|
||||
$_['text_netherlands'] = 'The Netherlands';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Klarna Merchant ID';
|
||||
$_['entry_secret'] = 'Klarna Secret';
|
||||
$_['entry_server'] = 'Server';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_pending_status'] = 'Pending Status';
|
||||
$_['entry_accepted_status'] = 'Accepted Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).';
|
||||
$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!';
|
136
admin/extension/payment/laybuy.php
Normal file
136
admin/extension/payment/laybuy.php
Normal file
@ -0,0 +1,136 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Lay-Buy';
|
||||
$_['heading_transaction_title'] = 'Transaction';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_reports'] = 'Reports';
|
||||
$_['tab_reference'] = 'Reference Information';
|
||||
$_['tab_customer'] = 'Customer Information';
|
||||
$_['tab_payment'] = 'Payment Plan';
|
||||
$_['tab_modify'] = 'Modify Plan';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Lay-Buy payment module!';
|
||||
$_['text_edit'] = 'Edit Lay-Buy';
|
||||
$_['text_laybuy'] = '<a href="https://www.lay-buys.com" target="_blank"><img src="view/image/payment/laybuys.png" style="width:94px;height:25px" alt="Lay-Buys" title="Lay-Buys"></a>';
|
||||
$_['text_cancel_success'] = 'Transaction was canceled successfully.';
|
||||
$_['text_cancel_failure'] = 'Cancel request was unsuccessful. Please try again!';
|
||||
$_['text_revise_success'] = 'Revise request was successful.';
|
||||
$_['text_revise_failure'] = 'Revise request was unsuccessful. Please try again!';
|
||||
$_['text_type_laybuy'] = 'Lay-Buy';
|
||||
$_['text_type_buynow'] = 'Buy-Now';
|
||||
$_['text_status_1'] = 'Pending';
|
||||
$_['text_status_5'] = 'Completed';
|
||||
$_['text_status_7'] = 'Canceled';
|
||||
$_['text_status_50'] = 'Revise Requested';
|
||||
$_['text_status_51'] = 'Revised';
|
||||
$_['text_fetched_some'] = 'Successfully updated %d transaction(s)';
|
||||
$_['text_fetched_none'] = 'There are no transactions to update.';
|
||||
$_['text_transaction_details'] = 'Transaction Details';
|
||||
$_['text_not_found'] = 'There is no transaction with that ID.';
|
||||
$_['text_paypal_profile_id'] = 'PayPal Profile ID';
|
||||
$_['text_laybuy_ref_no'] = 'Lay-Buy Reference ID';
|
||||
$_['text_order_id'] = 'Order ID';
|
||||
$_['text_status'] = 'Status';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_downpayment_percent'] = 'Down Payment Percent';
|
||||
$_['text_month'] = 'Month';
|
||||
$_['text_months'] = 'Months';
|
||||
$_['text_downpayment_amount'] = 'Down Payment Amount';
|
||||
$_['text_payment_amounts'] = 'Payment Amounts';
|
||||
$_['text_first_payment_due'] = 'First Payment Due';
|
||||
$_['text_last_payment_due'] = 'Last Payment Due';
|
||||
$_['text_instalment'] = 'Instalment';
|
||||
$_['text_date'] = 'Date';
|
||||
$_['text_pp_trans_id'] = 'PayPal Transaction ID';
|
||||
$_['text_downpayment'] = 'Down Payment';
|
||||
$_['text_report'] = 'Payment Record';
|
||||
$_['text_revise_plan'] = 'Revise Plan';
|
||||
$_['text_today'] = 'Today';
|
||||
$_['text_due_date'] = 'Due Date';
|
||||
$_['text_cancel_plan'] = 'Cancel Plan';
|
||||
$_['text_firstname'] = 'First Name';
|
||||
$_['text_lastname'] = 'Last Name';
|
||||
$_['text_email'] = 'E-Mail';
|
||||
$_['text_address'] = 'Address';
|
||||
$_['text_suburb'] = 'Suburb';
|
||||
$_['text_state'] = 'State';
|
||||
$_['text_country'] = 'Country';
|
||||
$_['text_postcode'] = 'Postcode';
|
||||
$_['text_payment_info'] = 'Payment Information';
|
||||
$_['text_no_cron_time'] = 'The cron has not yet been executed';
|
||||
$_['text_comment'] = 'Updated by Lay-Buy';
|
||||
$_['text_comment_canceled'] = 'Order canceled and recurring PayPal Profile #%s canceled.';
|
||||
$_['text_remaining'] = 'Remaining:';
|
||||
$_['text_payment'] = 'Payment';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_dp_percent'] = 'Down Payment Percent';
|
||||
$_['column_months'] = 'Months';
|
||||
$_['column_dp_amount'] = 'Down Payment Amount';
|
||||
$_['column_first_payment'] = 'First Payment Due';
|
||||
$_['column_last_payment'] = 'Last Payment Due';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_membership_id'] = 'Lay-Buys Membership ID';
|
||||
$_['entry_token'] = 'Secret Token';
|
||||
$_['entry_minimum'] = 'Minimum Down Payment (%)';
|
||||
$_['entry_maximum'] = 'Maximum Down Payment (%)';
|
||||
$_['entry_max_months'] = 'Months';
|
||||
$_['entry_category'] = 'Allowed Categories';
|
||||
$_['entry_product_ids'] = 'Excluded Product IDs';
|
||||
$_['entry_customer_group'] = 'Allowed Customer Groups';
|
||||
$_['entry_logging'] = 'Debug Logging';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status_pending'] = 'Order Status (Pending)';
|
||||
$_['entry_order_status_canceled'] = 'Order Status (Canceled)';
|
||||
$_['entry_order_status_processing'] = 'Order Status (Processing)';
|
||||
$_['entry_gateway_url'] = 'Gateway URL';
|
||||
$_['entry_api_url'] = 'API URL';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_cron_url'] = 'Cron Job URL';
|
||||
$_['entry_cron_time'] = 'Cron Job Last Run';
|
||||
$_['entry_order_id'] = 'Order ID';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_dp_percent'] = 'Down Payment Percent';
|
||||
$_['entry_months'] = 'Months';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
|
||||
// Help
|
||||
$_['help_membership_id'] = 'Your personal Lay-Buy account membership number. (attained when you register a merchant account at https://www.lay-buys.com/index.php/vtmob/login)';
|
||||
$_['help_token'] = 'Enter a random token for security or use the one generated.';
|
||||
$_['help_minimum'] = 'Minimum Deposit Amount.';
|
||||
$_['help_maximum'] = 'Maximum Deposit Amount.';
|
||||
$_['help_months'] = 'Maximum Number of Months to pay Balance.';
|
||||
$_['help_category'] = 'Select for which categories the payment option will be available. Leave blank if no restriction.';
|
||||
$_['help_product_ids'] = 'Add product IDs separated by comma(,) for which the method will not be available.';
|
||||
$_['help_customer_group'] = 'The customer must be in these customer groups before this payment method becomes active. Leave blank if there is no restriction.';
|
||||
$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.';
|
||||
$_['help_order_status_pending'] = 'The order status after the customer\'s order has been placed.';
|
||||
$_['help_order_status_canceled'] = 'The order status after the customer\'s order is canceled.';
|
||||
$_['help_order_status_processing'] = 'The order status after the customer\'s order is paid.';
|
||||
$_['help_cron_url'] = 'Set a cron job to call this URL so that the reports are auto fetched.';
|
||||
$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Lay-buy!';
|
||||
$_['error_membership_id'] = 'Lay-Buys Membership ID Required!';
|
||||
$_['error_token'] = 'Lay-Buy Secret Token Required!';
|
||||
$_['error_min_deposit'] = 'Cannot exceed the Maximum Down Payment amount!';
|
||||
|
||||
// Button
|
||||
$_['button_fetch'] = 'Fetch';
|
||||
$_['button_revise_plan'] = 'Revise Plan';
|
||||
$_['button_cancel_plan'] = 'Cancel Plan';
|
29
admin/extension/payment/liqpay.php
Normal file
29
admin/extension/payment/liqpay.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'LIQPAY';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified LIQPAY account details!';
|
||||
$_['text_edit'] = 'Edit LIQPAY';
|
||||
$_['text_pay'] = 'LIQPAY';
|
||||
$_['text_card'] = 'Credit Card';
|
||||
$_['text_liqpay'] = '<img src="view/image/payment/liqpay.png" alt="LIQPAY" title="LIQPAY" style="border: 1px solid #EEEEEE;" />';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_signature'] = 'Signature';
|
||||
$_['entry_type'] = 'Type';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment LIQPAY!';
|
||||
$_['error_merchant'] = 'Merchant ID Required!';
|
||||
$_['error_signature'] = 'Signature Required!';
|
31
admin/extension/payment/nochex.php
Normal file
31
admin/extension/payment/nochex.php
Normal file
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'NOCHEX';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified NOCHEX account details!';
|
||||
$_['text_edit'] = 'Edit NOCHEX';
|
||||
$_['text_nochex'] = '<a href="https://secure.nochex.com/apply/merchant_info.aspx?partner_id=172198798" target="_blank"><img src="view/image/payment/nochex.png" alt="NOCHEX" title="NOCHEX" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_seller'] = 'Seller / Personal Account';
|
||||
$_['text_merchant'] = 'Merchant Account';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_account'] = 'Account Type';
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_template'] = 'Pass Template';
|
||||
$_['entry_test'] = 'Test';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment NOCHEX!';
|
||||
$_['error_email'] = 'E-Mail Required!';
|
||||
$_['error_merchant'] = 'Merchant ID Required!';
|
28
admin/extension/payment/paymate.php
Normal file
28
admin/extension/payment/paymate.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Paymate';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Paymate account details!';
|
||||
$_['text_edit'] = 'Edit Paymate';
|
||||
$_['text_paymate'] = '<img src="view/image/payment/paymate.png" alt="Paymate" title="Paymate" style="border: 1px solid #EEEEEE;" />';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Paymate Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_password'] = 'Just use some random password. This will be used to make sure the payment information is not interfered with after being sent to the payment gateway.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Paymate!';
|
||||
$_['error_username'] = 'Paymate Username required!';
|
||||
$_['error_password'] = 'Password required!';
|
30
admin/extension/payment/paypoint.php
Normal file
30
admin/extension/payment/paypoint.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPoint';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPoint account details!';
|
||||
$_['text_edit'] = 'Edit PayPoint';
|
||||
$_['text_paypoint'] = '<a href="https://www.paypoint.net/partners/opencart" target="_blank"><img src="view/image/payment/paypoint.png" alt="PayPoint" title="PayPoint" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_live'] = 'Production';
|
||||
$_['text_successful'] = 'Always Successful';
|
||||
$_['text_fail'] = 'Always Fail';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_password'] = 'Remote Password';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_password'] = 'Leave empty if you do not have "Digest Key Authentication" enabled on your account.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPoint!';
|
||||
$_['error_merchant'] = 'Merchant ID Required!';
|
27
admin/extension/payment/payza.php
Normal file
27
admin/extension/payment/payza.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Payza';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Payza account details!';
|
||||
$_['text_edit'] = 'Edit Payza';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_security'] = 'Security Code';
|
||||
$_['entry_callback'] = 'Alert URL';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_callback'] = 'This has to be set in the Payza control panel. You will also need to check the "IPN Status" to enabled.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Payza!';
|
||||
$_['error_merchant'] = 'Merchant ID Required!';
|
||||
$_['error_security'] = 'Security Code Required!';
|
27
admin/extension/payment/perpetual_payments.php
Normal file
27
admin/extension/payment/perpetual_payments.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Perpetual Payments';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Perpetual Payments account details!';
|
||||
$_['text_edit'] = 'Edit Perpetual Payments';
|
||||
|
||||
// Entry
|
||||
$_['entry_auth_id'] = 'Authorization ID';
|
||||
$_['entry_auth_pass'] = 'Authorization Password';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Perpetual Payments!';
|
||||
$_['error_auth_id'] = 'Authorization ID Required!';
|
||||
$_['error_auth_pass'] = 'Authorization Password Required!';
|
79
admin/extension/payment/pilibaba.php
Normal file
79
admin/extension/payment/pilibaba.php
Normal file
@ -0,0 +1,79 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Pilibaba for Chinese Checkout';
|
||||
|
||||
// Tab
|
||||
$_['tab_register'] = 'Register';
|
||||
$_['tab_settings'] = 'Settings';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Pilibaba payment module!';
|
||||
$_['text_edit'] = 'Edit Pilibaba';
|
||||
$_['text_pilibaba'] = '<a href="http://www.pilibaba.com" target="_blank"><img src="view/image/payment/pilibaba.png" alt="Pilibaba" title="Pilibaba"></a>';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_payment_info'] = 'Payment Info';
|
||||
$_['text_order_id'] = 'Order ID';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_fee'] = 'Fee';
|
||||
$_['text_date_added'] = 'Date Added';
|
||||
$_['text_tracking'] = 'Tracking';
|
||||
$_['text_barcode'] = 'Barcode';
|
||||
$_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)';
|
||||
$_['text_confirm'] = 'Are you sure you want to update the tracking number?';
|
||||
$_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.';
|
||||
$_['text_tracking_success'] = 'The tracking number was successfully updated.';
|
||||
$_['text_other'] = 'Other';
|
||||
$_['text_email'] = 'The registered email address for your Pilibaba account is %s';
|
||||
|
||||
// Entry
|
||||
$_['entry_email_address'] = 'Email Address';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_warehouse'] = 'Warehouse';
|
||||
$_['entry_country'] = 'Country';
|
||||
$_['entry_merchant_number'] = 'Merchant Number';
|
||||
$_['entry_secret_key'] = 'Secret Key';
|
||||
$_['entry_environment'] = 'Environment';
|
||||
$_['entry_shipping_fee'] = 'Shipping Fee';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_logging'] = 'Debug Logging';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_email_address'] = 'Please enter the email address for the owner of this business.';
|
||||
$_['help_password'] = 'Please enter a password between 8 and 30 characters.';
|
||||
$_['help_currency'] = 'Select the currency used on your website and to withdraw to your bank account.';
|
||||
$_['help_warehouse'] = 'Select the nearest warehouse you will be shipping to. When you receive orders from Chinese customers (via Pilibaba gateway) you can deliver parcels to this warehouse.';
|
||||
$_['help_country'] = 'Tell us your country, and we will inform you once a warehouse in this country is opened.';
|
||||
$_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.';
|
||||
$_['help_secret_key'] = 'Your secret key to access the Pilibaba API.';
|
||||
$_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.';
|
||||
$_['help_order_status'] = 'The order status after the customer has placed the order.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.';
|
||||
$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Pilibaba!';
|
||||
$_['error_merchant_number'] = 'Merchant Number Required!';
|
||||
$_['error_secret_key'] = 'Secret Key Required!';
|
||||
$_['error_shipping_fee'] = 'Shipping fee must be a decimal number!';
|
||||
$_['error_not_enabled'] = 'Module not enabled!';
|
||||
$_['error_data_missing'] = 'Data missing!';
|
||||
$_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!';
|
||||
$_['error_email_address'] = 'Please enter your email address!';
|
||||
$_['error_email_invalid'] = 'The email address is not valid!';
|
||||
$_['error_password'] = 'Password must be at least 8 characters!';
|
||||
$_['error_currency'] = 'Please select a currency!';
|
||||
$_['error_warehouse'] = 'Please select a warehouse!';
|
||||
$_['error_country'] = 'Please select a country!';
|
||||
$_['error_weight'] = 'Please change your <a href="%s">Weight Class</a> setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.';
|
||||
$_['error_bad_response'] = 'An invalid response was received. Please try again later.';
|
||||
|
||||
// Button
|
||||
$_['button_register'] = 'Register';
|
||||
$_['button_tracking'] = 'Update Tracking Number';
|
||||
$_['button_barcode'] = 'Generate Barcode';
|
191
admin/extension/payment/pp_braintree.php
Normal file
191
admin/extension/payment/pp_braintree.php
Normal file
@ -0,0 +1,191 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal (Powered by Braintree)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_pp_braintree'] = '<img src="view/image/payment/paypal.png" alt="PayPal (Powered by Braintree)" title="PayPal (Powered by Braintree)" style="border: 1px solid #EEEEEE;" />';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_success'] = 'Success: You have modified Braintree account details!';
|
||||
$_['text_success_connect'] = 'Success: You have connected your PayPal (Powered by Braintree) account!';
|
||||
$_['text_edit'] = 'Edit PayPal (Powered by Braintree)';
|
||||
$_['text_production'] = 'Production';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
$_['text_currency'] = 'Currency';
|
||||
$_['text_immediate'] = 'Immediate';
|
||||
$_['text_deferred'] = 'Deferred';
|
||||
$_['text_merchant_account_id'] = 'Merchant Account ID (Leave blank to use default merchant account)';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void this transaction?';
|
||||
$_['text_avs_response'] = 'Street Address: %s, Postal Code: %s';
|
||||
$_['text_confirm_settle'] = 'Are you sure you want to settle/capture';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund';
|
||||
$_['text_success_action'] = 'Success';
|
||||
$_['text_error_settle'] = 'Error: %s';
|
||||
$_['text_error_generic'] = 'Error: There was an error with your request.';
|
||||
$_['text_na'] = 'N/A';
|
||||
$_['text_all'] = 'All';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_credit'] = 'Credit';
|
||||
$_['text_credit_card'] = 'Credit Card';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_enable_transactions'] = 'Please enable Braintree before viewing transactions.';
|
||||
$_['text_yes'] = 'Yes';
|
||||
$_['text_no'] = 'No';
|
||||
$_['text_no_refund'] = 'No refund history';
|
||||
$_['text_app_connected'] = 'Module is connected via Braintree auth';
|
||||
$_['text_braintree'] = '<img width="100" src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/paypal-braintree.png" alt="PayPal powered by Braintree" style="border: 1px solid #EEEEEE;">';
|
||||
$_['text_paypal_gold'] = 'Gold';
|
||||
$_['text_paypal_blue'] = 'Blue';
|
||||
$_['text_paypal_silver'] = 'Silver';
|
||||
$_['text_paypal_tiny'] = 'Tiny';
|
||||
$_['text_paypal_small'] = 'Small';
|
||||
$_['text_paypal_medium'] = 'Medium';
|
||||
$_['text_paypal_pill'] = 'Pill';
|
||||
$_['text_paypal_rectangular'] = 'Rectangular';
|
||||
$_['text_paypal_preview'] = 'Button preview<br />Save to view changes';
|
||||
$_['text_braintree_learn'] = 'To start accepting credit/debit cards and PayPal, click Connect with Braintree. <a href="https://www.braintreepayments.com/partners/learn-more" target="_blank">Learn more</a>';
|
||||
$_['text_3ds'] = '3D Secure';
|
||||
$_['text_cvv'] = 'CVV Number';
|
||||
$_['text_promotion_main'] = 'Designed for businesses of all sizes, from small to large enterprise, easily accept and process payments to help maximise business opportunities and revenue growth, with no setup or monthly fees';
|
||||
$_['text_promotion_li_1'] = 'All the benefits of PayPal, plus cards acceptance on your checkout page';
|
||||
$_['text_promotion_li_2'] = 'Fast configuration and setup';
|
||||
$_['text_promotion_li_3'] = 'Achieve PCI DSS v3.0 SAQ-A compliance using Hosted Fields';
|
||||
$_['text_promotion_li_4'] = 'Allow customers to vault card details';
|
||||
$_['text_learn_more'] = '(Learn more)';
|
||||
$_['text_accept'] = 'Accept';
|
||||
$_['text_decline'] = 'Decline';
|
||||
$_['text_merchant_connected'] = 'Connected Merchant ID: ';
|
||||
$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal (Powered by Braintree) Button" to the checkout layout';
|
||||
$_['text_3ds_ssl'] = '3D Secure requires the store to be using an SSL certificate';
|
||||
$_['text_unlink'] = 'Delete link';
|
||||
|
||||
// Column
|
||||
$_['column_void'] = 'Void';
|
||||
$_['column_settle'] = 'Settle';
|
||||
$_['column_refund'] = 'Refund';
|
||||
$_['column_transaction_id'] = 'Transaction ID';
|
||||
$_['column_transaction_type'] = 'Transaction Type';
|
||||
$_['column_transaction_date'] = 'Transaction Date';
|
||||
$_['column_merchant_account'] = 'Merchant Account';
|
||||
$_['column_payment_type'] = 'Payment Type';
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_processor_code'] = 'Processor Authorization Code';
|
||||
$_['column_cvv_response'] = 'CVV Response';
|
||||
$_['column_avs_response'] = 'AVS Response';
|
||||
$_['column_3ds_enrolled'] = '3DS Enrolled';
|
||||
$_['column_3ds_status'] = '3DS Status';
|
||||
$_['column_3ds_shifted'] = '3DS Liability Shifted';
|
||||
$_['column_3ds_shift_possible'] = '3DS Liability Shift Possible';
|
||||
$_['column_transaction_history'] = 'Transaction Status History';
|
||||
$_['column_date'] = 'Date';
|
||||
$_['column_refund_history'] = 'Refund History';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_order'] = 'Order';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_public_key'] = 'Public Key';
|
||||
$_['entry_private_key'] = 'Private Key';
|
||||
$_['entry_environment'] = 'Environment';
|
||||
$_['entry_settlement_type'] = 'Settlement Type';
|
||||
$_['entry_card_vault'] = 'Enable card vault';
|
||||
$_['entry_card_check_vault'] = 'Card vault is pre-checked';
|
||||
$_['entry_paypal_vault'] = 'Enable PayPal vault';
|
||||
$_['entry_paypal_check_vault'] = 'PayPal vault is pre-checked';
|
||||
$_['entry_vault_cvv_3ds'] = 'Require CVV2 or 3D secure?';
|
||||
$_['entry_debug'] = 'Debug Logging';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_authorization_expired'] = 'Authorization Expired';
|
||||
$_['entry_authorized'] = 'Authorized';
|
||||
$_['entry_authorizing'] = 'Authorizing';
|
||||
$_['entry_settlement_pending'] = 'Settlement Pending';
|
||||
$_['entry_failed'] = 'Failed';
|
||||
$_['entry_gateway_rejected'] = 'Gateway Rejected';
|
||||
$_['entry_processor_declined'] = 'Processor Declined';
|
||||
$_['entry_settled'] = 'Settled';
|
||||
$_['entry_settling'] = 'Settling';
|
||||
$_['entry_submitted_for_settlement'] = 'Submitted For Settlement';
|
||||
$_['entry_voided'] = 'Voided';
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_transaction_type'] = 'Transaction Type';
|
||||
$_['entry_date_from'] = 'Date From';
|
||||
$_['entry_date_to'] = 'Date To';
|
||||
$_['entry_payment_type'] = 'Payment Type';
|
||||
$_['entry_card_type'] = 'Card Type';
|
||||
$_['entry_amount_from'] = 'Amount From';
|
||||
$_['entry_amount_to'] = 'Amount To';
|
||||
$_['entry_transaction_status'] = 'Transaction Status';
|
||||
$_['entry_merchant_account_id'] = 'Merchant Account ID';
|
||||
$_['entry_connection'] = 'API Connection Status';
|
||||
$_['entry_paypal_option'] = 'Display PayPal Option';
|
||||
$_['entry_paypal_button_colour'] = 'Button Colour';
|
||||
$_['entry_paypal_button_shape'] = 'Button Shape';
|
||||
$_['entry_paypal_button_size'] = 'Button Size';
|
||||
$_['entry_paypal_billing_agreement'] = 'Billing agreement description';
|
||||
$_['entry_3ds_status'] = 'Enable 3-D Secure';
|
||||
|
||||
$_['entry_3ds_unsupported_card'] = 'Unsupported Card<br />Default: Accept';
|
||||
$_['entry_3ds_lookup_error'] = 'Lookup Error<br />Default: Accept';
|
||||
$_['entry_3ds_lookup_enrolled'] = 'Lookup Enrolled<br />Default: Accept';
|
||||
$_['entry_3ds_lookup_not_enrolled'] = 'Lookup Not Enrolled<br />Default: Accept';
|
||||
$_['entry_3ds_not_participating'] = 'Auth Success, Issuer Not Participating<br />Default: Accept';
|
||||
$_['entry_3ds_unavailable'] = 'Auth Unavailable<br />Default: Accept';
|
||||
$_['entry_3ds_signature_failed'] = 'Auth Signature Verification Failed<br />Default: Decline';
|
||||
$_['entry_3ds_successful'] = 'Auth Successful<br />Default: Accept';
|
||||
$_['entry_3ds_attempt_successful'] = 'Auth Attempt Successful<br />Default: Accept';
|
||||
$_['entry_3ds_failed'] = 'Auth Failed<br />Default: Decline';
|
||||
$_['entry_3ds_unable_to_auth'] = 'Unable To Authenticate<br />Default: Accept';
|
||||
$_['entry_3ds_error'] = 'Authentication Error<br />Default: Accept';
|
||||
|
||||
// Help
|
||||
$_['help_settlement_type'] = 'Immediate will Submit For Settlement straight away. Deferred will set the transaction to Authorized and the merchant must Submit For Settlement manually in the OpenCart order details.';
|
||||
$_['help_card_vault'] = 'Allow customer to remember their card';
|
||||
$_['help_paypal_vault'] = 'Allow customer to remember their PayPal account';
|
||||
$_['help_card_check_vault'] = 'The checkbox for card vault is already checked when the page loads';
|
||||
$_['help_paypal_check_vault'] = 'The checkbox for PayPal vault is already checked when the page loads';
|
||||
$_['help_vault_cvv_3ds'] = 'This will require customers using a vaulted card to re-enter the CVV2 number or use 3D secure. It is not possible to enable both options for a vaulted card.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_paypal_option'] = 'If you have your PayPal account linked with Braintree you can display the PayPal payment option as well';
|
||||
$_['help_paypal_billing_agreement'] = 'You can add a billing agreement description that will be shown to users in the PayPal window when opting to vault their PayPal account';
|
||||
|
||||
// Button
|
||||
$_['button_void'] = 'Void';
|
||||
$_['button_settle'] = 'Settle';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_filter'] = 'Filter';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Braintree!';
|
||||
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
|
||||
$_['error_merchant_id'] = 'Merchant ID Required!';
|
||||
$_['error_public_key'] = 'Public Key Required!';
|
||||
$_['error_private_key'] = 'Private Key Required!';
|
||||
$_['error_connection'] = 'There was a problem establishing a connection to the Braintree API. Please check your Merchant ID, Public Key, Private Key and Environment settings.';
|
||||
$_['error_account'] = 'Please enter a valid Merchant Account ID as specified in your Braintree Account';
|
||||
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||||
$_['error_3ds_not_ready'] = 'You have enabled 3D secure however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_paypal_not_ready'] = 'You have enabled PayPal however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_paypal_billing_not_ready'] = 'You have enabled PayPal vaulting/billing agreements however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_braintree_account_3ds'] = '3DS is not enabled in your Braintree account yet, however it is not available for all countries. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_braintree_account_paypal'] = 'PayPal is not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_braintree_account_billing'] = 'Billing agreements are not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support';
|
||||
$_['error_environment'] = 'You cannot set your environment to %s when your credentials are for the %s environment in Braintree';
|
||||
|
||||
// Tab
|
||||
$_['tab_setting'] = 'Settings';
|
||||
$_['tab_currency'] = 'Currencies';
|
||||
$_['tab_order_status'] = 'Order Statuses (New Orders)';
|
||||
$_['tab_3ds'] = '3-D Secure';
|
||||
$_['tab_transaction'] = 'Transaction Search';
|
||||
$_['tab_vault'] = 'Vault';
|
||||
$_['tab_paypal'] = 'PayPal';
|
103
admin/extension/payment/pp_express.php
Normal file
103
admin/extension/payment/pp_express.php
Normal file
@ -0,0 +1,103 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Express Checkout';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Express Checkout account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Express Checkout';
|
||||
$_['text_pp_express'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Express Checkout" title="PayPal Express Checkout" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_signup'] = 'Sign up for PayPal - save your settings first as this page will be refreshed';
|
||||
$_['text_sandbox'] = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed';
|
||||
$_['text_configure_live'] = 'Configure Live';
|
||||
$_['text_configure_sandbox'] = 'Configure Sandbox';
|
||||
$_['text_show_advanced'] = 'Show Advanced';
|
||||
$_['text_show_quick_setup'] = 'Show Quick Setup';
|
||||
$_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes';
|
||||
$_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store';
|
||||
$_['text_success_connect'] = 'Success: You have connected your PayPal account!';
|
||||
$_['text_promotion_main'] = 'Give your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment process';
|
||||
$_['text_learn_more'] = '(Learn more)';
|
||||
$_['text_promotion_li_1'] = 'Start accepting PayPal in three clicks';
|
||||
$_['text_promotion_li_2'] = 'Accept payments from around the world';
|
||||
$_['text_promotion_li_3'] = 'Offer Express Checkout Shortcut, let buyers checkout directly from your basket page';
|
||||
$_['text_connect_paypal'] = 'Connect with PayPal';
|
||||
$_['text_retrieve'] = 'Your details have been entered from PayPal';
|
||||
$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal Express Checkout Button" to the checkout layout';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
$_['text_medium'] = 'Medium';
|
||||
$_['text_large'] = 'Large';
|
||||
$_['text_responsive'] = 'Responsive';
|
||||
$_['text_pill'] = 'Pill';
|
||||
$_['text_rectangle'] = 'Rectangle';
|
||||
$_['text_gold'] = 'Gold';
|
||||
$_['text_blue'] = 'Blue';
|
||||
$_['text_silver'] = 'Silver';
|
||||
$_['text_black'] = 'Black';
|
||||
$_['text_button_styling'] = 'Button Styling';
|
||||
$_['text_funding_type'] = 'Optional Funding Methods';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'API Username';
|
||||
$_['entry_password'] = 'API Password';
|
||||
$_['entry_signature'] = 'API Signature';
|
||||
$_['entry_sandbox_username'] = 'API Sandbox Username';
|
||||
$_['entry_sandbox_password'] = 'API Sandbox Password';
|
||||
$_['entry_sandbox_signature'] = 'API Sandbox Signature';
|
||||
$_['entry_ipn'] = 'IPN URL';
|
||||
$_['entry_test'] = 'Test (Sandbox) Mode';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_currency'] = 'Default currency';
|
||||
$_['entry_recurring_cancel'] = 'Allow customers to cancel recurring payments from account area';
|
||||
$_['entry_transaction'] = 'Settlement Type';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status';
|
||||
$_['entry_completed_status'] = 'Completed Status';
|
||||
$_['entry_denied_status'] = 'Denied Status';
|
||||
$_['entry_expired_status'] = 'Expired Status';
|
||||
$_['entry_failed_status'] = 'Failed Status';
|
||||
$_['entry_pending_status'] = 'Pending Status';
|
||||
$_['entry_processed_status'] = 'Processed Status';
|
||||
$_['entry_refunded_status'] = 'Refunded Status';
|
||||
$_['entry_reversed_status'] = 'Reversed Status';
|
||||
$_['entry_voided_status'] = 'Voided Status';
|
||||
$_['entry_logo'] = 'Logo';
|
||||
$_['entry_style_layout'] = 'Button Layout';
|
||||
$_['entry_style_size'] = 'Button Size';
|
||||
$_['entry_style_shape'] = 'Button Shape';
|
||||
$_['entry_style_color'] = 'Button Colour';
|
||||
$_['entry_pp_credit'] = 'PayPal Credit';
|
||||
$_['entry_pp_cards'] = 'Credit or Debit Cards';
|
||||
$_['entry_pp_elv'] = 'DE (German) bank payment';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
$_['tab_order_status'] = 'Order status';
|
||||
$_['tab_checkout'] = 'Checkout';
|
||||
|
||||
// Help
|
||||
$_['help_ipn'] = 'Required for subscriptions';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_logo'] = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.';
|
||||
$_['help_currency'] = 'Used for transaction searches';
|
||||
$_['help_pp_credit'] = 'Non-US merchants need to apply to accept PayPal Credit, contact PayPal for more information. Enabled by default for all US buyers';
|
||||
$_['help_pp_cards'] = 'Enabled by default for all buyers';
|
||||
$_['help_pp_elv'] = 'Elektronisches Lastschriftverfahren (bank payments). Enabled by default for all DE buyers';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Express Checkout!';
|
||||
$_['error_username'] = 'API Username Required!';
|
||||
$_['error_password'] = 'API Password Required!';
|
||||
$_['error_signature'] = 'API Signature Required!';
|
||||
$_['error_sandbox_username'] = 'API Sandbox Username Required!';
|
||||
$_['error_sandbox_password'] = 'API Sandbox Password Required!';
|
||||
$_['error_sandbox_signature'] = 'API Sandbox Signature Required!';
|
||||
$_['error_api'] = 'Paypal Authorization Error';
|
||||
$_['error_api_sandbox'] = 'Paypal Sandbox Authorization Error';
|
||||
$_['error_consent'] = 'To use quick setup you need to permit PayPal to use your store information';
|
52
admin/extension/payment/pp_express_order.php
Normal file
52
admin/extension/payment/pp_express_order.php
Normal file
@ -0,0 +1,52 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_extension'] = 'Payment Information';
|
||||
$_['text_capture_status'] = 'Capture status';
|
||||
$_['text_amount_authorised'] = 'Amount authorised';
|
||||
$_['text_amount_captured'] = 'Amount captured';
|
||||
$_['text_amount_refunded'] = 'Amount refunded';
|
||||
$_['text_transaction'] = 'Transactions';
|
||||
$_['text_complete'] = 'Complete';
|
||||
$_['text_confirm_void'] = 'If you void you cannot capture any further funds';
|
||||
$_['text_view'] = 'View';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_resend'] = 'Resend';
|
||||
$_['text_success'] = 'Transaction was successfully sent';
|
||||
$_['text_full_refund'] = 'Full refund';
|
||||
$_['text_partial_refund'] = 'Partial refund';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is';
|
||||
|
||||
// Column
|
||||
$_['column_transaction'] = 'Transaction ID';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_type'] = 'Payment Type';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_pending_reason'] = 'Pending Reason';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_capture_amount'] = 'Capture amount';
|
||||
$_['entry_capture_complete'] = 'Complete capture';
|
||||
$_['entry_full_refund'] = 'Full refund';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_note'] = 'Note';
|
||||
|
||||
// Help
|
||||
$_['help_capture_complete'] = 'If this is a the last capture.';
|
||||
|
||||
// Tab
|
||||
$_['tab_capture'] = 'Capture';
|
||||
$_['tab_refund'] = 'Refund';
|
||||
|
||||
// Button
|
||||
$_['button_void'] = 'Void';
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_refund'] = 'Issue refund';
|
||||
|
||||
// Error
|
||||
$_['error_capture'] = 'Enter an amount to capture';
|
||||
$_['error_transaction'] = 'Transaction could not be carried out!';
|
||||
$_['error_not_found'] = 'Transaction could not be found!';
|
||||
$_['error_partial_amt'] = 'You must enter a partial refund amount';
|
21
admin/extension/payment/pp_express_refund.php
Normal file
21
admin/extension/payment/pp_express_refund.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Refund Transaction';
|
||||
|
||||
// Text
|
||||
$_['text_pp_express'] = 'PayPal Express Checkout';
|
||||
$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is';
|
||||
$_['text_refund'] = 'Refund';
|
||||
|
||||
// Entry
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_full_refund'] = 'Full refund';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_message'] = 'Message';
|
||||
|
||||
// Button
|
||||
$_['button_refund'] = 'Issue refund';
|
||||
|
||||
// Error
|
||||
$_['error_partial_amt'] = 'You must enter a partial refund amount';
|
||||
$_['error_data'] = 'Data missing from request';
|
73
admin/extension/payment/pp_express_search.php
Normal file
73
admin/extension/payment/pp_express_search.php
Normal file
@ -0,0 +1,73 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Search Transactions';
|
||||
|
||||
// Text
|
||||
$_['text_pp_express'] = 'PayPal Express Checkout';
|
||||
$_['text_date_search'] = 'Search by date';
|
||||
$_['text_searching'] = 'Searching';
|
||||
$_['text_name'] = 'Name';
|
||||
$_['text_buyer_info'] = 'Buyer information';
|
||||
$_['text_view'] = 'View';
|
||||
$_['text_format'] = 'Format';
|
||||
|
||||
// Column
|
||||
$_['column_date'] = 'Date';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_email'] = 'Email';
|
||||
$_['column_name'] = 'Name';
|
||||
$_['column_transid'] = 'Transaction ID';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_currency'] = 'Currency';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_fee'] = 'Fee';
|
||||
$_['column_netamt'] = 'Net Amount';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_trans_all'] = 'All';
|
||||
$_['entry_trans_sent'] = 'Sent';
|
||||
$_['entry_trans_received'] = 'Received';
|
||||
$_['entry_trans_masspay'] = 'Mass Pay';
|
||||
$_['entry_trans_money_req'] = 'Money Request';
|
||||
$_['entry_trans_funds_add'] = 'Funds Added';
|
||||
$_['entry_trans_funds_with'] = 'Funds Withdrawn';
|
||||
$_['entry_trans_referral'] = 'Referral';
|
||||
$_['entry_trans_fee'] = 'Fee';
|
||||
$_['entry_trans_subscription'] = 'Subscription';
|
||||
$_['entry_trans_dividend'] = 'Dividend';
|
||||
$_['entry_trans_billpay'] = 'Bill Pay';
|
||||
$_['entry_trans_refund'] = 'Refund';
|
||||
$_['entry_trans_conv'] = 'Currency Conversion';
|
||||
$_['entry_trans_bal_trans'] = 'Balance Transfer';
|
||||
$_['entry_trans_reversal'] = 'Reversal';
|
||||
$_['entry_trans_shipping'] = 'Shipping';
|
||||
$_['entry_trans_bal_affect'] = 'Balance Affecting';
|
||||
$_['entry_trans_echeque'] = 'E Check';
|
||||
$_['entry_date'] = 'Date';
|
||||
$_['entry_date_start'] = 'Start';
|
||||
$_['entry_date_end'] = 'End';
|
||||
$_['entry_date_to'] = 'to';
|
||||
$_['entry_transaction'] = 'Transaction';
|
||||
$_['entry_transaction_type'] = 'Type';
|
||||
$_['entry_transaction_status'] = 'Status';
|
||||
$_['entry_email'] = 'Email';
|
||||
$_['entry_email_buyer'] = 'Buyer';
|
||||
$_['entry_email_merchant'] = 'Receiver';
|
||||
$_['entry_receipt'] = 'Receipt ID';
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_invoice_no'] = 'Invoice number';
|
||||
$_['entry_auction'] = 'Auction item number';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_recurring_id'] = 'Recurring Profile ID';
|
||||
$_['entry_salutation'] = 'Salutation';
|
||||
$_['entry_firstname'] = 'First';
|
||||
$_['entry_middlename'] = 'Middle';
|
||||
$_['entry_lastname'] = 'Last';
|
||||
$_['entry_suffix'] = 'Suffix';
|
||||
$_['entry_status_all'] = 'All';
|
||||
$_['entry_status_pending'] = 'Pending';
|
||||
$_['entry_status_processing'] = 'Processing';
|
||||
$_['entry_status_success'] = 'Success';
|
||||
$_['entry_status_denied'] = 'Denied';
|
||||
$_['entry_status_reversed'] = 'Reversed';
|
85
admin/extension/payment/pp_express_view.php
Normal file
85
admin/extension/payment/pp_express_view.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'View Transaction';
|
||||
|
||||
// Text
|
||||
$_['text_pp_express'] = 'PayPal Express Checkout';
|
||||
$_['text_product_lines'] = 'Product lines';
|
||||
$_['text_ebay_txn_id'] = 'eBay transaction ID';
|
||||
$_['text_name'] = 'Name';
|
||||
$_['text_qty'] = 'Quantity';
|
||||
$_['text_price'] = 'Price';
|
||||
$_['text_number'] = 'Number';
|
||||
$_['text_coupon_id'] = 'Coupon ID';
|
||||
$_['text_coupon_amount'] = 'Coupon amount';
|
||||
$_['text_coupon_currency'] = 'Coupon currency';
|
||||
$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount';
|
||||
$_['text_loyalty_currency'] = 'Loyalty card currency';
|
||||
$_['text_options_name'] = 'Options name';
|
||||
$_['text_tax_amt'] = 'Tax amount';
|
||||
$_['text_currency_code'] = 'Currency code';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_gift_msg'] = 'Gift message';
|
||||
$_['text_gift_receipt'] = 'Gift receipt';
|
||||
$_['text_gift_wrap_name'] = 'Gift wrap name';
|
||||
$_['text_gift_wrap_amt'] = 'Gift wrap amount';
|
||||
$_['text_buyer_email_market'] = 'Buyer marketing email';
|
||||
$_['text_survey_question'] = 'Survey question';
|
||||
$_['text_survey_chosen'] = 'Survey choice selected';
|
||||
$_['text_receiver_business'] = 'Receiver business';
|
||||
$_['text_receiver_email'] = 'Receiver email';
|
||||
$_['text_receiver_id'] = 'Receiver ID';
|
||||
$_['text_buyer_email'] = 'Buyer email';
|
||||
$_['text_payer_id'] = 'Payer ID';
|
||||
$_['text_payer_status'] = 'Payer status';
|
||||
$_['text_country_code'] = 'Country code';
|
||||
$_['text_payer_business'] = 'Payer business';
|
||||
$_['text_payer_salute'] = 'Payer salutation';
|
||||
$_['text_payer_firstname'] = 'Payer first name';
|
||||
$_['text_payer_middlename'] = 'Payer middle name';
|
||||
$_['text_payer_lastname'] = 'Payer last name';
|
||||
$_['text_payer_suffix'] = 'Payer suffix';
|
||||
$_['text_address_owner'] = 'Address owner';
|
||||
$_['text_address_status'] = 'Address status';
|
||||
$_['text_ship_sec_name'] = 'Ship to secondary name';
|
||||
$_['text_ship_name'] = 'Ship to name';
|
||||
$_['text_ship_street1'] = 'Ship to address 1';
|
||||
$_['text_ship_street2'] = 'Ship to address 2';
|
||||
$_['text_ship_city'] = 'Ship to city';
|
||||
$_['text_ship_state'] = 'Ship to state';
|
||||
$_['text_ship_zip'] = 'Ship to ZIP';
|
||||
$_['text_ship_country'] = 'Ship to country code';
|
||||
$_['text_ship_phone'] = 'Ship to phone number';
|
||||
$_['text_ship_sec_add1'] = 'Ship to secondary address 1';
|
||||
$_['text_ship_sec_add2'] = 'Ship to secondary address 2';
|
||||
$_['text_ship_sec_city'] = 'Ship to secondary city';
|
||||
$_['text_ship_sec_state'] = 'Ship to secondary state';
|
||||
$_['text_ship_sec_zip'] = 'Ship to secondary ZIP';
|
||||
$_['text_ship_sec_country'] = 'Ship to secondary country code';
|
||||
$_['text_ship_sec_phone'] = 'Ship to secondary phone';
|
||||
$_['text_trans_id'] = 'Transaction ID';
|
||||
$_['text_receipt_id'] = 'Receipt ID';
|
||||
$_['text_parent_trans_id'] = 'Parent transaction ID';
|
||||
$_['text_trans_type'] = 'Transaction type';
|
||||
$_['text_payment_type'] = 'Payment type';
|
||||
$_['text_order_time'] = 'Order time';
|
||||
$_['text_fee_amount'] = 'Fee amount';
|
||||
$_['text_settle_amount'] = 'Settle amount';
|
||||
$_['text_tax_amount'] = 'Tax amount';
|
||||
$_['text_exchange'] = 'Exchange rate';
|
||||
$_['text_payment_status'] = 'Payment status';
|
||||
$_['text_pending_reason'] = 'Pending reason';
|
||||
$_['text_reason_code'] = 'Reason code';
|
||||
$_['text_protect_elig'] = 'Protection eligibility';
|
||||
$_['text_protect_elig_type'] = 'Protection eligibility type';
|
||||
$_['text_store_id'] = 'Store ID';
|
||||
$_['text_terminal_id'] = 'Terminal ID';
|
||||
$_['text_invoice_number'] = 'Invoice number';
|
||||
$_['text_custom'] = 'Custom';
|
||||
$_['text_note'] = 'Note';
|
||||
$_['text_sales_tax'] = 'Sales tax';
|
||||
$_['text_buyer_id'] = 'Buyer ID';
|
||||
$_['text_close_date'] = 'Closing date';
|
||||
$_['text_multi_item'] = 'Multi item';
|
||||
$_['text_sub_amt'] = 'Subscription amount';
|
||||
$_['text_sub_period'] = 'Subscription period';
|
39
admin/extension/payment/pp_payflow.php
Normal file
39
admin/extension/payment/pp_payflow.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Payflow Pro';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Direct (UK) account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payflow Pro';
|
||||
$_['text_pp_payflow'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro" title="PayPal Payflow Pro" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Vendor';
|
||||
$_['entry_user'] = 'User';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_partner'] = 'Partner';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account';
|
||||
$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR';
|
||||
$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account';
|
||||
$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead';
|
||||
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payflow Pro!';
|
||||
$_['error_vendor'] = 'Vendor Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
$_['error_partner'] = 'Partner Required!';
|
104
admin/extension/payment/pp_payflow_iframe.php
Normal file
104
admin/extension/payment/pp_payflow_iframe.php
Normal file
@ -0,0 +1,104 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Payflow Pro iFrame';
|
||||
$_['heading_refund'] = 'Refund';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Payflow Pro iFrame account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payflow Pro iFrame';
|
||||
$_['text_pp_payflow_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro iFrame" title="PayPal Payflow Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_authorise'] = 'Authorise';
|
||||
$_['text_capture'] = 'Delayed Capture';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_complete'] = 'Complete';
|
||||
$_['text_incomplete'] = 'Incomplete';
|
||||
$_['text_transaction'] = 'Transaction';
|
||||
$_['text_confirm_void'] = 'If you void you cannot capture any further funds';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_refund_issued'] = 'Refund was issued successfully';
|
||||
$_['text_redirect'] = 'Redirect';
|
||||
$_['text_iframe'] = 'Iframe';
|
||||
$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.';
|
||||
|
||||
// Column
|
||||
$_['column_transaction_id'] = 'Transaction ID';
|
||||
$_['column_transaction_type'] = 'Transaction Type';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_time'] = 'Time';
|
||||
$_['column_actions'] = 'Actions';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
$_['tab_checkout_customisation'] = 'Checkout Customisation';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Vendor';
|
||||
$_['entry_user'] = 'User';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_partner'] = 'Partner';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_full_refund'] = 'Full refund';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_message'] = 'Message';
|
||||
$_['entry_ipn_url'] = 'IPN URL';
|
||||
$_['entry_checkout_method'] = 'Checkout Method';
|
||||
$_['entry_debug'] = 'Debug mode';
|
||||
$_['entry_transaction_reference'] = 'Transaction Reference';
|
||||
$_['entry_transaction_amount'] = 'Transaction Amount';
|
||||
$_['entry_refund_amount'] = 'Refund Amount';
|
||||
$_['entry_capture_status'] = 'Capture Status';
|
||||
$_['entry_void'] = 'Void';
|
||||
$_['entry_capture'] = 'Capture';
|
||||
$_['entry_transactions'] = 'Transactions';
|
||||
$_['entry_complete_capture'] = 'Complete Capture';
|
||||
$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:';
|
||||
$_['entry_completed_status'] = 'Completed Status:';
|
||||
$_['entry_denied_status'] = 'Denied Status:';
|
||||
$_['entry_expired_status'] = 'Expired Status:';
|
||||
$_['entry_failed_status'] = 'Failed Status:';
|
||||
$_['entry_pending_status'] = 'Pending Status:';
|
||||
$_['entry_processed_status'] = 'Processed Status:';
|
||||
$_['entry_refunded_status'] = 'Refunded Status:';
|
||||
$_['entry_reversed_status'] = 'Reversed Status:';
|
||||
$_['entry_voided_status'] = 'Voided Status:';
|
||||
$_['entry_cancel_url'] = 'Cancel URL:';
|
||||
$_['entry_error_url'] = 'Error URL:';
|
||||
$_['entry_return_url'] = 'Return URL:';
|
||||
$_['entry_post_url'] = 'Silent POST URL:';
|
||||
|
||||
// Help
|
||||
$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account';
|
||||
$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR';
|
||||
$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account';
|
||||
$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead';
|
||||
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_debug'] = 'Logs additional information';
|
||||
|
||||
// Button
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_void'] = 'Void';
|
||||
$_['button_capture'] = 'Capture';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payflow Pro iFrame!';
|
||||
$_['error_vendor'] = 'Vendor Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
$_['error_partner'] = 'Partner Required!';
|
||||
$_['error_missing_data'] = 'Missing data';
|
||||
$_['error_missing_order'] = 'Could not find the order';
|
||||
$_['error_general'] = 'There was an error';
|
||||
$_['error_capture'] = 'Enter an amount to capture';
|
33
admin/extension/payment/pp_pro.php
Normal file
33
admin/extension/payment/pp_pro.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Pro';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Website Payment Pro Checkout account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Pro';
|
||||
$_['text_pp_pro'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro" title="PayPal Pro" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'API Username';
|
||||
$_['entry_password'] = 'API Password';
|
||||
$_['entry_signature'] = 'API Signature';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method:';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Pro!';
|
||||
$_['error_username'] = 'API Username Required!';
|
||||
$_['error_password'] = 'API Password Required!';
|
||||
$_['error_signature'] = 'API Signature Required!';
|
174
admin/extension/payment/pp_pro_iframe.php
Normal file
174
admin/extension/payment/pp_pro_iframe.php
Normal file
@ -0,0 +1,174 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Pro iFrame';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Pro iFrame account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Pro iFrame';
|
||||
$_['text_pp_pro_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro iFrame" title="PayPal Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Capture status';
|
||||
$_['text_amount_auth'] = 'Amount authorised';
|
||||
$_['text_amount_captured'] = 'Amount captured';
|
||||
$_['text_amount_refunded'] = 'Amount refunded';
|
||||
$_['text_capture_amount'] = 'Capture amount';
|
||||
$_['text_complete_capture'] = 'Complete capture';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_complete'] = 'Complete';
|
||||
$_['text_confirm_void'] = 'If you void you cannot capture any further funds';
|
||||
$_['text_view'] = 'View';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_resend'] = 'Resend';
|
||||
$_['text_reauthorise'] = 'Reauthorise';
|
||||
$_['text_reauthorised'] = 'Transaction was reauthorised';
|
||||
$_['text_transaction'] = 'Transaction';
|
||||
$_['text_product_lines'] = 'Product lines';
|
||||
$_['text_ebay_txn_id'] = 'eBay transaction ID';
|
||||
$_['text_name'] = 'Name';
|
||||
$_['text_qty'] = 'Quantity';
|
||||
$_['text_price'] = 'Price';
|
||||
$_['text_number'] = 'Number';
|
||||
$_['text_coupon_id'] = 'Coupon ID';
|
||||
$_['text_coupon_amount'] = 'Coupon amount';
|
||||
$_['text_coupon_currency'] = 'Coupon currency';
|
||||
$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount';
|
||||
$_['text_loyalty_currency'] = 'Loyalty card currency';
|
||||
$_['text_options_name'] = 'Options name';
|
||||
$_['text_tax_amt'] = 'Tax amount';
|
||||
$_['text_currency_code'] = 'Currency code';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_gift_msg'] = 'Gift message';
|
||||
$_['text_gift_receipt'] = 'Gift receipt';
|
||||
$_['text_gift_wrap_name'] = 'Gift wrap name';
|
||||
$_['text_gift_wrap_amt'] = 'Gift wrap amount';
|
||||
$_['text_buyer_email_market'] = 'Buyer marketing email';
|
||||
$_['text_survey_question'] = 'Survey question';
|
||||
$_['text_survey_chosen'] = 'Survey choice selected';
|
||||
$_['text_receiver_business'] = 'Receiver business';
|
||||
$_['text_receiver_email'] = 'Receiver email';
|
||||
$_['text_receiver_id'] = 'Receiver ID';
|
||||
$_['text_buyer_email'] = 'Buyer email';
|
||||
$_['text_payer_id'] = 'Payer ID';
|
||||
$_['text_payer_status'] = 'Payer status';
|
||||
$_['text_country_code'] = 'Country code';
|
||||
$_['text_payer_business'] = 'Payer business';
|
||||
$_['text_payer_salute'] = 'Payer salutation';
|
||||
$_['text_payer_firstname'] = 'Payer first name';
|
||||
$_['text_payer_middlename'] = 'Payer middle name';
|
||||
$_['text_payer_lastname'] = 'Payer last name';
|
||||
$_['text_payer_suffix'] = 'Payer suffix';
|
||||
$_['text_address_owner'] = 'Address owner';
|
||||
$_['text_address_status'] = 'Address status';
|
||||
$_['text_ship_sec_name'] = 'Ship to secondary name';
|
||||
$_['text_ship_name'] = 'Ship to name';
|
||||
$_['text_ship_street1'] = 'Ship to address 1';
|
||||
$_['text_ship_street2'] = 'Ship to address 2';
|
||||
$_['text_ship_city'] = 'Ship to city';
|
||||
$_['text_ship_state'] = 'Ship to state';
|
||||
$_['text_ship_zip'] = 'Ship to ZIP';
|
||||
$_['text_ship_country'] = 'Ship to country code';
|
||||
$_['text_ship_phone'] = 'Ship to phone number';
|
||||
$_['text_ship_sec_add1'] = 'Ship to secondary address 1';
|
||||
$_['text_ship_sec_add2'] = 'Ship to secondary address 2';
|
||||
$_['text_ship_sec_city'] = 'Ship to secondary city';
|
||||
$_['text_ship_sec_state'] = 'Ship to secondary state';
|
||||
$_['text_ship_sec_zip'] = 'Ship to secondary ZIP';
|
||||
$_['text_ship_sec_country'] = 'Ship to secondary country code';
|
||||
$_['text_ship_sec_phone'] = 'Ship to secondary phone';
|
||||
$_['text_trans_id'] = 'Transaction ID';
|
||||
$_['text_receipt_id'] = 'Receipt ID';
|
||||
$_['text_parent_trans_id'] = 'Parent transaction ID';
|
||||
$_['text_trans_type'] = 'Transaction type';
|
||||
$_['text_payment_type'] = 'Payment type';
|
||||
$_['text_order_time'] = 'Order time';
|
||||
$_['text_fee_amount'] = 'Fee amount';
|
||||
$_['text_settle_amount'] = 'Settle amount';
|
||||
$_['text_tax_amount'] = 'Tax amount';
|
||||
$_['text_exchange'] = 'Exchange rate';
|
||||
$_['text_payment_status'] = 'Payment status';
|
||||
$_['text_pending_reason'] = 'Pending reason';
|
||||
$_['text_reason_code'] = 'Reason code';
|
||||
$_['text_protect_elig'] = 'Protection eligibility';
|
||||
$_['text_protect_elig_type'] = 'Protection eligibility type';
|
||||
$_['text_store_id'] = 'Store ID';
|
||||
$_['text_terminal_id'] = 'Terminal ID';
|
||||
$_['text_invoice_number'] = 'Invoice number';
|
||||
$_['text_custom'] = 'Custom';
|
||||
$_['text_note'] = 'Note';
|
||||
$_['text_sales_tax'] = 'Sales tax';
|
||||
$_['text_buyer_id'] = 'Buyer ID';
|
||||
$_['text_close_date'] = 'Closing date';
|
||||
$_['text_multi_item'] = 'Multi item';
|
||||
$_['text_sub_amt'] = 'Subscription amount';
|
||||
$_['text_sub_period'] = 'Subscription period';
|
||||
$_['text_redirect'] = 'Redirect';
|
||||
$_['text_iframe'] = 'Iframe';
|
||||
$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.';
|
||||
$_['help_debug'] = 'Logs additional information.';
|
||||
|
||||
// Column
|
||||
$_['column_trans_id'] = 'Transaction ID';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_type'] = 'Payment type';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_pending_reason'] = 'Pending reason';
|
||||
$_['column_date_added'] = 'Created';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
$_['tab_checkout_customisation'] = 'Checkout Customisation';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'API Username';
|
||||
$_['entry_password'] = 'API Password';
|
||||
$_['entry_signature'] = 'API Signature';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status:';
|
||||
$_['entry_geo_zone'] = 'Geo Zone:';
|
||||
$_['entry_status'] = 'Status:';
|
||||
$_['entry_sort_order'] = 'Sort Order:';
|
||||
$_['entry_transaction_method'] = 'Transaction method:';
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_full_refund'] = 'Full refund';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_message'] = 'Message';
|
||||
$_['entry_ipn_url'] = 'IPN URL:';
|
||||
$_['entry_checkout_method'] = 'Checkout Method:';
|
||||
$_['entry_debug'] = 'Debug mode:';
|
||||
$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:';
|
||||
$_['entry_completed_status'] = 'Completed Status:';
|
||||
$_['entry_denied_status'] = 'Denied Status:';
|
||||
$_['entry_expired_status'] = 'Expired Status:';
|
||||
$_['entry_failed_status'] = 'Failed Status:';
|
||||
$_['entry_pending_status'] = 'Pending Status:';
|
||||
$_['entry_processed_status'] = 'Processed Status:';
|
||||
$_['entry_refunded_status'] = 'Refunded Status:';
|
||||
$_['entry_reversed_status'] = 'Reversed Status:';
|
||||
$_['entry_voided_status'] = 'Voided Status:';
|
||||
|
||||
// Help
|
||||
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions? Test may fail in Internet Explorer';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Button
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_void'] = 'Void';
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_reauthorise'] = 'Reauthorise';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Pro iFrame!';
|
||||
$_['error_sig'] = 'Signature Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
$_['error_timeout'] = 'Request timed out';
|
||||
$_['error_transaction_missing'] = 'Could not find the transaction';
|
||||
$_['error_missing_data'] = 'Missing data';
|
||||
$_['error_general'] = 'There was an error';
|
||||
$_['error_capture'] = 'Enter an amount to capture';
|
44
admin/extension/payment/pp_standard.php
Normal file
44
admin/extension/payment/pp_standard.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Payments Standard';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payments Standard';
|
||||
$_['text_pp_standard'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payments Standard" title="PayPal Payments Standard" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_test'] = 'Sandbox Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_debug'] = 'Debug Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status';
|
||||
$_['entry_completed_status'] = 'Completed Status';
|
||||
$_['entry_denied_status'] = 'Denied Status';
|
||||
$_['entry_expired_status'] = 'Expired Status';
|
||||
$_['entry_failed_status'] = 'Failed Status';
|
||||
$_['entry_pending_status'] = 'Pending Status';
|
||||
$_['entry_processed_status'] = 'Processed Status';
|
||||
$_['entry_refunded_status'] = 'Refunded Status';
|
||||
$_['entry_reversed_status'] = 'Reversed Status';
|
||||
$_['entry_voided_status'] = 'Voided Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Tab
|
||||
$_['tab_general'] = 'General';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
|
||||
// Help
|
||||
$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?';
|
||||
$_['help_debug'] = 'Logs additional information to the system log';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payments Standard!';
|
||||
$_['error_email'] = 'E-Mail required!';
|
98
admin/extension/payment/realex.php
Normal file
98
admin/extension/payment/realex.php
Normal file
@ -0,0 +1,98 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Realex Redirect';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Realex account details!';
|
||||
$_['text_edit'] = 'Edit Realex Redirect';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_demo'] = 'Demo';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_use_default'] = 'Use default';
|
||||
$_['text_merchant_id'] = 'Merchant ID';
|
||||
$_['text_subaccount'] = 'Subaccount';
|
||||
$_['text_secret'] = 'Shared secret';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_master'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch/Maestro';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Auto';
|
||||
$_['text_settle_delayed'] = 'Delayed';
|
||||
$_['text_settle_multi'] = 'Multi';
|
||||
$_['text_url_message'] = 'You must supply the store URL to your Realex account manager before going live';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_realex'] = '<a target="_blank" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_secret'] = 'Shared secret';
|
||||
$_['entry_rebate_password'] = 'Rebate password';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_live_demo'] = 'Live / Demo';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_card_select'] = 'Select card';
|
||||
$_['entry_tss_check'] = 'TSS checks';
|
||||
$_['entry_live_url'] = 'Live connection URL';
|
||||
$_['entry_demo_url'] = 'Demo connection URL';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_decline_pending'] = 'Decline - offline auth';
|
||||
$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card';
|
||||
$_['entry_status_decline_bank'] = 'Decline - bank error';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_status_rebate'] = 'Rebated';
|
||||
$_['entry_notification_url'] = 'Notification URL';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected';
|
||||
$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
$_['tab_account'] = 'Accounts';
|
||||
$_['tab_order_status'] = 'Order status';
|
||||
$_['tab_payment'] = 'Payment settings';
|
||||
$_['tab_advanced'] = 'Advanced';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Merchant ID is required';
|
||||
$_['error_secret'] = 'Shared secret is required';
|
||||
$_['error_live_url'] = 'Live URL is required';
|
||||
$_['error_demo_url'] = 'Demo URL is required';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
|
92
admin/extension/payment/realex_remote.php
Normal file
92
admin/extension/payment/realex_remote.php
Normal file
@ -0,0 +1,92 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Realex Remote';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Realex account details!';
|
||||
$_['text_edit'] = 'Edit Realex Remote';
|
||||
$_['text_card_type'] = 'Card type';
|
||||
$_['text_enabled'] = 'Enabled';
|
||||
$_['text_use_default'] = 'Use default';
|
||||
$_['text_merchant_id'] = 'Merchant ID';
|
||||
$_['text_subaccount'] = 'Sub Account';
|
||||
$_['text_secret'] = 'Shared secret';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_master'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
$_['text_card_switch'] = 'Switch/Maestro';
|
||||
$_['text_card_laser'] = 'Laser';
|
||||
$_['text_card_diners'] = 'Diners';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_settle_auto'] = 'Auto';
|
||||
$_['text_settle_delayed'] = 'Delayed';
|
||||
$_['text_settle_multi'] = 'Multi';
|
||||
$_['text_ip_message'] = 'You must supply your server IP address to your Realex account manager before going live';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_status'] = 'Payment captured';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_captured'] = 'Total captured';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_realex_remote'] = '<a target="_BLANK" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Column
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_secret'] = 'Shared secret';
|
||||
$_['entry_rebate_password'] = 'Rebate password';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_sort_order'] = 'Sort order';
|
||||
$_['entry_geo_zone'] = 'Geo zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_auto_settle'] = 'Settlement type';
|
||||
$_['entry_tss_check'] = 'TSS checks';
|
||||
$_['entry_card_data_status'] = 'Card info logging';
|
||||
$_['entry_3d'] = 'Enable 3D secure';
|
||||
$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios';
|
||||
$_['entry_status_success_settled'] = 'Success - settled';
|
||||
$_['entry_status_success_unsettled'] = 'Success - not settled';
|
||||
$_['entry_status_decline'] = 'Decline';
|
||||
$_['entry_status_decline_pending'] = 'Decline - offline auth';
|
||||
$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card';
|
||||
$_['entry_status_decline_bank'] = 'Decline - bank error';
|
||||
$_['entry_status_void'] = 'Voided';
|
||||
$_['entry_status_rebate'] = 'Rebated';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected';
|
||||
$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
||||
$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.';
|
||||
$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
$_['tab_account'] = 'Accounts';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
$_['tab_payment'] = 'Payment Settings';
|
||||
|
||||
// Button
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_merchant_id'] = 'Merchant ID is required';
|
||||
$_['error_secret'] = 'Shared secret is required';
|
65
admin/extension/payment/sagepay_direct.php
Normal file
65
admin/extension/payment/sagepay_direct.php
Normal file
@ -0,0 +1,65 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'SagePay Direct';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified SagePay account details!';
|
||||
$_['text_edit'] = 'Edit SagePay Direct';
|
||||
$_['text_sagepay_direct'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_sim'] = 'Simulator';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_defered'] = 'Defered';
|
||||
$_['text_authenticate'] = 'Authenticate';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Vendor';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_card'] = 'Store Cards';
|
||||
$_['entry_cron_job_token'] = 'Secret Token';
|
||||
$_['entry_cron_job_url'] = 'Cron Job\'s URL';
|
||||
$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments';
|
||||
$_['help_cron_job_token'] = 'Make this long and hard to guess';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
|
||||
// Button
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!';
|
||||
$_['error_vendor'] = 'Vendor ID Required!';
|
65
admin/extension/payment/sagepay_server.php
Normal file
65
admin/extension/payment/sagepay_server.php
Normal file
@ -0,0 +1,65 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'SagePay Server';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified SagePay account details!';
|
||||
$_['text_edit'] = 'Edit SagePay Server';
|
||||
$_['text_sagepay_server'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_sim'] = 'Simulator';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_defered'] = 'Defered';
|
||||
$_['text_authenticate'] = 'Authenticate';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Payment voided';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Vendor';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_transaction'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_card'] = 'Store Cards';
|
||||
$_['entry_cron_job_token'] = 'Secret Token';
|
||||
$_['entry_cron_job_url'] = 'Cron Job\'s URL:';
|
||||
$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments';
|
||||
$_['help_cron_job_token'] = 'Make this long and hard to guess';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
|
||||
// Button
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Void';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!';
|
||||
$_['error_vendor'] = 'Vendor ID Required!';
|
25
admin/extension/payment/sagepay_us.php
Normal file
25
admin/extension/payment/sagepay_us.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sage Payment Solutions (US)';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified SagePay account details!';
|
||||
$_['text_edit'] = 'Edit Sage Payment Solutions (US)';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
$_['entry_merchant_key'] = 'Merchant Key';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!';
|
||||
$_['error_merchant_id'] = 'Merchant ID Required!';
|
||||
$_['error_merchant_key'] = 'Merchant Key Required!';
|
82
admin/extension/payment/securetrading_pp.php
Normal file
82
admin/extension/payment/securetrading_pp.php
Normal file
@ -0,0 +1,82 @@
|
||||
<?php
|
||||
$_['heading_title'] = 'Secure Trading Payment Pages';
|
||||
|
||||
$_['text_securetrading_pp'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_all_geo_zones'] = 'All Geo Zones';
|
||||
$_['text_process_immediately'] = 'Process immediately';
|
||||
$_['text_wait_x_days'] = 'Wait %d days';
|
||||
$_['text_success'] = 'Success: You have modified Secure Trading module!';
|
||||
$_['text_pending_settlement'] = 'Pending Settlement';
|
||||
$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed';
|
||||
$_['text_refund_issued'] = 'Refund was successfully issued';
|
||||
$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden';
|
||||
$_['text_pending_suspended'] = 'Suspended';
|
||||
$_['text_pending_settled'] = 'Settled';
|
||||
|
||||
$_['entry_site_reference'] = 'Site reference';
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_site_security_status'] = 'Use Site Security hash';
|
||||
$_['entry_site_security_password'] = 'Site Security password';
|
||||
$_['entry_notification_password'] = 'Notification password';
|
||||
$_['entry_order_status'] = 'Order status';
|
||||
$_['entry_declined_order_status'] = 'Declined order status';
|
||||
$_['entry_refunded_order_status'] = 'Refunded order status';
|
||||
$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status';
|
||||
$_['entry_settle_status'] = 'Settlement status';
|
||||
$_['entry_settle_due_date'] = 'Settlement due date';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_parent_css'] = 'Parent CSS';
|
||||
$_['entry_child_css'] = 'Child CSS';
|
||||
$_['entry_cards_accepted'] = 'Accepted cards';
|
||||
$_['entry_reverse_authorisation'] = 'Reverse Authorisation:';
|
||||
$_['entry_refunded'] = 'Refunded:';
|
||||
$_['entry_refund'] = 'Issue refund (%s):';
|
||||
|
||||
$_['error_permission'] = 'You do not have permissions to modify this module';
|
||||
$_['error_site_reference'] = 'Site Reference is required';
|
||||
$_['error_notification_password'] = 'Notification password is required';
|
||||
$_['error_cards_accepted'] = 'Accepted cards is required';
|
||||
$_['error_username'] = 'Username is required';
|
||||
$_['error_password'] = 'Password is required';
|
||||
$_['error_connection'] = 'Could not connect to Secure Trading';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
|
||||
$_['help_username'] = 'Your webservice username';
|
||||
$_['help_password'] = 'Your webservice password';
|
||||
$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
$_['button_reverse_authorisation'] = 'Reverse Authorisation';
|
||||
$_['button_refund'] = 'Refund';
|
||||
|
||||
|
||||
// Order page - payment tab
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Reverse Authorisation';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_created'] = 'Created';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
|
||||
$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Reverse Authorisation';
|
108
admin/extension/payment/securetrading_ws.php
Normal file
108
admin/extension/payment/securetrading_ws.php
Normal file
@ -0,0 +1,108 @@
|
||||
<?php
|
||||
$_['heading_title'] = 'Secure Trading Web Service';
|
||||
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_myst'] = 'MyST';
|
||||
|
||||
$_['text_securetrading_ws'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_all_geo_zones'] = 'All Geo Zones';
|
||||
$_['text_process_immediately'] = 'Process immediately';
|
||||
$_['text_wait_x_days'] = 'Wait %d days';
|
||||
$_['text_wait'] = 'Please wait.';
|
||||
$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed';
|
||||
$_['text_refund_issued'] = 'Refund was successfully issued';
|
||||
$_['text_success'] = 'Success: You have modified Secure Trading Web Service module!';
|
||||
$_['text_pending_settlement'] = 'Pending Settlement';
|
||||
$_['text_manual_settlement'] = 'Manual Settlement';
|
||||
$_['text_suspended'] = 'Suspended';
|
||||
$_['text_cancelled'] = 'Cancelled';
|
||||
$_['text_settling'] = 'Settling';
|
||||
$_['text_settled'] = 'Settled';
|
||||
$_['text_no_transactions'] = 'No transactions to show';
|
||||
$_['text_ok'] = 'Ok';
|
||||
$_['text_denied'] = 'Denied';
|
||||
$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden';
|
||||
$_['text_pending_suspended'] = 'Suspended';
|
||||
$_['text_pending_settled'] = 'Settled';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_release_status'] = 'Payment released';
|
||||
$_['text_void_status'] = 'Reverse Authorisation';
|
||||
$_['text_rebate_status'] = 'Payment rebated';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_created'] = 'Created';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
||||
$_['text_rebate_ok'] = 'Rebate was successful';
|
||||
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
|
||||
$_['entry_site_reference'] = 'Site reference';
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_csv_username'] = 'CSV username';
|
||||
$_['entry_csv_password'] = 'CSV password';
|
||||
$_['entry_3d_secure'] = 'Use 3D Secure';
|
||||
$_['entry_cards_accepted'] = 'Accepted cards';
|
||||
$_['entry_order_status'] = 'Order status';
|
||||
$_['entry_failed_order_status'] = 'Failed order status';
|
||||
$_['entry_declined_order_status'] = 'Declined order status';
|
||||
$_['entry_refunded_order_status'] = 'Refunded order status';
|
||||
|
||||
$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status';
|
||||
$_['entry_settle_status'] = 'Settlement status';
|
||||
$_['entry_settle_due_date'] = 'Settlement due date';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_reverse_authorisation'] = 'Reverse Authorisation:';
|
||||
$_['entry_refunded'] = 'Refunded:';
|
||||
$_['entry_refund'] = 'Issue refund (%s):';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_status_code'] = 'Error code';
|
||||
$_['entry_payment_type'] = 'Payment Type';
|
||||
$_['entry_request'] = 'Request';
|
||||
$_['entry_date_from'] = 'Date From';
|
||||
$_['entry_date_to'] = 'Date To';
|
||||
$_['entry_hour'] = 'Hour';
|
||||
$_['entry_minute'] = 'Minute';
|
||||
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_transaction_reference'] = 'Transaction reference';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_currency'] = 'Currency';
|
||||
$_['column_settle_status'] = 'Settle status';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_payment_type'] = 'Payment type';
|
||||
|
||||
$_['error_permission'] = 'You do not have permissions to modify this module';
|
||||
$_['error_site_reference'] = 'Site Reference is required';
|
||||
$_['error_cards_accepted'] = 'Accepted cards is required';
|
||||
$_['error_username'] = 'Username is required';
|
||||
$_['error_password'] = 'Password is required';
|
||||
$_['error_connection'] = 'Could not connect to Secure Trading';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
|
||||
$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount';
|
||||
$_['help_csv_username'] = 'Username of the Transaction Download service';
|
||||
$_['help_csv_password'] = 'Password of the Transaction Download service';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
$_['button_reverse_authorisation'] = 'Reverse Authorisation';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_show'] = 'Show';
|
||||
$_['button_download'] = 'Download';
|
||||
$_['button_release'] = 'Release';
|
||||
$_['button_rebate'] = 'Rebate / refund';
|
||||
$_['button_void'] = 'Reverse Authorisation';
|
29
admin/extension/payment/skrill.php
Normal file
29
admin/extension/payment/skrill.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Skrill';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified the Skrill details.';
|
||||
$_['text_edit'] = 'Edit Skrill';
|
||||
$_['text_skrill'] = '<a href="https://content.skrill.com/en/ecommerce-solutions/opencart/" target="_blank"><img src="view/image/payment/skrill.png" alt="Skrill" title="Skrill" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_secret'] = 'Secret';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_pending_status'] = 'Pending Status ';
|
||||
$_['entry_canceled_status'] = 'Canceled Status';
|
||||
$_['entry_failed_status'] = 'Failed Status';
|
||||
$_['entry_chargeback_status'] = 'Chargeback Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Skrill!';
|
||||
$_['error_email'] = 'E-Mail Required!';
|
200
admin/extension/payment/squareup.php
Normal file
200
admin/extension/payment/squareup.php
Normal file
@ -0,0 +1,200 @@
|
||||
<?php
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Square';
|
||||
$_['heading_title_transaction'] = 'View Transaction #%s';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_local_cron'] = 'Insert this command in your web server CRON tab. Set it up to run at least once per day.';
|
||||
$_['help_remote_cron'] = 'Use this URL to set up a CRON task via a web-based CRON service. Set it up to run at least once per day.';
|
||||
$_['help_recurring_status'] = 'Enable to allow periodic recurring payments.<br />NOTE: You must also setup a daily CRON task.';
|
||||
$_['help_cron_email'] = 'A summary of the recurring task will be sent to this e-mail after completion.';
|
||||
$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.';
|
||||
$_['help_notify_recurring_success'] = 'Notify customers about successful recurring transactions.';
|
||||
$_['help_notify_recurring_fail'] = 'Notify customers about failed recurring transactions.';
|
||||
|
||||
// Tab
|
||||
$_['tab_setting'] = 'Settings';
|
||||
$_['tab_transaction'] = 'Transactions';
|
||||
$_['tab_cron'] = 'CRON';
|
||||
$_['tab_recurring'] = 'Recurring Payments';
|
||||
|
||||
// Text
|
||||
$_['text_access_token_expires_label'] = 'Access token expires';
|
||||
$_['text_access_token_expires_placeholder'] = 'Not setup';
|
||||
$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.';
|
||||
$_['text_admin_notifications'] = 'Admin notifications';
|
||||
$_['text_authorize_label'] = 'Authorize';
|
||||
$_['text_canceled_success'] = 'Success: You have succesfully canceled this payment!';
|
||||
$_['text_capture'] = 'Capture';
|
||||
$_['text_client_id_help'] = 'Get this from the Manage Application page on Square';
|
||||
$_['text_client_id_label'] = 'Square Application ID';
|
||||
$_['text_client_id_placeholder'] = 'Square Application ID';
|
||||
$_['text_client_secret_help'] = 'Get this from the Manage Application page on Square';
|
||||
$_['text_client_secret_label'] = 'OAuth Application Secret';
|
||||
$_['text_client_secret_placeholder'] = 'OAuth Application Secret';
|
||||
$_['text_confirm_action'] = 'Are you sure?';
|
||||
$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?';
|
||||
$_['text_confirm_capture'] = 'You are about to capture the following amount: <strong>%s</strong>. Click OK to proceed.';
|
||||
$_['text_confirm_refund'] = 'Please provide a reason for the refund:';
|
||||
$_['text_confirm_void'] = 'You are about to void the following amount: <strong>%s</strong>. Click OK to proceed.';
|
||||
$_['text_connected'] = 'Connected';
|
||||
$_['text_connected_info'] = "Reconnect if you want to switch accounts or have manually revoked this extension's access from the Square App console. Manually refresh the access token if it has been close to 45 days since the last sale or reconnect.";
|
||||
$_['text_connection_section'] = 'Square Connection';
|
||||
$_['text_connection_success'] = 'Successfully connected!';
|
||||
$_['text_cron_email'] = 'Send task summary to this e-mail:';
|
||||
$_['text_cron_email_status'] = 'Send e-mail summary:';
|
||||
$_['text_customer_notifications'] = 'Customer notifications';
|
||||
$_['text_debug_disabled'] = 'Disabled';
|
||||
$_['text_debug_enabled'] = 'Enabled';
|
||||
$_['text_debug_help'] = 'API requests and responses will be logged in the OpenCart error log. Use this for only for debugging and development purposes.';
|
||||
$_['text_debug_label'] = 'Debug Logging';
|
||||
$_['text_delay_capture_help'] = 'Only authorize transactions or perform charges automatically';
|
||||
$_['text_delay_capture_label'] = 'Transaction type';
|
||||
$_['text_disabled_connect_help_text'] = 'The client id and secret are required fields.';
|
||||
$_['text_edit_heading'] = 'Edit Square';
|
||||
$_['text_enable_sandbox_help'] = 'Enable sandbox mode for testing transactions';
|
||||
$_['text_enable_sandbox_label'] = 'Enable sandbox mode';
|
||||
$_['text_executables'] = 'CRON execution methods';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_extension_status'] = 'Extension status';
|
||||
$_['text_extension_status_disabled'] = 'Disabled';
|
||||
$_['text_extension_status_enabled'] = 'Enabled';
|
||||
$_['text_extension_status_help'] = 'Enable or disable the payment method';
|
||||
$_['text_insert_amount'] = 'Please insert the refund amount. Maximum: %s in %s:';
|
||||
$_['text_loading'] = 'Loading data... Please wait...';
|
||||
$_['text_loading_short'] = 'Please wait...';
|
||||
$_['text_local_cron'] = 'Method #1 - CRON Task:';
|
||||
$_['text_location_error'] = 'There was an error when trying to sync locations and token: %s';
|
||||
$_['text_location_help'] = 'Select which configured Square location to be used for transactions. Has to have card processing capabilities enabled.';
|
||||
$_['text_location_label'] = 'Location';
|
||||
$_['text_manage'] = 'Credit Card Transaction (Square)';
|
||||
$_['text_manage_tooltip'] = 'See details / Capture / Void / Refund';
|
||||
$_['text_merchant_info_section_heading'] = 'Mechant Information';
|
||||
$_['text_merchant_name_label'] = 'Merchant name';
|
||||
$_['text_merchant_name_placeholder'] = 'Not setup';
|
||||
$_['text_no_appropriate_locations_warning'] = 'There are no locations capable of online card processing setup in your Square account.';
|
||||
$_['text_no_location_selected_warning'] = 'There is no selected location.';
|
||||
$_['text_no_locations_label'] = 'No valid locations';
|
||||
$_['text_no_transactions'] = 'No transactions have been logged yet.';
|
||||
$_['text_not_connected'] = 'Not connected';
|
||||
$_['text_not_connected_info'] = 'By clicking this button you will connect this module to your Square account and activate the service.';
|
||||
$_['text_notification_ssl'] = 'Make sure you have SSL enabled on your checkout page. Otherwise, the extension will not work.';
|
||||
$_['text_notify_recurring_fail'] = 'Recurring Transaction Failed:';
|
||||
$_['text_notify_recurring_success'] = 'Recurring Transaction Successful:';
|
||||
$_['text_ok'] = 'OK';
|
||||
$_['text_order_history_cancel'] = 'An administrator has canceled your recurring payments. Your card will no longer be charged.';
|
||||
$_['text_payment_method_name_help'] = 'Checkout payment method name';
|
||||
$_['text_payment_method_name_label'] = 'Payment method name';
|
||||
$_['text_payment_method_name_placeholder'] = 'Credit / Debit Card';
|
||||
$_['text_recurring_info'] = 'Please make sure to set up a daily CRON task using one of the methods below. CRON jobs help you with:<br /><br />• Automatic refresh of your API access token<br />• Processing of recurring transactions';
|
||||
$_['text_recurring_status'] = 'Status of recurring payments:';
|
||||
$_['text_redirect_uri_help'] = 'Paste this link into the Redirect URI field under Manage Application/oAuth';
|
||||
$_['text_redirect_uri_label'] = 'Square OAuth Redirect URL';
|
||||
$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.';
|
||||
$_['text_refresh_token'] = 'Re-create token';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_refund_details'] = 'Refund details';
|
||||
$_['text_refunded_amount'] = 'Refunded: %s. Status of the refund: %s. Reason for the refund: %s';
|
||||
$_['text_refunds'] = 'Refunds (%s)';
|
||||
$_['text_remote_cron'] = 'Method #2 - Remote CRON:';
|
||||
$_['text_sale_label'] = 'Sale';
|
||||
$_['text_sandbox_access_token_help'] = 'Get this from the Manage Application page on Square';
|
||||
$_['text_sandbox_access_token_label'] = 'Sandbox Access Token';
|
||||
$_['text_sandbox_access_token_placeholder'] = 'Sandbox Access Token';
|
||||
$_['text_sandbox_client_id_help'] = 'Get this from the Manage Application page on Square';
|
||||
$_['text_sandbox_client_id_label'] = 'Sandbox Application ID';
|
||||
$_['text_sandbox_client_id_placeholder'] = 'Sandbox Application ID';
|
||||
$_['text_sandbox_disabled_label'] = 'Disabled';
|
||||
$_['text_sandbox_enabled'] = 'Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.';
|
||||
$_['text_sandbox_enabled_label'] = 'Enabled';
|
||||
$_['text_sandbox_section_heading'] = 'Square Sandbox Settings';
|
||||
$_['text_select_location'] = 'Select location';
|
||||
$_['text_settings_section_heading'] = 'Square Settings';
|
||||
$_['text_squareup'] = '<a target="_BLANK" href="https://squareup.com"><img src="view/image/payment/squareup.png" alt="Square" title="Square" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_success'] = 'Success: You have modified Square payment module!';
|
||||
$_['text_success_capture'] = 'Transaction successfully captured!';
|
||||
$_['text_success_refund'] = 'Transaction successfully refunded!';
|
||||
$_['text_success_void'] = 'Transaction successfully voided!';
|
||||
$_['text_token_expired'] = 'Your Square access token has expired! <a href="%s">Click here</a> to renew it now.';
|
||||
$_['text_token_expiry_warning'] = 'Your Square access token will expire on %s. <a href="%s">Click here</a> to renew it now.';
|
||||
$_['text_token_revoked'] = 'Your Square access token has expired or has been revoked! <a href="%s">Click here</a> to re-authorize the Square extension.';
|
||||
$_['text_transaction_statuses'] = 'Transaction Statuses';
|
||||
$_['text_view'] = 'View More';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_na'] = 'N/A';
|
||||
$_['text_no_reason_provided'] = 'Reason not provided.';
|
||||
|
||||
// Statuses
|
||||
$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.';
|
||||
$_['squareup_status_comment_captured'] = 'The card transaction was authorized and subsequently captured (i.e., completed).';
|
||||
$_['squareup_status_comment_voided'] = 'The card transaction was authorized and subsequently voided (i.e., canceled). ';
|
||||
$_['squareup_status_comment_failed'] = 'The card transaction failed.';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_merchant'] = 'Merchant ID';
|
||||
$_['entry_transaction_id'] = 'Transaction ID';
|
||||
$_['entry_order_id'] = 'Order ID';
|
||||
$_['entry_partner_solution_id'] = 'Partner Solution ID';
|
||||
$_['entry_type'] = 'Transaction Type';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_browser'] = 'Customer User Agent';
|
||||
$_['entry_ip'] = 'Customer IP';
|
||||
$_['entry_date_created'] = 'Date Created';
|
||||
$_['entry_billing_address_company'] = 'Billing Company';
|
||||
$_['entry_billing_address_street'] = 'Billing Street';
|
||||
$_['entry_billing_address_city'] = 'Billing City';
|
||||
$_['entry_billing_address_postcode'] = 'Billing ZIP';
|
||||
$_['entry_billing_address_province'] = 'Billing Province/State';
|
||||
$_['entry_billing_address_country'] = 'Billing Country';
|
||||
$_['entry_status_authorized'] = 'Authorized';
|
||||
$_['entry_status_captured'] = 'Captured';
|
||||
$_['entry_status_voided'] = 'Voided';
|
||||
$_['entry_status_failed'] = 'Failed';
|
||||
$_['entry_setup_confirmation'] = 'Setup confirmation:';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = '<strong>Warning:</strong> You do not have permission to modify payment Square!';
|
||||
$_['error_permission_recurring'] = '<strong>Warning:</strong> You do not have permission to modify recurring payments!';
|
||||
$_['error_transaction_missing'] = 'Transaction not found!';
|
||||
$_['error_no_ssl'] = '<strong>Warning:</strong> SSL is not enabled on your admin panel. Please enable it to finish your configuration.';
|
||||
$_['error_user_rejected_connect_attempt'] = 'Connection attempt was canceled by the user.';
|
||||
$_['error_possible_xss'] = 'We detected a possible cross site attack and have terminated your connection attempt. Please verify your application ID and secret and try again using the buttons in the admin panel.';
|
||||
$_['error_invalid_email'] = 'The provided e-mail address is not valid!';
|
||||
$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.';
|
||||
$_['error_client_id'] = 'The app client ID is a required field';
|
||||
$_['error_client_secret'] = 'The app client secret is a required field';
|
||||
$_['error_sandbox_client_id'] = 'The sandbox client ID is a required field when sandbox mode is enabled';
|
||||
$_['error_sandbox_token'] = 'The sandbox token is a required field when sandbox mode is enabled';
|
||||
$_['error_no_location_selected'] = 'The location is a required field';
|
||||
$_['error_refresh_access_token'] = "An error occurred when trying to refresh the extension's connection to your Square account. Please verify your application credentials and try again.";
|
||||
$_['error_form'] = 'Please check the form for errors and try to save agian.';
|
||||
$_['error_token'] = 'An error was encountered while refreshing the token: %s';
|
||||
$_['error_no_refund'] = 'Refund failed.';
|
||||
|
||||
// Column
|
||||
$_['column_transaction_id'] = 'Transaction ID';
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_created'] = 'Date Created';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_refunds'] = 'Refunds';
|
||||
$_['column_reason'] = 'Reason';
|
||||
$_['column_fee'] = 'Processing Fee';
|
||||
|
||||
// Button
|
||||
$_['button_void'] = 'Void';
|
||||
$_['button_refund'] = 'Refund';
|
||||
$_['button_capture'] = 'Capture';
|
||||
$_['button_connect'] = 'Connect';
|
||||
$_['button_reconnect'] = 'Reconnect';
|
||||
$_['button_refresh'] = 'Refresh token';
|
29
admin/extension/payment/twocheckout.php
Normal file
29
admin/extension/payment/twocheckout.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = '2Checkout';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified 2Checkout account details!';
|
||||
$_['text_edit'] = 'Edit 2Checkout';
|
||||
$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_account'] = '2Checkout Account ID';
|
||||
$_['entry_secret'] = 'Secret Word';
|
||||
$_['entry_display'] = 'Direct Checkout';
|
||||
$_['entry_test'] = 'Test Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment 2Checkout!';
|
||||
$_['error_account'] = 'Account No. Required!';
|
||||
$_['error_secret'] = 'Secret Word Required!';
|
32
admin/extension/payment/web_payment_software.php
Normal file
32
admin/extension/payment/web_payment_software.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Web Payment Software';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Web Payment Software account details!';
|
||||
$_['text_edit'] = 'Edit AWeb Payment Software';
|
||||
$_['text_web_payment_software'] = '<a href="http://www.web-payment-software.com/" target="_blank"><img src="view/image/payment/wps-logo.jpg" alt="Web Payment Software" title="Web Payment Software" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_capture'] = 'Capture';
|
||||
|
||||
// Entry
|
||||
$_['entry_login'] = 'Merchant ID';
|
||||
$_['entry_key'] = 'Merchant Key';
|
||||
$_['entry_mode'] = 'Transaction Mode';
|
||||
$_['entry_method'] = 'Transaction Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Web Payment Software!';
|
||||
$_['error_login'] = 'Login ID Required!';
|
||||
$_['error_key'] = 'Transaction Key Required!';
|
42
admin/extension/payment/wechat_pay.php
Normal file
42
admin/extension/payment/wechat_pay.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
* @package OpenCart
|
||||
* @author Meng Wenbin
|
||||
* @copyright Copyright (c) 2010 - 2017, Chengdu Guangda Network Technology Co. Ltd. (https://www.opencart.cn/)
|
||||
* @license https://opensource.org/licenses/GPL-3.0
|
||||
* @link https://www.opencart.cn
|
||||
*/
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Wechat Pay';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Wechat account details!';
|
||||
$_['text_edit'] = 'Edit Wechat Pay';
|
||||
$_['text_wechat_pay'] = '<a target="_BLANK" href="https://pay.weixin.qq.com"><img src="view/image/payment/wechat.png" alt="Wechat Pay Website" title="Wechat Pay Website" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_app_id'] = 'App ID';
|
||||
$_['entry_app_secret'] = 'App Secret';
|
||||
$_['entry_mch_id'] = 'Merchant ID';
|
||||
$_['entry_api_secret'] = 'API Secret';
|
||||
$_['entry_debug'] = 'Debug Mode';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_completed_status'] = 'Completed Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_currency'] = 'The currency customer paid merchant!';
|
||||
$_['help_wechat_pay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/wechat-pay">Click here</a> to learn how to set up Wechat Pay account.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Wechat!';
|
||||
$_['error_app_id'] = 'App ID required!';
|
||||
$_['error_app_secret'] = 'App Secret required!';
|
||||
$_['error_mch_id'] = 'Merchant ID required!';
|
||||
$_['error_api_secret'] = 'API Secret required!';
|
76
admin/extension/payment/worldpay.php
Normal file
76
admin/extension/payment/worldpay.php
Normal file
@ -0,0 +1,76 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Worldpay Online Payments';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Worldpay account details!';
|
||||
$_['text_worldpay'] = '<a href="https://online.worldpay.com/signup/ee48b6e6-d3e3-42aa-a80e-cbee3f4f8b09" target="_blank"><img src="view/image/payment/worldpay.png" alt="Worldpay" title="Worldpay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_test'] = 'Test';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_authenticate'] = 'Authenticate';
|
||||
$_['text_release_ok'] = 'Release was successful';
|
||||
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
||||
$_['text_refund_ok'] = 'Rebate was successful';
|
||||
$_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
|
||||
// Entry
|
||||
$_['entry_service_key'] = 'Service Key';
|
||||
$_['entry_client_key'] = 'Client Key';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
$_['entry_card'] = 'Store Cards';
|
||||
$_['entry_secret_token'] = 'Secret Token';
|
||||
$_['entry_webhook_url'] = 'Webhook URL:';
|
||||
$_['entry_cron_job_url'] = 'Cron Job URL:';
|
||||
$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:';
|
||||
$_['entry_success_status'] = 'Success Status:';
|
||||
$_['entry_failed_status'] = 'Failed Status:';
|
||||
$_['entry_settled_status'] = 'Settled Status:';
|
||||
$_['entry_refunded_status'] = 'Refunded Status:';
|
||||
$_['entry_partially_refunded_status'] = 'Partially Refunded Status:';
|
||||
$_['entry_charged_back_status'] = 'Charged Back:';
|
||||
$_['entry_information_requested_status'] = 'Information Requested Status:';
|
||||
$_['entry_information_supplied_status'] = 'Information Supplied Status:';
|
||||
$_['entry_chargeback_reversed_status'] = 'Chargeback Reversed Status:';
|
||||
|
||||
|
||||
$_['entry_reversed_status'] = 'Reversed Status:';
|
||||
$_['entry_voided_status'] = 'Voided Status:';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_secret_token'] = 'Make this long and hard to guess';
|
||||
$_['help_webhook_url'] = 'Set Worldpay webhooks to call this URL';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
|
||||
// Tab
|
||||
$_['tab_settings'] = 'Settings';
|
||||
$_['tab_order_status'] = 'Order Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment Worldpay!';
|
||||
$_['error_service_key'] = 'Service Key Required!';
|
||||
$_['error_client_key'] = 'Client Key Required!';
|
||||
|
||||
// Order page - payment tab
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_refund_status'] = 'Payment refund';
|
||||
$_['text_order_ref'] = 'Order ref';
|
||||
$_['text_order_total'] = 'Total authorised';
|
||||
$_['text_total_released'] = 'Total released';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
$_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Added';
|
||||
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
|
||||
$_['button_refund'] = 'Rebate / refund';
|
||||
|
Reference in New Issue
Block a user