summaryrefslogtreecommitdiff
path: root/src/lib/checkout
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-10 11:04:18 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-10 11:04:18 +0700
commit484e8ebd5a6cfda13be3ac086c5600c2743b5710 (patch)
tree2ae1224ddd87878e38c6b91a46c8845ce29d818b /src/lib/checkout
parent25f3dedfd48186e62a6f99a1560993ea1d202fb9 (diff)
change position note *biaya belum termasuk ongkir
Diffstat (limited to 'src/lib/checkout')
-rw-r--r--src/lib/checkout/components/Checkout.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index fb56b756..ba45e862 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -202,7 +202,7 @@ const Checkout = () => {
{currencyFormat(totalAmount - totalDiscountAmount + taxTotal)}
</div>
</div>
- <p className='text-caption-2 text-gray_r-10 mb-2'>*) Belum termasuk biaya pengiriman</p>
+ {/* <p className='text-caption-2 text-gray_r-10 mb-2'>*) Belum termasuk biaya pengiriman</p> */}
<p className='text-caption-2 text-gray_r-10 leading-5'>
Dengan melakukan pembelian melalui website Indoteknik, saya menyetujui{' '}
<Link href='/' className='inline font-normal'>
@@ -360,9 +360,6 @@ const Checkout = () => {
{currencyFormat(totalAmount - totalDiscountAmount + taxTotal)}
</div>
</div>
- <p className='text-caption-2 text-gray_r-11 mb-2'>
- *) Belum termasuk biaya pengiriman
- </p>
<p className='text-caption-2 text-gray_r-11 leading-5'>
Dengan melakukan pembelian melalui website Indoteknik, saya menyetujui{' '}
<Link href='/' className='inline font-normal'>
@@ -447,6 +444,9 @@ const PickupAddress = ({ label }) => (
</p>
<p className='mt-1 text-gray_r-11'>Telp : 021-2933 8828/29</p>
<p className='mt-1 text-gray_r-11'>Mobile : 0813 9000 7430</p>
+ <p className='mt-5 text-caption-2 text-gray_r-11 mb-2'>
+ *) Belum termasuk biaya pengiriman
+ </p>
</div>
</div>
)