cart & checkout: apply validation based on required inputs in each service & add phone input in checkout page

This commit is contained in:
2025-10-14 23:25:08 +03:00
parent af27d1e509
commit b88cc28c89
13 changed files with 186 additions and 113 deletions

View File

@@ -231,7 +231,8 @@
"plateNumber": "Plate Number",
"plateNumberPlaceholder": "Enter plate number",
"editNote": "Edit Note",
"selectTimeEstimate": "Select Estimate Time"
"selectTimeEstimate": "Select Estimate Time",
"pleaseAddItemsToCart": "Please add items to your cart"
},
"checkout": {
"title": "Checkout",
@@ -248,7 +249,8 @@
"totalAmount": "Total Amount",
"items": "Items",
"expiresIn": "Expires in",
"expiresInDescription": "Expires in:12/26"
"expiresInDescription": "Expires in:12/26",
"phoneNumber": "Phone Number"
},
"address": {
"title": "Address",