twocheckout.php (1275B)
1 <?php 2 // Heading 3 $_['heading_title'] = '2Checkout'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified 2Checkout account details!'; 8 $_['text_edit'] = 'Edit 2Checkout'; 9 $_['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>'; 10 11 // Entry 12 $_['entry_account'] = '2Checkout Account ID'; 13 $_['entry_secret'] = 'Secret Word'; 14 $_['entry_display'] = 'Direct Checkout'; 15 $_['entry_test'] = 'Test Mode'; 16 $_['entry_total'] = 'Total'; 17 $_['entry_order_status'] = 'Order Status'; 18 $_['entry_geo_zone'] = 'Geo Zone'; 19 $_['entry_status'] = 'Status'; 20 $_['entry_sort_order'] = 'Sort Order'; 21 22 // Help 23 $_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).'; 24 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 25 26 // Error 27 $_['error_permission'] = 'Warning: You do not have permission to modify payment 2Checkout!'; 28 $_['error_account'] = 'Account No. Required!'; 29 $_['error_secret'] = 'Secret Word Required!';