shop.balmet.com

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

authorizenet_sim.php (1702B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			= 'Authorize.Net (SIM)';
      4 
      5 // Text
      6 $_['text_extension']		= 'Extensions';
      7 $_['text_success']			= 'Success: You have modified Authorize.Net (SIM) account details!';
      8 $_['text_edit']             = 'Edit Authorize.Net (SIM)';
      9 $_['text_authorizenet_sim']	= '<a onclick="window.open(\'http://reseller.authorize.net/application/?id=5561142\');"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>';
     10 
     11 // Entry
     12 $_['entry_merchant']		= 'Merchant ID';
     13 $_['entry_key']				= 'Transaction Key';
     14 $_['entry_callback']		= 'Relay Response URL';
     15 $_['entry_md5']				= 'MD5 Hash Value';
     16 $_['entry_test']			= 'Test Mode';
     17 $_['entry_total']			= 'Total';
     18 $_['entry_order_status']	= 'Order Status';
     19 $_['entry_geo_zone']		= 'Geo Zone';
     20 $_['entry_status']			= 'Status';
     21 $_['entry_sort_order']		= 'Sort Order';
     22 
     23 // Help
     24 $_['help_callback']			= 'Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.';
     25 $_['help_md5']				= 'The MD5 Hash feature enables you to authenticate that a transaction response is securely received from Authorize.Net.Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.(Optional)';
     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 Authorize.Net (SIM)!';
     30 $_['error_merchant']		= 'Merchant ID Required!';
     31 $_['error_key']				= 'Transaction Key Required!';