قيمة المنتجات
{{ parseFloat(total).toFixed(2) }} د.ل
خصم الكوبون ({{ parseFloat(couponPercentage).toFixed(2) }}%)
- {{ parseFloat(couponDiscount).toFixed(2) }} د.ل
صافي المنتجات
{{ productsAfterDiscount.toFixed(2) }} د.ل
سعر التوصيل
{{ deliveryPrice > 0
? parseFloat(deliveryPrice).toFixed(2) + ' د.ل'
: 'اختر المدينة' }}
إجمالي الطلب
{{ grandTotal.toFixed(2) }} د.ل