diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-10-05 02:35:16 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-10-05 02:35:16 +0000 |
| commit | 0e1c49c74b5d2925cfd5fabbbf55c6402e1ad64f (patch) | |
| tree | 9f9bf6fbc29f97cb4fc0d897dcb813b062bdc63d /src/lib/product/components/Product | |
| parent | faedcf8288466e062b5540046742927573236324 (diff) | |
| parent | e72c16eb549488e1ed847b022880f542d2a9c525 (diff) | |
Merged in CR/Pricelist (pull request #87)
add component list product for cart, quotation, and checkout
Diffstat (limited to 'src/lib/product/components/Product')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktop.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/components/Product/ProductDesktop.jsx b/src/lib/product/components/Product/ProductDesktop.jsx index 5e827089..4c8c3ae9 100644 --- a/src/lib/product/components/Product/ProductDesktop.jsx +++ b/src/lib/product/components/Product/ProductDesktop.jsx @@ -594,7 +594,7 @@ const ProductDesktop = ({ products, wishlist, toggleWishlist }) => { </div>{' '} </div> <div className=' text-caption-1 text-gray_r-11 mb-1'> - + PPN:{' '} + Inc. PPN:{' '} {currencyFormat( variant.price.priceDiscount * process.env.NEXT_PUBLIC_PPN )} @@ -608,7 +608,7 @@ const ProductDesktop = ({ products, wishlist, toggleWishlist }) => { {currencyFormat(variant?.price?.price)} </div>{' '} <div className=' text-caption-1 text-gray_r-11 mb-1'> - + PPN:{' '} + Inc. PPN:{' '} {currencyFormat( variant?.price?.priceDiscount * process.env.NEXT_PUBLIC_PPN )} |
