shop.balmet.com

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

klarna_account.php (1994B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			= 'Klarna Account';
      4 
      5 // Text
      6 $_['text_extension']		= 'Extensions';
      7 $_['text_success']			= 'Success: You have modified Klarna Payment module!';
      8 $_['text_edit']             = 'Edit Klarna Account';
      9 $_['text_klarna_account']	= '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Account" title="Klarna Account" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_live']				= 'Live';
     11 $_['text_beta']				= 'Beta';
     12 $_['text_sweden']			= 'Sweden';
     13 $_['text_norway']			= 'Norway';
     14 $_['text_finland']			= 'Finland';
     15 $_['text_denmark']			= 'Denmark';
     16 $_['text_germany']			= 'Germany';
     17 $_['text_netherlands']		= 'The Netherlands';
     18 
     19 // Entry
     20 $_['entry_merchant']		= 'Klarna Merchant ID';
     21 $_['entry_secret']			= 'Klarna Secret';
     22 $_['entry_server']			= 'Server';
     23 $_['entry_total']			= 'Total';
     24 $_['entry_pending_status']	= 'Pending Status';
     25 $_['entry_accepted_status'] = 'Accepted Status';
     26 $_['entry_geo_zone']		= 'Geo Zone';
     27 $_['entry_status']			= 'Status';
     28 $_['entry_sort_order']		= 'Sort Order';
     29 
     30 // Help
     31 $_['help_merchant']			= '(estore id) to use for the Klarna service (provided by Klarna).';
     32 $_['help_secret']			= 'Shared secret to use with the Klarna service (provided by Klarna).';
     33 $_['help_total']			= 'The checkout total the order must reach before this payment method becomes active.';
     34 
     35 // Error
     36 $_['error_permission']		= 'Warning: You do not have permission to modify payment Klarna Part Payment!';
     37 $_['error_pclass']			= 'Could not retrieve pClass for %s. Error Code: %s; Error Message: %s';
     38 $_['error_curl']			= 'Curl Error - Code: %d; Message: %s';
     39 $_['error_log']				= 'There were errors updating the module. Please check the log file.';