add cart functionality for tto services

This commit is contained in:
Helena
2025-09-19 16:23:19 +03:00
parent 3c272505d6
commit b59148630a
26 changed files with 921 additions and 221 deletions

View File

@@ -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"
}

View File

@@ -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"
}
}