|
|
@ -168,7 +168,7 @@ class Cart extends Component { |
|
|
|
<section className="cart__right d-flex flex-column"> |
|
|
|
<section className="cart__right d-flex flex-column"> |
|
|
|
<header> |
|
|
|
<header> |
|
|
|
<h1 style={{ fontSize: fontSize.desktop.h1 }}> |
|
|
|
<h1 style={{ fontSize: fontSize.desktop.h1 }}> |
|
|
|
سبد خرید |
|
|
|
سبد پیش خرید{" "} |
|
|
|
</h1> |
|
|
|
</h1> |
|
|
|
</header> |
|
|
|
</header> |
|
|
|
<Table |
|
|
|
<Table |
|
|
@ -232,6 +232,7 @@ class Cart extends Component { |
|
|
|
))} |
|
|
|
))} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> */} |
|
|
|
</div> */} |
|
|
|
|
|
|
|
|
|
|
|
<Link |
|
|
|
<Link |
|
|
|
to="/checkout" |
|
|
|
to="/checkout" |
|
|
|
className="cart__left--submit" |
|
|
|
className="cart__left--submit" |
|
|
@ -261,7 +262,7 @@ class Cart extends Component { |
|
|
|
{window.location.search.includes("NOK") ? ( |
|
|
|
{window.location.search.includes("NOK") ? ( |
|
|
|
<div>پرداخت شما با خطا مواجه شد ، لطفا مجدد تلاش نمایید</div> |
|
|
|
<div>پرداخت شما با خطا مواجه شد ، لطفا مجدد تلاش نمایید</div> |
|
|
|
) : null} |
|
|
|
) : null} |
|
|
|
<h1 style={{ fontSize: fontSize.mobile.h1 }}>سبد خرید</h1> |
|
|
|
<h1 style={{ fontSize: fontSize.mobile.h1 }}>سبد پیش خرید</h1> |
|
|
|
<div className="d-flex"> |
|
|
|
<div className="d-flex"> |
|
|
|
<Table |
|
|
|
<Table |
|
|
|
list={list} |
|
|
|
list={list} |
|
|
@ -326,7 +327,28 @@ class Cart extends Component { |
|
|
|
onClick={() => this.props.payFactor({ userId: userId })} |
|
|
|
onClick={() => this.props.payFactor({ userId: userId })} |
|
|
|
> |
|
|
|
> |
|
|
|
پرداخت |
|
|
|
پرداخت |
|
|
|
|
|
|
|
|
|
|
|
</button> */} |
|
|
|
</button> */} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br /> |
|
|
|
|
|
|
|
<div className="product-addtocart__box--accept d-flex"> |
|
|
|
|
|
|
|
<input type="checkbox" checked={true} /> |
|
|
|
|
|
|
|
<Link |
|
|
|
|
|
|
|
to="/page/privacy" |
|
|
|
|
|
|
|
style={{ fontSize: "13px", margin: 0, padding: 0 }} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
شرایط استفاده از دانوین و حریم خصوصی را مطالعه کرده ام |
|
|
|
|
|
|
|
</Link> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="product-addtocart__box--accept d-flex"> |
|
|
|
|
|
|
|
<input type="checkbox" checked={true} /> |
|
|
|
|
|
|
|
<Link |
|
|
|
|
|
|
|
to="/page/returning" |
|
|
|
|
|
|
|
style={{ fontSize: "13px", margin: 0, padding: 0 }} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
شرایط مرجوع کردن کالا در دانوین |
|
|
|
|
|
|
|
</Link> |
|
|
|
|
|
|
|
</div> |
|
|
|
<Link |
|
|
|
<Link |
|
|
|
to="/checkout" |
|
|
|
to="/checkout" |
|
|
|
className="mobile-cart__submit" |
|
|
|
className="mobile-cart__submit" |
|
|
|