worldpay.php (3848B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Worldpay Online Payments'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Worldpay account details!'; 8 $_['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>'; 9 $_['text_test'] = 'Test'; 10 $_['text_live'] = 'Live'; 11 $_['text_authenticate'] = 'Authenticate'; 12 $_['text_release_ok'] = 'Release was successful'; 13 $_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; 14 $_['text_refund_ok'] = 'Rebate was successful'; 15 $_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund'; 16 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 17 18 // Entry 19 $_['entry_service_key'] = 'Service Key'; 20 $_['entry_client_key'] = 'Client Key'; 21 $_['entry_total'] = 'Total'; 22 $_['entry_order_status'] = 'Order Status'; 23 $_['entry_geo_zone'] = 'Geo Zone'; 24 $_['entry_status'] = 'Status'; 25 $_['entry_sort_order'] = 'Sort Order'; 26 $_['entry_debug'] = 'Debug logging'; 27 $_['entry_card'] = 'Store Cards'; 28 $_['entry_secret_token'] = 'Secret Token'; 29 $_['entry_webhook_url'] = 'Webhook URL:'; 30 $_['entry_cron_job_url'] = 'Cron Job URL:'; 31 $_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; 32 $_['entry_success_status'] = 'Success Status:'; 33 $_['entry_failed_status'] = 'Failed Status:'; 34 $_['entry_settled_status'] = 'Settled Status:'; 35 $_['entry_refunded_status'] = 'Refunded Status:'; 36 $_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; 37 $_['entry_charged_back_status'] = 'Charged Back:'; 38 $_['entry_information_requested_status'] = 'Information Requested Status:'; 39 $_['entry_information_supplied_status'] = 'Information Supplied Status:'; 40 $_['entry_chargeback_reversed_status'] = 'Chargeback Reversed Status:'; 41 42 43 $_['entry_reversed_status'] = 'Reversed Status:'; 44 $_['entry_voided_status'] = 'Voided Status:'; 45 46 // Help 47 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 48 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 49 $_['help_secret_token'] = 'Make this long and hard to guess'; 50 $_['help_webhook_url'] = 'Set Worldpay webhooks to call this URL'; 51 $_['help_cron_job_url'] = 'Set a cron job to call this URL'; 52 53 // Tab 54 $_['tab_settings'] = 'Settings'; 55 $_['tab_order_status'] = 'Order Status'; 56 57 // Error 58 $_['error_permission'] = 'Warning: You do not have permission to modify payment Worldpay!'; 59 $_['error_service_key'] = 'Service Key Required!'; 60 $_['error_client_key'] = 'Client Key Required!'; 61 62 // Order page - payment tab 63 $_['text_payment_info'] = 'Payment information'; 64 $_['text_refund_status'] = 'Payment refund'; 65 $_['text_order_ref'] = 'Order ref'; 66 $_['text_order_total'] = 'Total authorised'; 67 $_['text_total_released'] = 'Total released'; 68 $_['text_transactions'] = 'Transactions'; 69 $_['text_column_amount'] = 'Amount'; 70 $_['text_column_type'] = 'Type'; 71 $_['text_column_date_added'] = 'Added'; 72 73 $_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; 74 75 $_['button_refund'] = 'Rebate / refund'; 76