@extends(EcommerceHelper::viewPath('customers.master')) @section('title', SeoHelper::getTitle()) @section('content')
{{ __('Image') }} | {{ __('Product Name') }} | {{ __('Times downloaded') }} | {{ __('Ordered at') }} | {{ __('Action') }} |
---|---|---|---|---|
@if($product && $product->original_product?->url)
{!! BaseHelper::clean($orderProduct->product_name) !!}
@else
{!! BaseHelper::clean($orderProduct->product_name) !!}
@endif
@if ($sku = Arr::get($orderProduct->options, 'sku'))
({{ $sku }})
@endif
@if ($attributes = Arr::get($orderProduct->options, 'attributes'))
{{ $attributes }} @elseif ($product && $product->is_variation)@php $attributes = get_product_attributes($product->id) @endphp @if ($attributes->isNotEmpty()) @foreach ($attributes as $attribute) {{ $attribute->attribute_set_title }}: {{ $attribute->title }}@if (!$loop->last), @endif @endforeach @endif @endif @include( EcommerceHelper::viewPath('includes.cart-item-options-extras'), ['options' => $orderProduct->options] ) @if (!empty($orderProduct->product_options) && is_array($orderProduct->product_options)) {!! render_product_options_html($orderProduct->product_options, $orderProduct->price) !!} @endif @if (is_plugin_active('marketplace') && ($product = $orderProduct->product) && $product->original_product->store->id){{ __('Sold by') }}: {{ $product->original_product->store->name }} @endif |
{{ $orderProduct->times_downloaded }} | {{ $orderProduct->created_at->translatedFormat('M d, Y h:m') }} |
@if ($orderProduct->product_file_internal_count)
|
|
{{ __('No digital products!') }} |