{{::vm.translate.get('Orders')}}

{{::vm.translate.get('Create Order')}}

  • {{error}}
{{user.id}} - {{user.fullName}} - {{user.email}} - {{user.phoneNumber}}
{{::vm.translate.get('Product Id')}} {{::vm.translate.get('Product Name')}} {{::vm.translate.get('Price')}} {{::vm.translate.get('Quantity')}} {{::vm.translate.get('Actions')}}
{{item.productId}} {{item.productName}} {{item.productPrice | number}}
{{product.id}} - {{product.name}}

{{::vm.translate.get('Shipping address')}}

{{::vm.translate.get('Billing address')}}

{{::vm.translate.get('Shipping options')}}

{{::vm.translate.get('Order note')}}

{{::vm.translate.get('Coupon code')}}


{{::vm.translate.get('Order summary')}}

{{::vm.translate.get('Product Id')}} {{::vm.translate.get('Product')}} {{::vm.translate.get('Quantity')}} {{::vm.translate.get('Price')}} {{::vm.translate.get('Total')}}
{{item.productId}} {{item.productName}} {{item.quantity}} {{item.productPriceString}} {{item.totalString}}
Subtotal {{vm.cart.subTotalString}}
Shipping {{vm.cart.shippingAmountString}}
Disount {{vm.cart.discountString}}
Tax {{vm.cart.taxAmountString}}
Order Total {{vm.cart.orderTotalString}}