From 1d22b4349b8c7d1b5c62643ffd4146662cf0033e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 3 Feb 2023 14:47:54 +0700 Subject: download invoice --- src/pages/shop/product/[slug].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/shop/product') diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index 281f2bc2..03fac0be 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -190,7 +190,7 @@ export default function ProductDetail({ product }) { {product.lowest_price.discount_percentage > 0 ? (

{currencyFormat(activeVariant.price.price)}

- {activeVariant.price.discount_percentage}% + {activeVariant.price.discount_percentage}%
) : ''} -- cgit v1.2.3