{$Product->getDescription()}
{if $Project->getConfig('templateCologne.settings.categoryShowStock')}
{assign var=ShippingTimeFrontendView value=\QUI\TemplateCologne\Utils::getShippingTimeFrontendView($Product->getId())}
{if $ShippingTimeFrontendView}
{$ShippingTimeFrontendView->create()}
{/if}
{/if}
{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}