shop.balmet.com

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

skrill.php (1184B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			  = 'Skrill';
      4 
      5 // Text
      6 $_['text_extension']		  = 'Extensions';
      7 $_['text_success']			  = 'Success: You have modified the Skrill details.';
      8 $_['text_edit']               = 'Edit Skrill';
      9 $_['text_skrill']	     	  = '<a href="https://content.skrill.com/en/ecommerce-solutions/opencart/" target="_blank"><img src="view/image/payment/skrill.png" alt="Skrill" title="Skrill" style="border: 1px solid #EEEEEE;" /></a>';
     10 
     11 // Entry
     12 $_['entry_email']			  = 'E-Mail';
     13 $_['entry_secret']		      = 'Secret';
     14 $_['entry_total']			  = 'Total';
     15 $_['entry_order_status']	  = 'Order Status';
     16 $_['entry_pending_status']	  = 'Pending Status ';
     17 $_['entry_canceled_status']	  = 'Canceled Status';
     18 $_['entry_failed_status']	  = 'Failed Status';
     19 $_['entry_chargeback_status'] = 'Chargeback 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 
     27 // Error
     28 $_['error_permission']		  = 'Warning: You do not have permission to modify Skrill!';
     29 $_['error_email']			  = 'E-Mail Required!';