You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Duplicate methods in drop-down in reroute-fulfillment card. Added a modal to choose both carrier and shipment method instead of just shipping method (#422).
<ion-label>{{ translate('Select which shipping method orders will receive when customer choose to have delivered instead of picked up.') }}</ion-label>
<ion-select-optionv-for="method in productStoreShipmentMethods":key="method.productStoreShipMethId":value="method.shipmentMethodTypeId">{{ method.description }}</ion-select-option>
"Cancel order before fulfillment": "Cancel order before fulfillment",
20
21
"canceled from the order": "canceled from the order",
22
+
"Carrier": "Carrier",
21
23
"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.",
22
24
"Change": "Change",
23
25
"Choose language": "Choose language",
@@ -73,6 +75,7 @@
73
75
"Logging in": "Logging in",
74
76
"Logging out": "Logging out",
75
77
"Logout": "Logout",
78
+
"Method": "Method",
76
79
"Mismatch": "Mismatch",
77
80
"More": "More",
78
81
"New notification received.": "New notification received.",
@@ -84,6 +87,7 @@
84
87
"No picker assigned.": "No picker assigned.",
85
88
"No picker found": "No picker found",
86
89
"No records found.": "No records found.",
90
+
"No shipment methods linked to": "No shipment methods linked to {carrierName}",
"Select a different time zone": "Select a different time zone",
167
172
"Select time zone": "Select time zone",
168
173
"Select the notifications you want to receive.": "Select the notifications you want to receive.",
169
174
"Select your preferred language.": "Select your preferred language.",
170
175
"Settings": "Settings",
171
176
"Select a picker": "Select a picker",
177
+
"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.",
"Cancel order before fulfillment": "Cancelar pedido antes del cumplimiento",
20
21
"canceled from the order": "cancelado del pedido",
22
+
"Carrier": "Carrier",
21
23
"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.",
22
24
"Change": "Cambiar",
23
25
"Choose language": "Elegir idioma",
@@ -36,6 +38,7 @@
36
38
"Delivery method": "Método de entrega",
37
39
"Dismiss": "Descartar",
38
40
"eCom Store": "Tienda electrónica",
41
+
"Edit": "Edit",
39
42
"Edit pickers": "Editar recolectores",
40
43
"Email sent successfully": "Correo enviado satisfactoriamente",
41
44
"Enable tracking": "Habilitar seguimiento",
@@ -70,6 +73,7 @@
70
73
"Logging in": "Iniciando sesión",
71
74
"Logging out": "Cerrando sesión",
72
75
"Logout": "Cerrar sesión",
76
+
"Method": "Method",
73
77
"Mismatch": "Desajuste",
74
78
"More": "Más",
75
79
"New notification received.": "Nueva notificación recibida.",
@@ -81,6 +85,7 @@
81
85
"No picker assigned.": "No hay recolector asignado.",
82
86
"No picker found": "No se encontró recolector",
83
87
"No records found.": "No se encontraron registros.",
88
+
"No shipment methods linked to": "No shipment methods linked to {carrierName}",
84
89
"No time zone found": "No se encontró zona horaria",
85
90
"Notifications": "Notificaciones",
86
91
"Notification Preference": "Preferencias de notificación",
"Select a different time zone": "Select a different time zone",
164
170
"Select time zone": "Seleccionar zona horaria",
165
171
"Select the notifications you want to receive.": "Selecciona las notificaciones que deseas recibir.",
166
172
"Select your preferred language.": "Selecciona tu idioma preferido.",
167
173
"Settings": "Configuraciones",
168
174
"Select a picker": "Seleccionar un recolector",
175
+
"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.",
0 commit comments