From ec3d2d806cc7e5dceb2be1d73b9351526ad75768 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 29 Dec 2022 09:17:04 +0700 Subject: no message --- src/pages/shop/product/[slug].js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index 16763ab7..43d511a8 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -180,25 +180,25 @@ export default function ProductDetail({ product }) {

Detail Produk

-
+

Jumlah Varian

{product.variant_total} Varian

-
+

Nomor SKU

SKU-{activeVariant.id}

-
+

Part Number

{activeVariant.code}

-
+

Stok

{activeVariant.stock > 0 ? (activeVariant.stock > 5 ? 'Lebih dari 5' : 'Kurang dari 5') : '0'}

-
+

Berat Barang

{activeVariant.weight > 0 ? activeVariant.weight : '1'} KG

-- cgit v1.2.3