@extends('layout.main') @section('content')
Free Shipping on orders with subtotal over 150.00 {{ $store_array[0]->StoreCurrency }}
| Subtotal | {{ round($getSubtotal, 2) }} {{ $store_array[0]->StoreCurrency }} |
|---|---|
| Tax | {{ round($getSubtotal, 2) * 0.10 }} {{ $store_array[0]->StoreCurrency }} |
| Shipping Fee | {{ round($shipping_cost, 2) }} {{ $store_array[0]->StoreCurrency }} |
Total |
{{ round($getSubtotal + $shipping_cost + ($getSubtotal * 0.10), 2) }} {{ $store_array[0]->StoreCurrency }} |
Total Price: {{ $item->total_price . ' ' . $store_array[0]->StoreCurrency }} • Row(s): {{ $item->qty }}