26 lines
		
	
	
		
			921 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			921 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']					     = 'Fulfillments';
 | 
						|
$_['text_openbay']					     = 'OpenBay Pro';
 | 
						|
$_['text_fba']						     = 'Fulfillment By Amazon';
 | 
						|
 | 
						|
// Buttons
 | 
						|
//$_['button_pull_orders']        	     = 'Start';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_start_date']             		 = 'Start date (format YYYY-MM-DD)';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_no_results'] 					 = 'No fulfillment\'s found on Amazon';
 | 
						|
$_['text_fulfillment_list'] 			 = 'Amazon Fulfillment list';
 | 
						|
 | 
						|
// Columns
 | 
						|
$_['column_seller_fulfillment_order_id'] = 'Seller Order ID';
 | 
						|
$_['column_displayable_order_id'] 		 = 'Displayable Order ID';
 | 
						|
$_['column_displayable_order_date'] 	 = 'Displayable date/time';
 | 
						|
$_['column_shipping_speed_category'] 	 = 'Shipping speed';
 | 
						|
$_['column_fulfillment_order_status'] 	 = 'Order Status';
 | 
						|
$_['column_action'] 					 = 'Action';
 | 
						|
 | 
						|
// Errors
 | 
						|
//$_['error_validation']                 = 'You need to register for your API token and enable the module.';
 |