feat(dashboard,types): added inbound shipping placeholder + shipping summary details (#9150)
what: - shipping summary <img width="1018" alt="Screenshot 2024-09-16 at 18 05 37" src="https://github.com/user-attachments/assets/d7e3d73c-bf11-42e5-90fb-03069437e96c"> - No Shipping options placeholder <img width="781" alt="Screenshot 2024-09-16 at 18 06 11" src="https://github.com/user-attachments/assets/05ed682a-97cd-4e66-9af1-f1e77d3d47cb">
This commit is contained in:
@@ -835,6 +835,9 @@
|
||||
},
|
||||
"orders": {
|
||||
"domain": "Orders",
|
||||
"claim": "Claim",
|
||||
"exchange": "Exchange",
|
||||
"return": "Return",
|
||||
"cancelWarning": "You are about to cancel the order {{id}}. This action cannot be undone.",
|
||||
"onDateFromSalesChannel": "{{date}} from {{salesChannel}}",
|
||||
"list": {
|
||||
@@ -929,7 +932,7 @@
|
||||
"noteHint": "You can type freely if you want to specify something.",
|
||||
"location": "Location",
|
||||
"locationHint": "Choose which location you want to return the items to.",
|
||||
"inboundShipping": "Inbound shipping",
|
||||
"inboundShipping": "Return shipping",
|
||||
"inboundShippingHint": "Choose which method you want to use.",
|
||||
"returnableQuantityLabel": "Returnable quantity",
|
||||
"refundableAmountLabel": "Refundable amount",
|
||||
@@ -944,6 +947,16 @@
|
||||
"title": "Cancel Return",
|
||||
"description": "Are you sure you want to cancel the return request?"
|
||||
},
|
||||
"placeholders": {
|
||||
"noReturnShippingOptions": {
|
||||
"title": "No return shipping options found",
|
||||
"hint": "No return shipping options were created for the location. You can create one at <LinkComponent>Location & Shipping</LinkComponent>."
|
||||
},
|
||||
"outboundShippingOptions": {
|
||||
"title": "No outbound shipping options found",
|
||||
"hint": "No outbound shipping options were created for the location. You can create one at <LinkComponent>Location & Shipping</LinkComponent>."
|
||||
}
|
||||
},
|
||||
"receive": {
|
||||
"action": "Receive items",
|
||||
"receiveItems": "{{ returnType }} {{ id }}",
|
||||
@@ -2561,6 +2574,8 @@
|
||||
"totalExclTax": "Total excl. tax",
|
||||
"subtotal": "Subtotal",
|
||||
"shipping": "Shipping",
|
||||
"outboundShipping": "Outbound Shipping",
|
||||
"returnShipping": "Return Shipping",
|
||||
"tax": "Tax",
|
||||
"created": "Created",
|
||||
"key": "Key",
|
||||
|
||||
Reference in New Issue
Block a user