add cart functionality for tto services
This commit is contained in:
@@ -6,5 +6,9 @@
|
||||
"description": "Get to know the personal analysis packages and order"
|
||||
},
|
||||
"noCategories": "List of services not found, try again later",
|
||||
"noResults": "No availabilities found for selected dates"
|
||||
"noResults": "No availabilities found for selected dates",
|
||||
"serviceNotFound": "Service not found",
|
||||
"bookTimeLoading": "Selecting time...",
|
||||
"noProducts": "No products found",
|
||||
"timeSlotUnavailable": "Service availability has changed, please select a new time"
|
||||
}
|
||||
@@ -7,7 +7,9 @@
|
||||
"item": "Item",
|
||||
"quantity": "Quantity",
|
||||
"price": "Price",
|
||||
"total": "Total"
|
||||
"total": "Total",
|
||||
"time": "Time",
|
||||
"location": "Location"
|
||||
},
|
||||
"checkout": {
|
||||
"goToCheckout": "Go to checkout",
|
||||
@@ -82,5 +84,9 @@
|
||||
"title": "Location for analysis",
|
||||
"description": "If you are unable to go to the lab to collect the sample, you can go to any other suitable collection point.",
|
||||
"locationSelect": "Select location"
|
||||
},
|
||||
"editServiceItem": {
|
||||
"title": "Edit booking",
|
||||
"description": "Edit booking details"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user