diff --git a/src/views/ShoppingCart/index.js b/src/views/ShoppingCart/index.js index 3bb6888..92d01c0 100644 --- a/src/views/ShoppingCart/index.js +++ b/src/views/ShoppingCart/index.js @@ -274,111 +274,116 @@ function ShoppingCart({ }`} >
{layouts[phase]}
- {phase !== "address" && ( -
-
- - - -
-
- - جمع کل سبد خرید - -

- {separate(productsLength ? factorInfo?.payPrice : "")} - - تومان - -

-
- {phase === "products" && ( + {console.log(list)} + {list?.length + ? phase !== "address" && (
- -

- هزینه ارسال کالا پس از تعیین محل آدرس مشخص می‌شود -

-
- )} - {null && phase === "deliveryForm" && ( -
- - انتخاب شیوه پرداخت - -
+ )} +

+ )}
- )} -
-
- - )} - - )} + ) + : null} ); }