@extends('layout.app') @section('page-title', $productDetailsDto->title) @section('meta_description', $productInfo['meta_description']) @section('canonical-link') @endsection @if(PROD_ENV === true) @section('tracking') @if(!$GLOBALS['session']->admin) @endif @endsection @endif @section('after-css') @endsection @section('content')
@foreach($productDetailsDto->images as $image)
{{ $image['alt'] }}
@endforeach
{{ $productDetailsDto->productModel->categoryModel->category_name }}
{{ $productDetailsDto->productModel->name }}
{{ $productDetailsDto->productModel->name2 }}
SKU: {{ $productId }}
@if($productDetailsDto->retail_display_off) @if(!$productDetailsDto->admin)
This product is meant to be sold as part of set. To purchase it on its own, please call us at and one of our sales associates with be happy to assist you.
@elseif($productDetailsDto->admin && $productDetailsDto->productModel->discontinued != 'yes')
This product has retail_display OFF. Customers will only see pictures, measurements and description. They won't see prices and won't be able to add product to cart.
@endif @endif @if( ( !$productDetailsDto->retail_display_off || ($productDetailsDto->admin && $productDetailsDto->retail_display_off) ) && $productDetailsDto->productModel->discontinued != 'yes' ) @if($productId === 'GIFTCERT')
@else
@if($productDetailsDto->info['price'] === $productDetailsDto->info['non_sale_price'])
{!! $wtViewHelper->renderPrice($productDetailsDto->info['price']) !!}
@else
{!! $wtViewHelper->renderPrice($productDetailsDto->info['non_sale_price']) !!}
{!! $wtViewHelper->renderPrice($productDetailsDto->info['price']) !!}
@endif

22

People are viewing this right now

@include('partials.product_details._attributes', ['productDetailsDto' => $productDetailsDto]) @endif
- +
@if(!empty($productDetailsDto->info['cushion_colors']))
The "Cover Only" option prices the order as cover fabric only (no cushion core). In-stock fabrics use their stock cover base price, while MTO fabrics charge only the selected fabric surcharge.
@endif @if($productDetailsDto->is_placeholder_cushion && $productId !== '71000MTO')
@endif
Support Representative

Questions about this product?

Our team is here - no bots, no wait times, no runaround.

@if($productId !== 'GIFTCERT')
truck delivery icon

Estimate delivery times:
{!! $productInfo['product_page_availability'] !!}.

30 day, Risk-Free Satisfaction Guarantee

@endif

Guarantee Safe
Checkout

@include('partials._payment_options')
@endif
@include('partials.product_details._tabs', ['productDetailsDto' => $productDetailsDto]) @if(!empty($productInfo['related_items']))
You may also like
@foreach($productInfo['related_items'] as $product)
@include('partials._product_grid', ['product' => $product])
@endforeach
@endif @if(!empty($productInfo['showcase']))
Optional products
@foreach($productInfo['showcase'] as $product)
@include('partials._product_grid', ['product' => $product])
@endforeach
@endif @endsection @if($GLOBALS['session']->admin) @section('admin-panel') @endsection @endif @section('modals') @include('partials.modals._interactive_decorator', ['imagine_url' => $productDetailsDto->productModel->imagine_url]) @include('partials.modals._delivery_return') @include('partials.modals._share_social') @include('partials.modals._quick_view') @if($GLOBALS['session']->admin) @include('partials.admin._custom_color_form') @include('partials.admin._sales_report_form') @include('partials.modals._admin_product') @endif @endsection @push('after-foot-non-admin-js') @endpush @push('after-foot-js') @endpush