api.php (649B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'OpenCart Marketplace API'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified your API information!'; 7 $_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.'; 8 9 // Entry 10 $_['entry_username'] = 'Username'; 11 $_['entry_secret'] = 'Secret'; 12 13 // Error 14 $_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!'; 15 $_['error_username'] = 'Username required!'; 16 $_['error_secret'] = 'Secret required!';