{$JsonLd->getJsonLd($Product)}
{$Product->getTitle()}
{$Product->getDescription()}
{if $Project->getConfig('templateCologne.settings.categoryShowStock')} {assign var=ShippingTimeFrontendView value=\QUI\TemplateCologne\Utils::getShippingTimeFrontendView($Product->getId())} {if $ShippingTimeFrontendView}
{$ShippingTimeFrontendView->create()}
{/if} {/if}
{$Product->getFieldValue(3)}
{if QUI\ERP\Products\Utils\Products::isVariant($Product)} {else} {assign var=disabled value=0} {if $Product->getMaximumQuantity() < 1} {assign var=disabled value=1} {/if} {if $Product->hasRequiredUserInputFields()} {else} {/if} {/if}
{if !$hidePrice}
{if $Product->getAttribute('hasVariablePrice')} {locale group="quiqqer/erp" var="price.starting.from" price={control control="QUI\ERP\Products\Controls\Price" Price=$Product->getPrice()} } {else} {assign var=OfferPrice value=$this->getProductOldPriceDisplay($Product)} {if $OfferPrice}
{$OfferPrice->create()}
{/if}
{$Product->getPriceDisplay()->create()}
{/if}
{/if}