cart & checkout: apply validation based on required inputs in each service & add phone input in checkout page
This commit is contained in:
@@ -221,7 +221,8 @@
|
||||
"inYourCart": "في سلة المشتريات",
|
||||
"updatedSuccessfully": "تم التحديث بنجاح",
|
||||
"editNote": "تعديل الملاحظة",
|
||||
"selectTimeEstimate": "أدخل وقت التقديم"
|
||||
"selectTimeEstimate": "أدخل وقت التقديم",
|
||||
"pleaseAddItemsToCart": "يرجى إضافة عناصر إلى السلة"
|
||||
},
|
||||
"checkout": {
|
||||
"title": "الدفع",
|
||||
@@ -238,7 +239,8 @@
|
||||
"totalAmount": "المبلغ الكلي",
|
||||
"items": "العناصر",
|
||||
"expiresIn": "تنتهي في",
|
||||
"expiresInDescription": "تنتهي في:12/26"
|
||||
"expiresInDescription": "تنتهي في:12/26",
|
||||
"phoneNumber": "رقم الهاتف"
|
||||
},
|
||||
"address": {
|
||||
"title": "العنوان",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user