|
|
|
@ -128,7 +128,7 @@ class Cart extends Component { |
|
|
|
|
> |
|
|
|
|
<Navbar /> |
|
|
|
|
<div align="center" style={{ marginTop: 50 }}> |
|
|
|
|
هیچ محصولی در سبد خرید شما وجود ندارد |
|
|
|
|
{window.t("هیچ محصولی در سبد خرید شما وجود ندارد")}{" "} |
|
|
|
|
</div> |
|
|
|
|
<br /> |
|
|
|
|
<Link |
|
|
|
@ -144,7 +144,7 @@ class Cart extends Component { |
|
|
|
|
margin: "10 auto", |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
فروشگاه |
|
|
|
|
{window.t("فروشگاه")}{" "} |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
); |
|
|
|
@ -172,7 +172,7 @@ class Cart extends Component { |
|
|
|
|
<section className="cart__right d-flex flex-column"> |
|
|
|
|
<header> |
|
|
|
|
<h1 style={{ fontSize: fontSize.desktop.h1 }}> |
|
|
|
|
سبد پیش خرید{" "} |
|
|
|
|
{window.t("سبد پیش خرید")}{" "} |
|
|
|
|
</h1> |
|
|
|
|
</header> |
|
|
|
|
<Table |
|
|
|
@ -187,7 +187,7 @@ class Cart extends Component { |
|
|
|
|
{false && factorInfo.transportId ? ( |
|
|
|
|
<header className="cart__left--header d-flex flex-column"> |
|
|
|
|
<h2 style={{ fontSize: fontSize.desktop.h2 }}> |
|
|
|
|
روشهای ارسال |
|
|
|
|
{window.t("روشهای ارسال")} |
|
|
|
|
</h2> |
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
|
{payMethods.map((item, i) => ( |
|
|
|
@ -208,16 +208,16 @@ class Cart extends Component { |
|
|
|
|
{factorInfo ? ( |
|
|
|
|
<div className="cart__totalPrice d-flex align-items-center justify-content-center"> |
|
|
|
|
<h3 style={{ fontSize: fontSize.mobile.h2 }}> |
|
|
|
|
جمع کل |
|
|
|
|
{window.t("جمع کل")} |
|
|
|
|
<br /> |
|
|
|
|
سبد خرید |
|
|
|
|
{window.t("سبد خرید")}{" "} |
|
|
|
|
</h3> |
|
|
|
|
<div className="d-flex align-items-center"> |
|
|
|
|
<strong style={{ fontSize: fontSize.mobile.h1 }}> |
|
|
|
|
{factorInfo.payPrice - factorInfo.transportPrice} |
|
|
|
|
</strong> |
|
|
|
|
<span style={{ fontSize: fontSize.mobile.h3 }}> |
|
|
|
|
تومان |
|
|
|
|
{window.t("تومان")} |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -225,11 +225,10 @@ class Cart extends Component { |
|
|
|
|
|
|
|
|
|
{/* <div className="cart__left--header d-flex flex-column mt-3"> |
|
|
|
|
<h2 style={{ fontSize: fontSize.desktop.h2 }}> |
|
|
|
|
روشهای ارسال |
|
|
|
|
{window.t("روشهای ارسال")} |
|
|
|
|
</h2> |
|
|
|
|
<p style={{ fontSize: fontSize.desktop.p }}> |
|
|
|
|
با توجه به شرایط یکی از دو گزینه زیر را انتخاب کنید |
|
|
|
|
</p> |
|
|
|
|
{window.t("با توجه به شرایط یکی از دو گزینه زیر را انتخاب کنید")} </p> |
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
|
{payMethods.map((item, i) => ( |
|
|
|
|
<DeliveryMethod data={item} key={i} parent={this} /> |
|
|
|
@ -243,7 +242,7 @@ class Cart extends Component { |
|
|
|
|
style={{ textDecoration: "none", textAlign: "center" }} |
|
|
|
|
//onClick={() => this.props.payFactor({ userId: userId })}
|
|
|
|
|
> |
|
|
|
|
ادامه |
|
|
|
|
{window.t("ادامه")}{" "} |
|
|
|
|
</Link> |
|
|
|
|
</section> |
|
|
|
|
</div> |
|
|
|
@ -328,8 +327,7 @@ class Cart extends Component { |
|
|
|
|
{/* <div className="mobile-cart__payMethods d-flex flex-column"> |
|
|
|
|
<h2 style={{ fontSize: fontSize.mobile.h2 }}>{window.t("روشهای ارسال")}</h2> |
|
|
|
|
<p style={{ fontSize: fontSize.mobile.p }}> |
|
|
|
|
با توجه به شرایط یکی از دو گزینه زیر را انتخاب کنید |
|
|
|
|
</p> |
|
|
|
|
با توجه به شرایط یکی از دو گزینه زیر را انتخاب کنید")} </p> |
|
|
|
|
|
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
|
{this.props.payMethods.map((item, i) => ( |
|
|
|
@ -341,8 +339,7 @@ class Cart extends Component { |
|
|
|
|
className="mobile-cart__submit" |
|
|
|
|
onClick={() => this.props.payFactor({ userId: userId })} |
|
|
|
|
> |
|
|
|
|
پرداخت |
|
|
|
|
|
|
|
|
|
پرداخت")} |
|
|
|
|
</button> */} |
|
|
|
|
|
|
|
|
|
<br /> |
|
|
|
@ -352,7 +349,7 @@ class Cart extends Component { |
|
|
|
|
to="/page/privacy" |
|
|
|
|
style={{ fontSize: "13px", margin: 0, padding: 0 }} |
|
|
|
|
> |
|
|
|
|
شرایط استفاده از دانوین و حریم خصوصی را مطالعه کرده ام |
|
|
|
|
شرایط استفاده از دانوین و حریم خصوصی را مطالعه کرده ام")} |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
<div className="product-addtocart__box--accept d-flex"> |
|
|
|
@ -361,7 +358,7 @@ class Cart extends Component { |
|
|
|
|
to="/page/returning" |
|
|
|
|
style={{ fontSize: "13px", margin: 0, padding: 0 }} |
|
|
|
|
> |
|
|
|
|
شرایط مرجوع کردن کالا در دانوین |
|
|
|
|
شرایط مرجوع کردن کالا در دانوین")} |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
<Link |
|
|
|
@ -370,7 +367,7 @@ class Cart extends Component { |
|
|
|
|
style={{ textAlign: "center", textDecoration: "none" }} |
|
|
|
|
// onClick={() => this.props.payFactor({ userId: userId })}
|
|
|
|
|
> |
|
|
|
|
ادامه |
|
|
|
|
ادامه")}{" "} |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
) : ( |
|
|
|
|