سلة المنتجات
{{ item.name }}
{{ item.price }} دج
{{ item.quantity }}
{{ item.price * item.quantity }} دج
سلة المنتجات فارغة
المجموع:
{{ getCartSubtotal() }} دج
الشحن:
{{ shippingCost }} دج
التغليف:
{{ packagingCost }} دج
الإجمالي:
{{ getCartTotal() }} دج
معلومات الطلب
تأكيد الطلب
الاسم:
{{ checkoutInfo.name }}
الهاتف:
{{ checkoutInfo.phone }}
العنوان:
{{ checkoutInfo.address }}
الولاية:
{{ shippingState }}
إجمالي المنتجات:
{{ getCartSubtotal() }} دج
الشحن:
{{ shippingCost }} دج
التغليف:
{{ packagingCost }} دج
الإجمالي:
{{ getCartTotal() }} دج
تم تأكيد الطلب بنجاح!
رقم الطلب: #{{ lastOrderId }}
سيتم التواصل معك قريبًا لتأكيد الطلب.