paypoint.php (1241B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'PayPoint'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified PayPoint account details!'; 8 $_['text_edit'] = 'Edit PayPoint'; 9 $_['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>'; 10 $_['text_live'] = 'Production'; 11 $_['text_successful'] = 'Always Successful'; 12 $_['text_fail'] = 'Always Fail'; 13 14 // Entry 15 $_['entry_merchant'] = 'Merchant ID'; 16 $_['entry_password'] = 'Remote Password'; 17 $_['entry_test'] = 'Test Mode'; 18 $_['entry_total'] = 'Total'; 19 $_['entry_order_status'] = 'Order Status'; 20 $_['entry_geo_zone'] = 'Geo Zone'; 21 $_['entry_status'] = 'Status'; 22 $_['entry_sort_order'] = 'Sort Order'; 23 24 // Help 25 $_['help_password'] = 'Leave empty if you do not have "Digest Key Authentication" enabled on your account.'; 26 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 27 28 // Error 29 $_['error_permission'] = 'Warning: You do not have permission to modify payment PayPoint!'; 30 $_['error_merchant'] = 'Merchant ID Required!';