+
-
Sub Total
+ {/* Sub Total
- Ksh {/* {isSuccess */}
+ Ksh
{cartProducts?.total_price || "00"}
-
+ */}
-
+
-
- By selecting ‘Check Out’ you are agreeing to our{" "}
-
- Terms & Conditions
-
-
diff --git a/src/components/shop/Counter.jsx b/src/components/shop/Counter.jsx
index e4252a23..21176814 100644
--- a/src/components/shop/Counter.jsx
+++ b/src/components/shop/Counter.jsx
@@ -6,13 +6,13 @@ function Counter({ className, setCount, count }) {
{count}
@@ -20,7 +20,7 @@ function Counter({ className, setCount, count }) {