From a03d150a2816ed7f901d3acf0ceb26c4025365e1 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 15 Dec 2022 17:32:40 +0700 Subject: show attribute --- src/pages/shop/cart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js index 6f61ffcb..06ac94b4 100644 --- a/src/pages/shop/cart.js +++ b/src/pages/shop/cart.js @@ -154,7 +154,7 @@ export default function Cart() {
- {product.parent.name} + {product.parent.name} {product.attributes.length > 0 ? `- ${product.attributes.join(', ')}` : ''}

{product.code ? product.code : '-'}

@@ -227,7 +227,7 @@ export default function Cart() {

-

Total

+

Grand Total

{currencyFormat(totalPriceBeforeTax + totalTaxAmount - totalDiscountAmount)}

*) Belum termasuk biaya pengiriman

-- cgit v1.2.3