globalpay.php (4832B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Globalpay Redirect'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Globalpay account details!'; 8 $_['text_edit'] = 'Edit Globalpay Redirect'; 9 $_['text_live'] = 'Live'; 10 $_['text_demo'] = 'Demo'; 11 $_['text_card_type'] = 'Card type'; 12 $_['text_enabled'] = 'Enabled'; 13 $_['text_use_default'] = 'Use default'; 14 $_['text_merchant_id'] = 'Merchant ID'; 15 $_['text_subaccount'] = 'Subaccount'; 16 $_['text_secret'] = 'Shared secret'; 17 $_['text_card_visa'] = 'Visa'; 18 $_['text_card_master'] = 'Mastercard'; 19 $_['text_card_amex'] = 'American Express'; 20 $_['text_card_switch'] = 'Switch/Maestro'; 21 $_['text_card_laser'] = 'Laser'; 22 $_['text_card_diners'] = 'Diners'; 23 $_['text_capture_ok'] = 'Capture was successful'; 24 $_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; 25 $_['text_rebate_ok'] = 'Rebate was successful'; 26 $_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; 27 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 28 $_['text_settle_auto'] = 'Auto'; 29 $_['text_settle_delayed'] = 'Delayed'; 30 $_['text_settle_multi'] = 'Multi'; 31 $_['text_url_message'] = 'You must supply the store URL to your Globalpay account manager before going live'; 32 $_['text_payment_info'] = 'Payment information'; 33 $_['text_capture_status'] = 'Payment captured'; 34 $_['text_void_status'] = 'Payment voided'; 35 $_['text_rebate_status'] = 'Payment rebated'; 36 $_['text_order_ref'] = 'Order ref'; 37 $_['text_order_total'] = 'Total authorised'; 38 $_['text_total_captured'] = 'Total captured'; 39 $_['text_transactions'] = 'Transactions'; 40 $_['text_column_amount'] = 'Amount'; 41 $_['text_column_type'] = 'Type'; 42 $_['text_column_date_added'] = 'Created'; 43 $_['text_confirm_void'] = 'Are you sure you want to void the payment?'; 44 $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; 45 $_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; 46 $_['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>'; 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_live_demo'] = 'Live / Demo'; 58 $_['entry_auto_settle'] = 'Settlement type'; 59 $_['entry_card_select'] = 'Select card'; 60 $_['entry_tss_check'] = 'TSS checks'; 61 $_['entry_live_url'] = 'Live connection URL'; 62 $_['entry_demo_url'] = 'Demo connection URL'; 63 $_['entry_status_success_settled'] = 'Success - settled'; 64 $_['entry_status_success_unsettled'] = 'Success - not settled'; 65 $_['entry_status_decline'] = 'Decline'; 66 $_['entry_status_decline_pending'] = 'Decline - offline auth'; 67 $_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; 68 $_['entry_status_decline_bank'] = 'Decline - bank error'; 69 $_['entry_status_void'] = 'Voided'; 70 $_['entry_status_rebate'] = 'Rebated'; 71 $_['entry_notification_url'] = 'Notification URL'; 72 73 // Help 74 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 75 $_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; 76 $_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; 77 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 78 $_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; 79 80 // Tab 81 $_['tab_api'] = 'API Details'; 82 $_['tab_account'] = 'Accounts'; 83 $_['tab_order_status'] = 'Order status'; 84 $_['tab_payment'] = 'Payment settings'; 85 $_['tab_advanced'] = 'Advanced'; 86 87 // Button 88 $_['button_capture'] = 'Capture'; 89 $_['button_rebate'] = 'Rebate / refund'; 90 $_['button_void'] = 'Void'; 91 92 // Error 93 $_['error_merchant_id'] = 'Merchant ID is required'; 94 $_['error_secret'] = 'Shared secret is required'; 95 $_['error_live_url'] = 'Live URL is required'; 96 $_['error_demo_url'] = 'Demo URL is required'; 97 $_['error_data_missing'] = 'Data missing'; 98 $_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';