{{get_static_option('product_cancel_page_' . $user_select_lang_slug . '_title')}}
{{get_static_option('product_cancel_page_' . $user_select_lang_slug . '_description')}}
- {{__('Order ID: ')}} {{'#'.$order_details->id}}
- {{__('Shipping Method:')}} {{get_shipping_name_by_id($order_details->product_shippings_id)}}
- {{__('Payment Method:')}} {{str_replace('_',' ', ucfirst($order_details->payment_gateway))}}
- {{__('Payment Status:')}} {{__($order_details->payment_status)}}
- {{__('Order Status:')}} {{__($order_details->status)}}
{{__('Billing Details')}}
- {{__('Name')}} {{$order_details->billing_name}}
- {{__('Email')}} {{$order_details->billing_email}}
- {{__('Phone')}} {{$order_details->billing_phone}}
- {{__('Country')}} {{$order_details->billing_country}}
- {{__('Street Address')}} {{$order_details->billing_street_address}}
- {{__('District')}} {{$order_details->billing_district}}
- {{__('Town')}} {{$order_details->billing_town}}
{{__('Shipping Details')}}
- {{__('Name')}} {{$order_details->shipping_name}}
- {{__('Email')}} {{$order_details->shipping_email}}
- {{__('Phone')}} {{$order_details->shipping_phone}}
- {{__('Country')}} {{$order_details->shipping_country}}
- {{__('Street Address')}} {{$order_details->shipping_street_address}}
- {{__('District')}} {{$order_details->shipping_district}}
- {{__('Town')}} {{$order_details->shipping_town}}
{{__('Order Summery')}}
| {{__('Subtotal')}} | {{amount_with_currency_symbol($order_details->subtotal)}} |
| {{__('Coupon Discount')}} | - {{amount_with_currency_symbol($order_details->coupon_discount)}} |
| {{__('Shipping Cost')}} | + {{amount_with_currency_symbol($order_details->shipping_cost)}} |
| {{__('Tax')}} {{$tax_percentage}} | + {{amount_with_currency_symbol(cart_tax_for_mail_template($cart_items))}} |
| {{__('Total')}} | {{amount_with_currency_symbol($order_details->total)}} |
{{__('Inclusive of custom duties and taxes where applicable')}}
@endif