wechat_pay.php (2131B)
1 <?php 2 /** 3 * @package OpenCart 4 * @author Meng Wenbin 5 * @copyright Copyright (c) 2010 - 2017, Chengdu Guangda Network Technology Co. Ltd. (https://www.opencart.cn/) 6 * @license https://opensource.org/licenses/GPL-3.0 7 * @link https://www.opencart.cn 8 */ 9 10 // Heading 11 $_['heading_title'] = 'Wechat Pay'; 12 13 // Text 14 $_['text_extension'] = 'Extensions'; 15 $_['text_success'] = 'Success: You have modified Wechat account details!'; 16 $_['text_edit'] = 'Edit Wechat Pay'; 17 $_['text_wechat_pay'] = '<a target="_BLANK" href="https://pay.weixin.qq.com"><img src="view/image/payment/Wechat.png" alt="Wechat Pay Website" title="Wechat Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; 18 19 // Entry 20 $_['entry_app_id'] = 'App ID'; 21 $_['entry_app_secret'] = 'App Secret'; 22 $_['entry_mch_id'] = 'Merchant ID'; 23 $_['entry_api_secret'] = 'API Secret'; 24 $_['entry_debug'] = 'Debug Mode'; 25 $_['entry_total'] = 'Total'; 26 $_['entry_currency'] = 'Currency'; 27 $_['entry_completed_status'] = 'Completed Status'; 28 $_['entry_geo_zone'] = 'Geo Zone'; 29 $_['entry_status'] = 'Status'; 30 $_['entry_sort_order'] = 'Sort Order'; 31 32 // Help 33 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 34 $_['help_currency'] = 'The currency customer paid merchant!'; 35 $_['help_wechat_pay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/wechat-pay">Click here</a> to learn how to set up Wechat Pay account.'; 36 37 // Error 38 $_['error_permission'] = 'Warning: You do not have permission to modify payment Wechat!'; 39 $_['error_app_id'] = 'App ID required!'; 40 $_['error_app_secret'] = 'App Secret required!'; 41 $_['error_mch_id'] = 'Merchant ID required!'; 42 $_['error_api_secret'] = 'API Secret required!';