add order details & enhance the checkout page

This commit is contained in:
2025-12-31 00:57:05 +03:00
parent 7119ead8c2
commit 38c83d5143
15 changed files with 623 additions and 22 deletions

View File

@@ -220,7 +220,7 @@ export default function OrderPage() {
return (
<>
<ProHeader>{t("order.title")}</ProHeader>
<ProHeader customRoute={`/${restaurant?.subdomain}`}>{t("order.title")}</ProHeader>
<div
style={{
display: "flex",