diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-05-08 16:40:15 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-05-08 16:40:15 +0700 |
| commit | cff198277e14450f8d20d9e18548325e6f277682 (patch) | |
| tree | ad35c30b6969875b0e285b004c04d207b19ca2b6 /src/lib/variant/components/VariantCard.jsx | |
| parent | d7e563eeefc387c108b09a3b9ee100e2516b7ed3 (diff) | |
raja ongkir
Diffstat (limited to 'src/lib/variant/components/VariantCard.jsx')
| -rw-r--r-- | src/lib/variant/components/VariantCard.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
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(', ')}` : ''} </p> + <p className='text-caption-2 text-gray_r-11 mt-1'> + Berat Item : {product?.weight} Kg + </p> <div className='flex flex-wrap gap-x-1 items-center mt-auto'> {product.price.discountPercentage > 0 && ( <> |
