shop.balmet.com

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

fba_fulfillment_list.php (946B)


      1 <?php
      2 // Heading
      3 $_['heading_title']					     = 'Fulfillments';
      4 $_['text_openbay']					     = 'OpenBay Pro';
      5 $_['text_fba']						     = 'Fulfillment By Amazon';
      6 
      7 // Buttons
      8 //$_['button_pull_orders']        	     = 'Start';
      9 
     10 // Entry
     11 $_['entry_start_date']             		 = 'Start date (format YYYY-MM-DD)';
     12 
     13 // Text
     14 $_['text_no_results'] 					 = 'No fulfillment\'s found on Amazon';
     15 $_['text_fulfillment_list'] 			 = 'Amazon Fulfillment list';
     16 
     17 // Columns
     18 $_['column_seller_fulfillment_order_id'] = 'Seller Order ID';
     19 $_['column_displayable_order_id'] 		 = 'Displayable Order ID';
     20 $_['column_displayable_order_date'] 	 = 'Displayable date/time';
     21 $_['column_shipping_speed_category'] 	 = 'Shipping speed';
     22 $_['column_fulfillment_order_status'] 	 = 'Order Status';
     23 $_['column_action'] 					 = 'Action';
     24 
     25 // Errors
     26 //$_['error_validation']                 = 'You need to register for your API token and enable the module.';