لا يوجد منتجات في سلة المشتريات
العودة الى الرئيسية| المنتج | التفاصيل | الإجمالي |
|
|
{{product.currency}} {{ product.price }} : سعر الوحدة
|
{{product.currency}} {{ product.total_price }} |
| المنتج | السعر | الكمية | الإجمالي | ||
|
|
{{ product.price }} {{product.currency}} |
|
{{ product.total_price }} {{product.currency}} |
| اجمالي السعر الاصلي | {{ cart_data.price }} {{cart_data.currency}} |
| {{ "-"+admin_discount.price }} {{cart_data.currency}} | |
|
|
{{ cart_data.package ? "-"+cart_data.package.price : 0 }} {{cart_data.currency}} |
| قيمه الخصم ( ) | {{ "-"+cart_data.coupon_price.toFixed(2) }} {{cart_data.currency}} |
| قيمه الخصم ( ) | {{ "-"+(Math.round(coupon.price*(cart_data.tax_percentage/100)+coupon.price)) }} {{cart_data.currency}} |
| خصم اول طلب | {{ "-"+cart_data.first_order_discount}} {{cart_data.currency}} |
| الإجمالي بعد الخصم | {{ cart_data.price_before_tax }} {{cart_data.currency}} |
| الإجمالي ( شامل الضريبة ) | {{ cart_data.price_before_tax }} {{cart_data.currency}} |
| علما بان قيمه الضريبة المضافة هي : {{ cart_data.tax }} {{cart_data.currency}} | |