From 80295b97150495f56bd236a5345c2ddeb8313267 Mon Sep 17 00:00:00 2001
From: Rafi Zadanly
Date: Wed, 11 Oct 2023 16:51:03 +0700
Subject: Add product weight information and total weight on checkout page
---
src/lib/variant/components/VariantCard.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/lib/variant/components')
diff --git a/src/lib/variant/components/VariantCard.jsx b/src/lib/variant/components/VariantCard.jsx
index 64b6d146..6c0ab974 100644
--- a/src/lib/variant/components/VariantCard.jsx
+++ b/src/lib/variant/components/VariantCard.jsx
@@ -40,7 +40,7 @@ const VariantCard = ({ product, openOnClick = true, buyMore = false }) => {
{product.attributes.length > 0 ? ` ・ ${product.attributes.join(', ')}` : ''}
- Berat Item : {product?.weight} Kg
+ Berat Item : {product?.weight} Kg x {product?.quantity} Barang
{product.hasFlashsale && (
--
cgit v1.2.3