{{ item.title }}
{{ item.quantity + ' ' + unitHandler(item.unit) }} |
||
محصولات | عنوان | قیمت واحد | تخفیف | تعداد | جمع | حذف | |
---|---|---|---|---|---|---|---|
{{ item.title }} پیشنهاد ویژه ! |
{{ number_format(item.special_offer_price) }} تومان |
{{ number_format(item.price) }} تومان | {{ singleItemDiscount(item) }}% |
|
{{ calculateSingleCost(item) }} تومان |
مبلغ قابل پرداخت : | {{ number_format(Math.round(pages.cart.final_cost / 1000) * 1000) }} تومان |
جمع کل خرید: | {{ number_format(pages.cart.final_cost) }} تومان |
درصد کد تخفیف وارد شده : | {{ pages.cart.discount.value }}% |
مبلغ قابل پرداخت: | {{ number_format(Math.round((pages.cart.final_cost - (pages.cart.final_cost * (pages.cart.discount.value/100))) / 1000) * 1000) }} تومان |