shop.balmet.com

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

cardinity.php (2320B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			= 'Cardinity';
      4 
      5 // Text
      6 $_['text_extension']		= 'Extensions';
      7 $_['text_success']			= 'Success: You have modified Cardinity payment module!';
      8 $_['text_edit']             = 'Edit Cardinity';
      9 $_['text_cardinity']		= '<a href="http://cardinity.com/?crdp=opencart" target="_blank"><img src="view/image/payment/cardinity.png" alt="Cardinity" title="Cardinity" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_production']		= 'Production';
     11 $_['text_sandbox']			= 'Sandbox';
     12 $_['text_payment_info']		= 'Refund information';
     13 $_['text_no_refund']		= 'No refund history';
     14 $_['text_confirm_refund']	= 'Are you sure you want to refund';
     15 $_['text_na']				= 'N/A';
     16 $_['text_success_action']	= 'Success';
     17 $_['text_error_generic']	= 'Error: There was an error with your request. Please check the logs.';
     18 
     19 // Column
     20 $_['column_refund']			= 'Refund';
     21 $_['column_date']			= 'Date';
     22 $_['column_refund_history'] = 'Refund History';
     23 $_['column_action']			= 'Action';
     24 $_['column_status']			= 'Status';
     25 $_['column_amount']			= 'Amount';
     26 $_['column_description']	= 'Description';
     27 
     28 // Entry
     29 $_['entry_total']			= 'Total';
     30 $_['entry_order_status']	= 'Order Status';
     31 $_['entry_geo_zone']		= 'Geo Zone';
     32 $_['entry_status']			= 'Status';
     33 $_['entry_sort_order']		= 'Sort Order';
     34 $_['entry_key']				= 'Key';
     35 $_['entry_secret']			= 'Secret';
     36 $_['entry_debug']			= 'Debug';
     37 
     38 // Help
     39 $_['help_debug']			= 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
     40 $_['help_total']			= 'The checkout total the order must reach before this payment method becomes active.';
     41 
     42 // Button
     43 $_['button_refund']			= 'Refund';
     44 
     45 // Error
     46 $_['error_key']				= 'Key Required!';
     47 $_['error_secret']			= 'Secret Required!';
     48 $_['error_composer']		= 'Unable to load Cardinity SDK. Please download a compiled vendor folder or run composer.';
     49 $_['error_php_version']		= 'Minimum version of PHP 5.4.0 is required!';
     50 $_['error_permission']		= 'Warning: You do not have permission to modify payment Cardinity!';
     51 $_['error_connection']		= 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.';
     52 $_['error_warning']			= 'Warning: Please check the form carefully for errors!';