{$JsonLd->getJsonLd($Product)}
{image image=$Product->getImage() title=$Product->getTitle() height=48}
{$Product->getTitle()}
{$Product->getDescription()}
{if QUI\ERP\Products\Utils\Products::isVariant($Product) === false} {else} {/if}
{if !$hidePrice}
{assign var=PriceDisplay value=$Product->getPriceDisplay()} {assign var=_ value=$PriceDisplay->setAttribute('withVatText', false)} {$PriceDisplay->create()}
{/if}