diff --git a/src/components/EditShipmentMethodModal.vue b/src/components/EditShipmentMethodModal.vue
new file mode 100644
index 00000000..4891d0db
--- /dev/null
+++ b/src/components/EditShipmentMethodModal.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+ {{ translate("Select shipping method") }}
+
+
+
+
+
+ {{ translate('Select which shipping method orders will receive when customer choose to have delivered instead of picked up.') }}
+
+
+
+ {{ carrier.groupName }}
+
+
+
+
+
+ {{ method.description }}
+
+
+
+
+ {{ translate('No shipment methods linked to', {carrierName: getCarrierName(carrierPartyId)}) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/locales/en.json b/src/locales/en.json
index a37d286d..9a166395 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -1,5 +1,6 @@
{
"App": "App",
+ "Add": "Add",
"All items were rejected from the order": "All items were rejected from the order",
"All order items are rejected": "All order items are rejected",
"Allow partial rejection": "Allow partial rejection",
@@ -18,6 +19,7 @@
"Cancel": "Cancel",
"Cancel order before fulfillment": "Cancel order before fulfillment",
"canceled from the order": "canceled from the order",
+ "Carrier": "Carrier",
"Control what your customers are allowed to edit on their order when they are editing their order on Re-route Fulfillment.": "Control what your customers are allowed to edit on their order when they are editing their order on Re-route Fulfillment.",
"Change": "Change",
"Choose language": "Choose language",
@@ -73,6 +75,7 @@
"Logging in": "Logging in",
"Logging out": "Logging out",
"Logout": "Logout",
+ "Method": "Method",
"Mismatch": "Mismatch",
"More": "More",
"New notification received.": "New notification received.",
@@ -84,6 +87,7 @@
"No picker assigned.": "No picker assigned.",
"No picker found": "No picker found",
"No records found.": "No records found.",
+ "No shipment methods linked to": "No shipment methods linked to {carrierName}",
"No time zone found": "No time zone found",
"Notifications": "Notifications",
"Notification Preference": "Notification Preference",
@@ -162,6 +166,7 @@
"Select Facility": "Select Facility",
"Search facilities": "Search facilities",
"Select reason": "Select reason",
+ "Select shipping method": "Select shipping method",
"Selected TimeZone":"Selected TimeZone",
"Select a different time zone": "Select a different time zone",
"Select time zone": "Select time zone",
@@ -169,6 +174,7 @@
"Select your preferred language.": "Select your preferred language.",
"Settings": "Settings",
"Select a picker": "Select a picker",
+ "Select which shipping method orders will receive when customer choose to have delivered instead of picked up.": "Select which shipping method orders will receive when customer choose to have delivered instead of picked up.",
"Send": "Send",
"Ship": "Ship",
"Shipment method": "Shipment method",
diff --git a/src/locales/es.json b/src/locales/es.json
index b1ae18b5..8158d0ac 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -1,5 +1,6 @@
{
"App": "Aplicación",
+ "Add": "Add",
"All items were rejected from the order": "Todos los artículos fueron rechazados del pedido",
"All order items are rejected": "Todos los artículos del pedido son rechazados",
"Allow partial rejection": "Permitir rechazo parcial",
@@ -18,6 +19,7 @@
"Cancel": "Cancelar",
"Cancel order before fulfillment": "Cancelar pedido antes del cumplimiento",
"canceled from the order": "cancelado del pedido",
+ "Carrier": "Carrier",
"Control what your customers are allowed to edit on their order when they are editing their order on Re-route Fulfillment.": "Controle lo que sus clientes pueden editar en su pedido cuando editan su pedido en Reenrutar el cumplimiento.",
"Change": "Cambiar",
"Choose language": "Elegir idioma",
@@ -36,6 +38,7 @@
"Delivery method": "Método de entrega",
"Dismiss": "Descartar",
"eCom Store": "Tienda electrónica",
+ "Edit": "Edit",
"Edit pickers": "Editar recolectores",
"Email sent successfully": "Correo enviado satisfactoriamente",
"Enable tracking": "Habilitar seguimiento",
@@ -70,6 +73,7 @@
"Logging in": "Iniciando sesión",
"Logging out": "Cerrando sesión",
"Logout": "Cerrar sesión",
+ "Method": "Method",
"Mismatch": "Desajuste",
"More": "Más",
"New notification received.": "Nueva notificación recibida.",
@@ -81,6 +85,7 @@
"No picker assigned.": "No hay recolector asignado.",
"No picker found": "No se encontró recolector",
"No records found.": "No se encontraron registros.",
+ "No shipment methods linked to": "No shipment methods linked to {carrierName}",
"No time zone found": "No se encontró zona horaria",
"Notifications": "Notificaciones",
"Notification Preference": "Preferencias de notificación",
@@ -159,6 +164,7 @@
"Select Facility": "Select Facility",
"Search facilities": "Search facilities",
"Select reason": "Seleccionar motivo",
+ "Select shipping method": "Select shipping method",
"Selected TimeZone":"Selected TimeZone",
"Select a different time zone": "Select a different time zone",
"Select time zone": "Seleccionar zona horaria",
@@ -166,6 +172,7 @@
"Select your preferred language.": "Selecciona tu idioma preferido.",
"Settings": "Configuraciones",
"Select a picker": "Seleccionar un recolector",
+ "Select which shipping method orders will receive when customer choose to have delivered instead of picked up.": "Select which shipping method orders will receive when customer choose to have delivered instead of picked up.",
"Send": "Enviar",
"Ship": "Enviar",
"Shipment method": "Método de envío",
diff --git a/src/views/Settings.vue b/src/views/Settings.vue
index ba94f4a2..8bbe4ec7 100644
--- a/src/views/Settings.vue
+++ b/src/views/Settings.vue
@@ -65,9 +65,15 @@
{{ translate("Order item split") }}
-
- {{ shipmentMethod.description }}
-
+
+