From 7d6afa821f02c3933a175a537b7bd0f47ff72f00 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 14 Dec 2022 09:43:44 +0700 Subject: no message --- src/pages/shop/product/[slug].js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index c0119c8f..8402036c 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -90,13 +90,13 @@ export default function ProductDetail({ product }) {

{product.name}{activeVariant.attributes ? ' - ' + activeVariant.attributes : ''}

{product.variant_total > 1 && !selectedVariant ? ( -

Harga mulai dari:

+

Harga mulai dari:

) : ''} {product.lowest_price.discount_percentage > 0 ? (
+

{currencyFormat(activeVariant.price.price)}

{activeVariant.price.discount_percentage}% -

{currencyFormat(activeVariant.price.price)}

) : ''} -- cgit v1.2.3