{$JsonLd->getJsonLd($Product)} {strip} {image image=$Product->getImage() title=$Product->getTitle() width=400}
{$Product->getTitle()}
{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 $Project->getConfig('templateCologne.settings.categoryShowStock')} {assign var=ShippingTimeFrontendView value=\QUI\TemplateCologne\Utils::getShippingTimeFrontendView($Product->getId())} {if $ShippingTimeFrontendView}
{$ShippingTimeFrontendView->create()}
{/if} {/if}
{template_event name="quiqqer::product-event::slider::buttonAddToCart" Product=$Product} {if QUI\ERP\Products\Utils\Products::isVariant($Product)} {locale group="quiqqer/order" var="control.basket.buttonVariantAdd.text"} {else} {assign var=disabled value=0} {if $Product->getMaximumQuantity() < 1} {assign var=disabled value=1} {/if} {if $Product->hasRequiredUserInputFields()} {else} {/if} {/if}
{/strip}