shop.balmet.com

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

paymate.php (1184B)


      1 <?php
      2 // Heading
      3 $_['heading_title']		 = 'Paymate';
      4 
      5 // Text
      6 $_['text_extension']	 = 'Extensions';
      7 $_['text_success']		 = 'Success: You have modified Paymate account details!';
      8 $_['text_edit']          = 'Edit Paymate';
      9 $_['text_paymate']		 = '<img src="view/image/payment/paymate.png" alt="Paymate" title="Paymate" style="border: 1px solid #EEEEEE;" />';
     10 
     11 // Entry
     12 $_['entry_username']	 = 'Paymate Username';
     13 $_['entry_password']	 = 'Password';
     14 $_['entry_test']		 = 'Test Mode';
     15 $_['entry_total']		 = 'Total';
     16 $_['entry_order_status'] = 'Order Status';
     17 $_['entry_geo_zone']	 = 'Geo Zone';
     18 $_['entry_status']		 = 'Status';
     19 $_['entry_sort_order']	 = 'Sort Order';
     20 
     21 // Help
     22 $_['help_password']		 = 'Just use some random password. This will be used to make sure the payment information is not interfered with after being sent to the payment gateway.';
     23 $_['help_total']		 = 'The checkout total the order must reach before this payment method becomes active.';
     24 
     25 // Error
     26 $_['error_permission']	 = 'Warning: You do not have permission to modify payment Paymate!';
     27 $_['error_username']	 = 'Paymate Username required!';
     28 $_['error_password']	 = 'Password required!';