Subtotal
${{ str_replace(',','',round(session()->get('subtotal'),2)) }}
get('discountPrice') <= 0) style="display: none" @endif>
Discount ({{ session()->get('couponCode') }})
- ${{ str_replace(',','',(session()->get('discountPrice'))) }}
Estimated Shipping @if(!empty(session()->get('ShippingSurcharges'))) (+${{ str_replace(',','',number_format(session()->get('ShippingSurcharges'),2)) }} surcharge) @endif
${{ str_replace(',','',number_format((session()->get('ShippingCharges') + session()->get('ShippingSurcharges')),2)) }}
Estimated Tax
${{ str_replace(',','',round(session()->get('ShippingTax'),2)) }}
Order Total
${{ str_replace(',','',round(session()->get('total'),2)) }}