klarna_invoice.php (1748B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Klarna Invoice'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Klarna Payment module!'; 8 $_['text_edit'] = 'Edit Klarna Invoice'; 9 $_['text_klarna_invoice'] = '<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 Invoice" title="Klarna Invoice" 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!';