|
{{ mb_convert_encoding($product['name'], "UTF-8", "auto") }} - {{ $product['color'] }}
Model: #{{ $product['product_id'] }}
@if($price > 0)
@if($is_non_new)
{{ $condition_name }}
@endif
@if($show_lcp_rule)
${{ number_format($price, 2) }}
See Price in Cart
@else
${{ number_format($price, 2) }}
@if($product['savings'] > 0)
Was ${{ number_format($product['regular_price'], 2) }}
|
Save ${{ number_format($product['savings'], 2) }}
|
@endif
@endif
@if($product['status'] == 'Active' || $product['in_stock'])
@if(!$is_mrappl)
|
Low Price Guarantee |
@endif
@if(count($product['warranty']) > 0)
|
Extended Protection Plan
@foreach($product['warranty'] as $warranty)
{{$warranty['name']}} - ${{$warranty['price']}}
@endforeach
|
@endif
@endif
@endif
@if($product['status'] == 'Active' || $product['in_stock'])
@if($fulfillments[2]->eta && $has_pickup)
|
Pickup: {!! $fulfillments[2]->eta !!}
|
@endif
@if($fulfillments[0]->eta)
|
Delivery: {!! $fulfillments[0]->eta !!}
|
@endif
@if($fulfillments[1]->eta)
|
Installation: {!! $fulfillments[1]->eta !!}
|
@endif
@endif
|