fix(dashboard): location UI fixes (#7288)
* fix: a few UI fixes * fix: domain name * feat: edit service zone areas * feat: edit shipping option prices * fix: sorting
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
},
|
||||
"actions": {
|
||||
"save": "Save",
|
||||
"select": "Select",
|
||||
"saveAsDraft": "Save as draft",
|
||||
"publish": "Publish",
|
||||
"create": "Create",
|
||||
@@ -653,8 +654,8 @@
|
||||
}
|
||||
},
|
||||
"shipping": {
|
||||
"title": "Location & Shipping",
|
||||
"domain": "Location & Shipping",
|
||||
"title": "Locations & Shipping",
|
||||
"domain": "Locations & Shipping",
|
||||
"description": "Choose where you ship and how much you charge for shipping at checkout. Define shipping options specific for your locations.",
|
||||
"createLocation": "Create location",
|
||||
"createLocationDetailsHint": "Specify the details of the location.",
|
||||
@@ -714,10 +715,12 @@
|
||||
"edit": {
|
||||
"title": "Edit Service Zone"
|
||||
},
|
||||
"editAreasTitle": "Manage {{zone}} areas",
|
||||
"deleteWarning": "Are you sure you want to delete \"{{name}}\". This will also delete all assocciated shipping options.",
|
||||
"toast": {
|
||||
"delete": "Zone \"{{name}}\" deleted successfully."
|
||||
},
|
||||
"manageAreas": "Manage areas",
|
||||
"editPrices": "Edit prices",
|
||||
"editOption": "Edit option",
|
||||
"optionsLength_one": "shipping option",
|
||||
@@ -745,8 +748,8 @@
|
||||
"allocation": "Shipping amount",
|
||||
"fixed": "Fixed",
|
||||
"fixedDescription": "Shipping option's price is always the same amount.",
|
||||
"enable": "Enable in store",
|
||||
"enableDescription": "Enable or disable the shipping option visiblity in store",
|
||||
"enable": "Show publicly",
|
||||
"enableDescription": "When disabled, the shipping option can only be applied by admins.",
|
||||
"calculated": "Calculated",
|
||||
"calculatedDescription": "Shipping option's price is calculated by the fulfillment provider.",
|
||||
"profile": "Shipping profile"
|
||||
|
||||
Reference in New Issue
Block a user