From cff198277e14450f8d20d9e18548325e6f277682 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Mon, 8 May 2023 16:40:15 +0700 Subject: raja ongkir --- src/lib/variant/components/VariantCard.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/variant/components/VariantCard.jsx') diff --git a/src/lib/variant/components/VariantCard.jsx b/src/lib/variant/components/VariantCard.jsx index 8cd70bc0..28f3e193 100644 --- a/src/lib/variant/components/VariantCard.jsx +++ b/src/lib/variant/components/VariantCard.jsx @@ -38,6 +38,9 @@ const VariantCard = ({ product, openOnClick = true, buyMore = false }) => { {product.code || '-'} {product.attributes.length > 0 ? ` ・ ${product.attributes.join(', ')}` : ''}

+

+ Berat Item : {product?.weight} Kg +

{product.price.discountPercentage > 0 && ( <> -- cgit v1.2.3