@if (count($products) && $products->loadMissing(['options', 'options.values']))
@if (! EcommerceHelper::hideProductPrice() || EcommerceHelper::isCartEnabled()) @endif @foreach ($products as $product) @if (! EcommerceHelper::hideProductPrice() || EcommerceHelper::isCartEnabled()) @endif @if (EcommerceHelper::isCartEnabled()) @endif @endforeach
{{ __('Product') }}{{ __('Unit Price') }}{{ __('Stock status') }}
{{ $product->original_product->name }}
{{ $product->original_product->name }} @if (is_plugin_active('marketplace') && $product->original_product->store->id) @endif
@include(EcommerceHelper::viewPath('includes.product-price'), ['product' => $product]) {!! $product->stock_status_html !!} {{ __('Add to cart') }}
{!! $products->links() !!}
@if(EcommerceHelper::isWishlistSharingEnabled())
{{ __('Share:') }} {!! Theme::renderSocialSharing(route('public.wishlist', ['code' => EcommerceHelper::getWishlistCode()])) !!}
@endif
@else

{{ __('No product in wishlist!') }}

@endif