feat(medusa,dahsboard): Initial work on pricing domain (#6633)
**What** - Initial work on pricing domain. - List page - Details page - Partial edit form - Fixes admin/price-lists/:id/products endpoint to allow filtering products by multiple ids. **Note** Pushing this now as the current design need a bit of tweaking so we display all relevant data to users. Future PR will include completed Edit moda, Create modal, Edit prices modal and Add prices modal.
This commit is contained in:
@@ -322,7 +322,35 @@
|
||||
}
|
||||
},
|
||||
"pricing": {
|
||||
"domain": "Pricing"
|
||||
"domain": "Pricing",
|
||||
"deletePriceListWarning": "You are about to delete the price list {{name}}. This action cannot be undone.",
|
||||
"status": {
|
||||
"draft": "Draft",
|
||||
"expired": "Expired",
|
||||
"active": "Active",
|
||||
"scheduled": "Scheduled"
|
||||
},
|
||||
"type": {
|
||||
"sale": "Sale",
|
||||
"override": "Override"
|
||||
},
|
||||
"settings": {
|
||||
"typeHint": "Choose the type of price list you want to create.",
|
||||
"saleTypeHint": "Sale prices are temporary price changes for products.",
|
||||
"overrideTypeHint": "Overrides are usually used to create customer-specific prices.",
|
||||
"editPriceListTitle": "Edit Price List",
|
||||
"customerGroupsLabel": "Customer groups",
|
||||
"priceOverridesLabel": "Price overrides",
|
||||
"taxInclusivePricingHint": "When enabled all prices in the price list will be tax inclusive."
|
||||
},
|
||||
"products": {
|
||||
"deleteProductsPricesWarning_one": "You are about to delete {{count}} product price. This action cannot be undone.",
|
||||
"deleteProductsPricesWarning_other": "You are about to delete {{count}} product prices. This action cannot be undone."
|
||||
},
|
||||
"prices": {
|
||||
"addPrices": "Add prices",
|
||||
"editPrices": "Edit prices"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"domain": "Profile",
|
||||
|
||||
Reference in New Issue
Block a user