fba_fulfillment.php (2714B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Fulfillments'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_fba'] = 'Fulfillment By Amazon'; 6 $_['heading_order_info'] = 'Order info'; 7 $_['heading_products'] = 'Products'; 8 9 // Entry 10 $_['entry_seller_fulfillment_order_id'] = 'Seller fulfillment order ID'; 11 $_['entry_displayable_order_id'] = 'Displayable order ID'; 12 $_['entry_displayable_date'] = 'Displayable date/time'; 13 $_['entry_displayable_comment'] = 'Displayable comment'; 14 $_['entry_shipping_speed_category'] = 'Shipping speed category'; 15 $_['entry_fulfillment_policy'] = 'Fulfillment policy'; 16 $_['entry_fulfillment_order_status'] = 'Status'; 17 $_['entry_notification_email_list'] = 'Notification email list'; 18 $_['entry_button_cancel'] = 'Cancel fulfillment'; 19 $_['entry_button_ship'] = 'Ship fulfillment'; 20 21 // Text 22 $_['text_no_results'] = 'No fulfillment\'s found on Amazon'; 23 $_['text_fulfillment_list'] = 'Amazon Fulfillment list'; 24 $_['text_form'] = 'Amazon Fulfillment'; 25 $_['text_ship_success'] = 'Fulfillment has been confirmed to ship, it may take a few minutes for Amazon to update'; 26 $_['text_cancel_success'] = 'Fulfillment has been cancelled, it may take a few minutes for Amazon to update'; 27 $_['text_cancel_confirm'] = 'Are you sure you want to cancel this fulfillment?'; 28 $_['text_ship_confirm'] = 'Are you sure you want to ship this fulfillment?'; 29 $_['text_status'] = 'Fulfillment status'; 30 $_['text_fulfillment_sent'] = 'Fulfillment has been sent!'; 31 $_['text_fulfillment_shipped'] = 'Fulfillment has been shipped!'; 32 $_['text_fulfillment_cancelled'] = 'Fulfillment has been cancelled!'; 33 34 // Columns 35 $_['column_sku'] = 'SKU'; 36 $_['column_order_item_id'] = 'Order item ID'; 37 $_['column_quantity'] = 'Quantity'; 38 $_['column_cancelled_quantity'] = 'Cancelled Quantity'; 39 $_['column_unfulfillable_quantity'] = 'Unfulfillable Quantity'; 40 $_['column_estimated_ship'] = 'Estimated ship'; 41 $_['column_estimated_arrive'] = 'Estimated arrive'; 42 43 // Errors 44 $_['error_loading_fulfillment'] = 'There was a problem getting the fulfillment order information from Amazon'; 45 $_['error_ship'] = 'There was a problem confirming the shipment with Amazon'; 46 $_['error_cancel'] = 'There was a problem cancelling the fulfillment with Amazon'; 47 $_['error_missing_id'] = 'Missing ID in the request'; 48 $_['error_no_shipping'] = 'No shipping method found'; 49 $_['error_no_items'] = 'No items found for this order'; 50 $_['error_amazon_request'] = 'There was an error response from Amazon, please check the errors for the request';