From 0ca62faf89775496320025c170c942b2cb3e1a20 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 8 Apr 2023 10:12:31 +0700 Subject: update theme color --- src/lib/checkout/components/Checkout.jsx | 6 +++--- src/lib/checkout/components/FinishCheckout.jsx | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index c9e0556b..17ac20e1 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -184,7 +184,7 @@ const Checkout = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
@@ -313,7 +313,7 @@ const Checkout = () => {
-
+
{currencyFormat(product?.price?.priceDiscount * product?.quantity)}
@@ -340,7 +340,7 @@ const Checkout = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
diff --git a/src/lib/checkout/components/FinishCheckout.jsx b/src/lib/checkout/components/FinishCheckout.jsx index 4af39e91..cd93e3a4 100644 --- a/src/lib/checkout/components/FinishCheckout.jsx +++ b/src/lib/checkout/components/FinishCheckout.jsx @@ -3,19 +3,19 @@ import Link from '@/core/components/elements/Link/Link' const FinishCheckout = ({ query }) => { return (
-
-
+
+

Terima Kasih atas Pembelian Anda

-

+

Rincian belanja sudah kami kirimkan ke email anda. Mohon dicek kembali. jika tidak menerima email, anda dapat menghubungi kami disini.

{query?.order_id?.replaceAll('-', '/')}

-

No. Transaksi

+

No. Transaksi

Lihat detail pembelian Anda disini -- cgit v1.2.3