apply items validation and fix taxes list viewing
This commit is contained in:
@@ -304,8 +304,8 @@
|
||||
"checkRequiredFields": "Please check required fields",
|
||||
"applyYourAvailableRewardsToGetDiscountsOnItemsInYourCart": "Apply your available rewards to get discounts on items in your cart",
|
||||
"loyalty": "Loyalty",
|
||||
"vatTax": "Tax (Vat)",
|
||||
"otherTaxes": "Tax (Other)"
|
||||
"vat": "Vat ({{value}}%)",
|
||||
"otherTaxes": "{{name}} ({{value}}%)"
|
||||
},
|
||||
"checkout": {
|
||||
"addCarDetails": "Add Car Details",
|
||||
@@ -352,7 +352,8 @@
|
||||
"change": "Change",
|
||||
"pickup": "Pickup",
|
||||
"setPickupTime": "Set Pickup Time",
|
||||
"carPlateNumber": "Car Plate Number"
|
||||
"carPlateNumber": "Car Plate Number",
|
||||
"noItems": "No items in cart"
|
||||
},
|
||||
"address": {
|
||||
"title": "Address",
|
||||
|
||||
Reference in New Issue
Block a user