From 174e4ad14741544ca808051a825c8b3b50dd9abe Mon Sep 17 00:00:00 2001 From: moaz_dw Date: Sun, 7 Jul 2024 12:37:44 +0300 Subject: [PATCH] remove price from website --- src/Components/Cart/CardItem.tsx | 11 ++++++----- src/Components/HOC/CartWithDrawer.tsx | 4 ++-- src/Components/Home/ProductCard.tsx | 2 +- src/Components/Products/ProductInfo.tsx | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/Components/Cart/CardItem.tsx b/src/Components/Cart/CardItem.tsx index 69c138b..31a3c46 100644 --- a/src/Components/Cart/CardItem.tsx +++ b/src/Components/Cart/CardItem.tsx @@ -61,14 +61,15 @@ const CardItem: React.FC = ({ data }) => {
{t("Free Delivery")}
-
- {t("Guaranteed")} -
+
-

+ {/*

{price} {Currency}{" "} -

+

*/} +
+ {t("Guaranteed")} +
{

{t("Grand Total")}
- + {/* {" "} {calculateTotalPrice()} {Currency}{" "} - + */}

*/} - {discountAmount}% + {/* {discountAmount}% */}