Product | Price | Quantity | Total | ||
---|---|---|---|---|---|
× |
|
{{$cart->product->name}}
{{--
|
@if(checkDiscountedPrice($cart->product, true))
|
{{$cart->quantity}}
{{-- |
{!! getPrice($cart->quantity * (checkDiscountedPrice($cart->product))) !!} |
|
Subtotal | {!! getPrice($total) !!} |
---|---|
Shipping | Free shipping |
Total | {!! getPrice($total) !!} |