@php /** * @name Pagina prodotto\Dettagli\Info * @version 1.0.0 */ @endphp @php $details_opened = call_setting('settings.product.details_opened'); @endphp @if(!empty($product->get_title_html()))
{!! $product->get_title_html() !!}
@endif @if(!empty($product->get_price_html()))
{!! $product->get_price_html() !!}
@endif
@if(!empty($product->get_short_description()))
{{__t('Descrizione')}} 2Bhive
{!! $product->get_short_description() !!}
@endif
{{__t('Informazioni Aggiuntive')}} 2Bhive
@get_template_part('page.product.parts.meta', null, ['product' => $product])