Order Summary

Subtotal

{!! $wtViewHelper->renderPrice($orderSummaryData->subTotal, true) !!}
@foreach($orderSummaryData->treatments as $treatmentName => $treatmentCharge)

{{ $treatmentName }}

{!! $wtViewHelper->renderPrice($treatmentCharge, true) !!}
@endforeach

Shipping

@if($is_admin && $is_review) $ @else {!! $wtViewHelper->renderPrice($orderSummaryData->shippingCharge, true) !!} @endif
@if($is_admin || $orderSummaryData->salesTaxCharge > 0)

Sales Tax

@if($is_admin && ($is_cart || $is_review)) $ @else {!! $wtViewHelper->renderPrice($orderSummaryData->salesTaxCharge, true) !!} @endif
@endif @if(!empty($orderSummaryData->whiteGloveCharge))

White Glove Delivery

{!! $wtViewHelper->renderPrice($orderSummaryData->whiteGloveCharge, true) !!}
@endif @if(!empty($orderSummaryData->insideDeliveryCharge))

Inside Delivery

{!! $wtViewHelper->renderPrice($orderSummaryData->insideDeliveryCharge, true) !!}
@endif @if($orderSummaryData->coupon)

Promo/Gift Code ({{ $orderSummaryData->coupon }})

- {!! $wtViewHelper->renderPrice($orderSummaryData->couponValue, true) !!}
@endif

Total

{!! $wtViewHelper->renderPrice($orderSummaryData->total, true) !!}
@if(!$is_order_receipt)
@if($payment_method === 'paypal')
Processing...Please don't refresh the page...
@elseif($payment_method === 'affirm') @elseif($payment_method === 'amazonPay')
@else @endif
@endif