globalpay_remote.php (4633B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Globalpay Remote'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Globalpay account details!'; 8 $_['text_edit'] = 'Edit Globalpay Remote'; 9 $_['text_card_type'] = 'Card type'; 10 $_['text_enabled'] = 'Enabled'; 11 $_['text_use_default'] = 'Use default'; 12 $_['text_merchant_id'] = 'Merchant ID'; 13 $_['text_subaccount'] = 'Sub Account'; 14 $_['text_secret'] = 'Shared secret'; 15 $_['text_card_visa'] = 'Visa'; 16 $_['text_card_master'] = 'Mastercard'; 17 $_['text_card_amex'] = 'American Express'; 18 $_['text_card_switch'] = 'Switch/Maestro'; 19 $_['text_card_laser'] = 'Laser'; 20 $_['text_card_diners'] = 'Diners'; 21 $_['text_capture_ok'] = 'Capture was successful'; 22 $_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; 23 $_['text_rebate_ok'] = 'Rebate was successful'; 24 $_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; 25 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 26 $_['text_settle_auto'] = 'Auto'; 27 $_['text_settle_delayed'] = 'Delayed'; 28 $_['text_settle_multi'] = 'Multi'; 29 $_['text_ip_message'] = 'You must supply your server IP address to your Globalpay account manager before going live'; 30 $_['text_payment_info'] = 'Payment information'; 31 $_['text_capture_status'] = 'Payment captured'; 32 $_['text_void_status'] = 'Payment voided'; 33 $_['text_rebate_status'] = 'Payment rebated'; 34 $_['text_order_ref'] = 'Order ref'; 35 $_['text_order_total'] = 'Total authorised'; 36 $_['text_total_captured'] = 'Total captured'; 37 $_['text_transactions'] = 'Transactions'; 38 $_['text_confirm_void'] = 'Are you sure you want to void the payment?'; 39 $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; 40 $_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; 41 $_['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>'; 42 43 // Column 44 $_['text_column_amount'] = 'Amount'; 45 $_['text_column_type'] = 'Type'; 46 $_['text_column_date_added'] = 'Created'; 47 48 // Entry 49 $_['entry_merchant_id'] = 'Merchant ID'; 50 $_['entry_secret'] = 'Shared secret'; 51 $_['entry_rebate_password'] = 'Rebate password'; 52 $_['entry_total'] = 'Total'; 53 $_['entry_sort_order'] = 'Sort order'; 54 $_['entry_geo_zone'] = 'Geo zone'; 55 $_['entry_status'] = 'Status'; 56 $_['entry_debug'] = 'Debug logging'; 57 $_['entry_auto_settle'] = 'Settlement type'; 58 $_['entry_tss_check'] = 'TSS checks'; 59 $_['entry_card_data_status'] = 'Card info logging'; 60 $_['entry_3d'] = 'Enable 3D secure'; 61 $_['entry_liability_shift'] = 'Accept non-liability shifting scenarios'; 62 $_['entry_status_success_settled'] = 'Success - settled'; 63 $_['entry_status_success_unsettled'] = 'Success - not settled'; 64 $_['entry_status_decline'] = 'Decline'; 65 $_['entry_status_decline_pending'] = 'Decline - offline auth'; 66 $_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; 67 $_['entry_status_decline_bank'] = 'Decline - bank error'; 68 $_['entry_status_void'] = 'Voided'; 69 $_['entry_status_rebate'] = 'Rebated'; 70 71 // Help 72 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 73 $_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; 74 $_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; 75 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; 76 $_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; 77 $_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; 78 79 // Tab 80 $_['tab_api'] = 'API Details'; 81 $_['tab_account'] = 'Accounts'; 82 $_['tab_order_status'] = 'Order Status'; 83 $_['tab_payment'] = 'Payment Settings'; 84 85 // Button 86 $_['button_capture'] = 'Capture'; 87 $_['button_rebate'] = 'Rebate / refund'; 88 $_['button_void'] = 'Void'; 89 90 // Error 91 $_['error_merchant_id'] = 'Merchant ID is required'; 92 $_['error_secret'] = 'Shared secret is required';