{{ trans('plugins/ecommerce::products.product_image') }} | {{ trans('plugins/ecommerce::products.product_name') }} | {{ trans('plugins/ecommerce::products.download') }} | {{ trans('plugins/ecommerce::products.license_codes.code') }} |
---|---|---|---|
|
{{ $orderProduct->product_name }} @if ($attributes = Arr::get($orderProduct->options, 'attributes')) {{ $attributes }} @endif @if ($orderProduct->product_options_implode) {{ $orderProduct->product_options_implode }} @endif | @if ($orderProduct->product_file_internal_count) @endif @if ($orderProduct->product_file_external_count) @endif |
@if ($orderProduct->license_code)
{{ $orderProduct->license_code }}
@else
{{ __('N/A') }}
@endif
|