• Order # {{$ctrl.order.id}}
  • Order Date {{$ctrl.order.date}}
  • Order Status {{$ctrl.order.status.name}}
  • Customer Name {{$ctrl.order.created_by.first_name}} {{$ctrl.order.created_by.last_name}}
  • Email {{$ctrl.order.created_by.email}} Mobile Number {{$ctrl.order.created_by.mobile_number}}
  • Shipping Method {{$ctrl.order.shipping_method.name}} - {{$ctrl.order.shipping_method.delivery_time}}
  • Shipping Address {{$ctrl.order.html_shipping_address}}
  • Billing Address {{$ctrl.order.html_billing_address}}
  • Payment Method : {{$ctrl.order.payment_mode.name}}
  • IP Address : {{$ctrl.order.ip}}
  • Card Type : {{$ctrl.order.card.type.name}}
  • Name : {{$ctrl.order.card.name_on_card}}
  • Card Number : show / hide {{$ctrl.order.card.number}}
    {{$ctrl.order.card.masked_number}}
  • Exp. Month & Year : {{("00000"+$ctrl.order.card.expiry_month).slice(-2)}} / {{$ctrl.order.card.expiry_year}}
  • CVV : {{$ctrl.order.card.cvv}}
  • Coupon Code {{$ctrl.order.coupon.code}}
  • Bank Name : {{$ctrl.order.echeck.bank_name}}
  • Account Holder Name : {{$ctrl.order.echeck.account_holder_name}}
  • Account Number : {{$ctrl.order.echeck.account_number}}
  • Routing Number : {{$ctrl.order.echeck.routing_number}}
  • Check Number : {{$ctrl.order.echeck.check_number}}
Product Strength Package Qty Special Price Sub Total
{{order_item.item.category.name}} {{order_item.item.strength.name}} {{order_item.item.strength.type.name}} {{order_item.item.package_size}} {{order_item.item.category.package_type.name}} {{order_item.qty}} {{order_item.rate}} {{order_item.price}}
Sub Total {{$ctrl.order.sub_total}}
Shipping Charge {{$ctrl.order.shipping_charge}}
Discount {{$ctrl.order.discount}}
Total {{$ctrl.order.total}}
History
Date Status Customer Notified Comments
{{log.date}} {{log.status.name}} {{log.is_notified}} {{log.comments}}

Update Status & Notify
{{status.name}}
Notify
Add Comment
Send SMS
SMS Template
{{status.sms_template.content}}