shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

alipay_cross.php (1884B)


      1 <?php
      2 // Heading
      3 $_['heading_title']                  = 'Alipay Cross-border';
      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_cross']              = '<a target="_BLANK" href="https://global.alipay.com"><img src="view/image/payment/alipay-cross-border.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']                   = 'Partner ID';
     15 $_['entry_merchant_private_key']     = 'Key';
     16 $_['entry_test']                     = 'Test mode';
     17 $_['entry_total']                    = 'Total';
     18 $_['entry_currency']                 = 'Currency Code';
     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_currency']                  = 'The settlement currency code the merchant specifies in the contract. You can add a new currency in System-&gt;Localisation-&gt;Currency if your settlement currency is not in the list';
     27 $_['help_alipay_setup']              = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.';
     28 
     29 // Error
     30 $_['error_permission']               = 'Warning: You do not have permission to modify pay Alipay!';
     31 $_['error_app_id']                   = 'Partner ID required!';
     32 $_['error_merchant_private_key']     = 'Key required!';