From 44d0bbc005e034673054370b5956bcacdcf86b5c Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sat, 1 Nov 2025 10:29:44 +0700 Subject: remove harga coret --- src/lib/product/components/ProductCard.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 2715c6e8..7a0d1cc1 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -79,7 +79,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { return ( <> -
+
{ {/* baris harga sekarang + harga coret */}
{/* harga setelah voucher */} - - + + {currencyFormat(finalAfterVoucher)} {/* harga sebelum voucher, dicoret, truncate kalau kepanjangan */} - {currencyFormat(basePrice)} - + */}
{/* PPN pakai harga finalAfterVoucher */} @@ -508,18 +508,18 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {/* baris harga sekarang + harga coret */}
{/* harga setelah voucher */} - + {currencyFormat(finalAfterVoucher)} {/* harga sebelum voucher, dicoret, truncate kalau kepanjangan */} - {currencyFormat(basePrice)} - + */}
{/* PPN pakai harga finalAfterVoucher */} -- cgit v1.2.3