From 518f731977223d96c209e1318444e07970517e38 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 6 Nov 2025 13:00:49 +0700 Subject: Cr renca --- src/lib/product/components/Product/ProductDesktopVariant.jsx | 4 ++-- src/lib/product/components/Product/ProductMobileVariant.jsx | 4 ++-- src/lib/product/components/ProductCard.jsx | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/product/components') diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index 24a8498a..64a6419a 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -639,14 +639,14 @@ const ProductDesktopVariant = ({ )} - {qtyPickUp > 0 && ( + {/* {qtyPickUp > 0 && ( <>
* {qtyPickUp} barang bisa di pickup
- )} + )} */}
- {qtyPickUp > 0 && ( + {/* {qtyPickUp > 0 && (
* {qtyPickUp} barang bisa di pickup
- )} + )} */}
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 9523e937..7c1810e3 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -342,7 +342,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {(product?.stockTotal > 0 || product?.qtySold > 0) && (
{product?.stockTotal > 0 && ( -
+
Ready Stock
)} @@ -536,7 +536,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {/* baris harga sekarang + harga coret */}
{/* harga setelah voucher */} - + {currencyFormat(finalAfterVoucher)} @@ -596,7 +596,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {(product?.stockTotal > 0 || product?.qtySold > 0) && (
{product?.stockTotal > 0 && ( -
+
Ready Stock
)} @@ -818,7 +818,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
{product?.stockTotal > 0 && ( -
Ready Stock
+
Ready Stock
)} {/*
{product?.stockTotal > 5 ? '> 5' : '< 5'}
*/} {product?.qtySold > 0 && ( -- cgit v1.2.3