shop.balmet.com

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

fba_order.php (2306B)


      1 <?php
      2 // Heading
      3 $_['heading_title']					= 'Orders';
      4 $_['text_openbay']					= 'OpenBay Pro';
      5 $_['text_fba']						= 'Fulfillment By Amazon';
      6 
      7 // Buttons
      8 $_['button_ship']        			= 'Ship fulfillment';
      9 $_['button_resend']					= 'Resend fulfillment request';
     10 
     11 // Tab
     12 $_['tab_history']        			= 'Request history';
     13 
     14 // Entry
     15 $_['entry_start_date']             	= 'Start date (format YYYY-MM-DD)';
     16 $_['entry_end_date']             	= 'End date (format YYYY-MM-DD)';
     17 $_['entry_status']             		= 'Status';
     18 
     19 // Text
     20 $_['text_no_results'] 				= 'No orders found';
     21 $_['text_fulfillment_list'] 		= 'Amazon Fulfillment list';
     22 $_['text_option_all'] 				= 'All';
     23 $_['text_option_new'] 				= 'New / pending';
     24 $_['text_option_error'] 			= 'Error';
     25 $_['text_option_held'] 				= 'Held';
     26 $_['text_option_shipped'] 			= 'Shipped';
     27 $_['text_option_cancelled'] 		= 'Cancelled';
     28 $_['text_order'] 					= 'Order information';
     29 $_['text_shipping_address'] 		= 'Shipping address';
     30 $_['text_history'] 					= 'Fulfillment History';
     31 $_['text_opencart_order'] 			= 'OpenCart order ID';
     32 $_['text_order_info'] 				= 'Order info';
     33 $_['text_status'] 					= 'Fulfillment status';
     34 $_['text_errors'] 					= 'Response errors';
     35 $_['text_show_errors'] 				= 'Show errors';
     36 $_['text_no_errors'] 				= 'There are no errors for this fulfillment request';
     37 $_['text_no_sku'] 					= 'No SKU found';
     38 $_['text_show_request'] 			= 'Show request body';
     39 $_['text_show_response'] 			= 'Show response body';
     40 $_['text_fulfillment_id'] 			= 'Fulfillment ID';
     41 $_['text_type_new'] 				= 'Create';
     42 $_['text_type_ship'] 				= 'Shipment';
     43 $_['text_type_cancel'] 				= 'Cancellation';
     44 $_['text_no_requests'] 				= 'No requests have been made yet!';
     45 $_['text_order_list']				= 'Amazon order list';
     46 
     47 
     48 // Columns
     49 $_['column_order_id'] 				= 'Order ID';
     50 $_['column_created'] 				= 'Created';
     51 $_['column_status'] 				= 'Status';
     52 $_['column_action'] 				= 'Action';
     53 $_['column_sku'] 					= 'SKU';
     54 $_['column_product'] 				= 'Product';
     55 $_['column_quantity'] 				= 'Quantity';
     56 $_['column_fba'] 					= 'Amazon Fulfillment';
     57 $_['column_fulfillment_id'] 		= 'Fulfillment Request Reference';
     58 $_['column_response_code'] 			= 'Response code';
     59 $_['column_actions'] 				= 'Actions';
     60 $_['column_type'] 					= 'Request type';
     61 $_['column_fba_item_count'] 		= 'FBA item count';