alipay.php (1739B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Alipay Pay'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Alipay account details!'; 8 $_['text_edit'] = 'Edit Alipay Pay'; 9 $_['text_alipay'] = '<a target="_BLANK" href="https://open.alipay.com"><img src="view/image/payment/alipay.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; 10 $_['text_live'] = 'Live'; 11 $_['text_sandbox'] = 'Sandbox'; 12 13 // Entry 14 $_['entry_app_id'] = 'App ID'; 15 $_['entry_merchant_private_key'] = 'Merchant Private Key'; 16 $_['entry_alipay_public_key'] = 'Alipay Public Key'; 17 $_['entry_test'] = 'Test mode'; 18 $_['entry_total'] = 'Total'; 19 $_['entry_order_status'] = 'Completed Status'; 20 $_['entry_geo_zone'] = 'Geo Zone'; 21 $_['entry_status'] = 'Status'; 22 $_['entry_sort_order'] = 'Sort Order'; 23 24 // Help 25 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 26 $_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.'; 27 28 // Error 29 $_['error_permission'] = 'Warning: You do not have permission to modify payment Alipay!'; 30 $_['error_app_id'] = 'App ID required!'; 31 $_['error_merchant_private_key'] = 'Merchant Private Key required!'; 32 $_['error_alipay_public_key'] = 'Alipay Public Key required!';