shop.balmet.com

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

ebay_orders.php (771B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			  = 'Import orders';
      4 $_['text_openbay']			  = 'OpenBay Pro';
      5 $_['text_ebay']				  = 'eBay';
      6 
      7 // Buttons
      8 $_['button_pull_orders']      = 'Start';
      9 
     10 // Entry
     11 $_['entry_pull_orders']       = 'Pull new orders';
     12 
     13 // Text
     14 $_['text_sync_pull_notice']   = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.';
     15 $_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes';
     16 $_['text_complete']           = 'Import requested';
     17 $_['text_failed']             = 'Failed to load';
     18 $_['text_pull']               = 'Request a manual import';
     19 
     20 // Errors
     21 $_['error_validation']        = 'You need to register for your API token and enable the module.';