diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-04-10 04:18:12 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-04-10 04:18:12 +0000 |
| commit | 20dd2a819be9c7bdb0571222705bec8b90e1e4b1 (patch) | |
| tree | dad65a3521b7489a2f61a5b349d6a84ba726c002 /src/lib/checkout | |
| parent | 4a05c21f583e1482acb126d51aafe5cbce49707f (diff) | |
| parent | 7f5985ab05ff17eb25f772ca40f61c34a29b459d (diff) | |
Merged in development_tri/feedback_UAT (pull request #2)
Development tri/feedback UAT
Diffstat (limited to 'src/lib/checkout')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 17ac20e1..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'> @@ -325,7 +325,7 @@ const Checkout = () => { </div> <div className='w-1/4 pl-4'> - <div className='border border-gray_r-6 bg-white rounded p-4'> + <div className='sticky top-48 border border-gray_r-6 bg-white rounded p-4'> <div className='flex justify-between items-center'> <div className='font-medium'>Ringkasan Pesanan</div> <div className='text-gray_r-11 text-caption-1'>{products?.length} Barang</div> @@ -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> ) |
