Shipping & Handling Charge |
- {!! numberFormat($shippingUnitPrice) !!}
|
- {!! numberFormat($shippingDiscountPrice) !!} |
N/A |
- {!! numberFormat($shippingNetAmount) !!} |
@if(strtolower($billingAddress->state) !== strtolower($sellerAddress->state))
{!! $shippingTax . '%' !!}
@else
{{ ($shippingTax/2) . '%' }}
{{ ($shippingTax/2) . '%' }}
@endif
|
{!! $shippingTaxLabel !!} |
@if(strtolower($billingAddress->state) !== strtolower($sellerAddress->state))
- {!! numberFormat($shippingTaxAmount) !!}
@else
- {!! numberFormat($shippingTaxAmount/2) !!}
- {!! numberFormat($shippingTaxAmount/2) !!}
@endif
|
- {!! numberFormat($shippingTotalAmount) !!} |