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

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