From 9478c11061fce4ddbc6a92b98ac0708d33423179 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 15 Oct 2025 15:45:03 +0700 Subject: voucher position, size and pickp now position --- src/lib/product/components/ProductCard.jsx | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 0eae23de..25d1535c 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -300,7 +300,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { { {product?.lowestPrice.price > 0 ? ( <> {currencyFormat(product?.lowestPrice.priceDiscount)} -
+
Include PPN:{' '} {currencyFormat( product.lowestPrice.price * @@ -478,23 +478,16 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { )} {discount > 0 && (product?.flashSale?.id ?? 0) < 1 && ( -
- {/* Label polos (bukan dalam kotak) */} - Voucher - - {/* Chip: ikon + nominal */} - - - - {currencyFormat(discount)} +
+
+ Voucher + + + + {currencyFormat(discount)} + - +
)} -- cgit v1.2.3