add: checkout page

This commit is contained in:
Mahyar Khanbolooki
2025-08-07 00:24:26 +03:30
parent 0f62cf1bea
commit c033bad007
5 changed files with 442 additions and 12 deletions
+78
View File
@@ -23,5 +23,83 @@
"SumOfItemsLabel": "جمع خرید:",
"SumOfItemsValue": "{price} تومان",
"ButtonCheckout": "مشاهده فاکتور و پرداخت"
},
"OrderDetail": {
"Heading": "ثبت نهایی",
"Description": "در صورت بروز مشکل در پرداخت، لطفا با ما تماس بگیرید.",
"SectionShipping": {
"Title": "روش تحویل",
"InputDeliveryType": {
"Label": "",
"Options": {
"Delivery": "ارسال با پیک",
"Serve": "سرو در رستوران",
"Pickup": "تحویل در محل"
}
}
},
"SectionAddress": {
"Title": "آدرس",
"ButtonChangeAddress": "تغییر آدرس",
"InputAddressType": {
"Label": "نوع آدرس",
"Options": {
"Home": "آدرس منزل",
"Work": "آدرس محل کار",
"Other": "آدرس دیگر"
}
},
"InputAddressDetails": {
"Label": "",
"Placeholder": "خیابان ولیعصر، کوچه 12، پلاک 34"
}
},
"SectionTable": {
"Title": "شماره میز"
},
"SectionPayment": {
"Title": "انتخاب شیوه پرداخت",
"InputPaymentType": {
"Label": "",
"Options": {
"Online": "پرداخت آنلاین درگاه بانکی",
"CashOnDelivery": "موجودی کیف پول"
}
}
},
"SectionCoupon": {
"Title": "کوپن",
"InputCouponType": {
"Label": "نوع کوپن",
"Options": {
"Discount": "استفاده از امتیاز ها",
"GiftCard": "استفاده از کد تخفیف"
}
},
"InputCouponCode": {
"Label": "",
"Placeholder": "F12BB587",
"Options": {
"Default": "پیشفرض"
}
}
},
"SectionSummary": {
"Title": "جزئیات پرداخت",
"Description": "لطفا قبل از پرداخت، اطلاعات زیر را بررسی کنید.",
"SumOfItemsLabel": "جمع خرید:",
"SumOfItemsValue": "{price} T",
"DeliveryLabel": "هزینه ارسال:",
"DeliveryValue": "{shipping} T",
"DiscountLabel": "تخفیف:",
"DiscountValue": "{discount} T",
"TotalLabel": "جمع کل:",
"TotalValue": "{total} T",
"ButtonViewCart": "مشاهده اقلام"
},
"CartModal": {
"Title": "اقلام سفارش"
},
"ButtonSubmit": "پرداخت"
}
}