From a3f04830ba424a64ca412ffd211e55fa3d43a4ed Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 20 Oct 2025 10:15:37 +0700 Subject: show include ppn mobile --- src/lib/product/components/ProductCard.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 785101bf..db608159 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -471,7 +471,16 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
{product?.lowestPrice.priceDiscount > 0 ? ( - currencyFormat(product?.lowestPrice.priceDiscount) + <> + {currencyFormat(product?.lowestPrice.priceDiscount)} +
+ Inc. PPN:{' '} + {currencyFormat( + product.lowestPrice.priceDiscount * + process.env.NEXT_PUBLIC_PPN + )} +
+ ) : (