{% block widget_product_listitem_griditem_form %} {% set sFormName = "tobasket-" ~ sListId ~ "-" ~ iIndex %} {% if blDisplayBuyBox %}
{% block widget_product_listitem_griditem_form_params %} {{ oViewConf.getNavFormParams()|raw }} {{ oViewConf.getHiddenSid()|raw }} {% if recommid %} {% endif %} {% hasrights { ident: "TOBASKET" } %} {% if owishid %} {% endif %} {% if toBasketFunction %} {% else %} {% endif %} {% endhasrights %} {% endblock %} {% endif %} {% block widget_product_listitem_griditem_card %}
{% block widget_product_listitem_griditem_card_image %} {{ oProduct.oxarticles__oxtitle.value|replace({ {% endblock %} {% block widget_product_listitem_griditem_card_body %}
{% block widget_product_listitem_griditem_title %}
{{ oProduct.oxarticles__oxtitle.value|truncate(60, "…", false) }}{# {{ oProduct.oxarticles__oxvarselect.value }} #}
{% endblock %} {% block widget_product_listitem_grid_shortdesc %} {% if blDisplayShortDesc %}
{{ oProduct.oxarticles__oxshortdesc.rawValue }}
{% endif %} {% endblock %} {% block widget_product_listitem_grid_artnum %} {% if blShowArticleNumber %}
{{ translate({ ident: "C4S_ARTNUM_SHORT", suffix: "COLON" }) }} {{ oProduct.oxarticles__oxartnum.value }}
{% endif %} {% endblock %} {% block widget_product_listitem_griditem_price %} {% if blPerfLoadPrice and blDisplayPrice %} {% hasrights { ident: "SHOWARTICLEPRICE" } %}
{% set oUnitPrice = oProduct.getUnitPrice() %} {% set oTPrice = oProduct.getTPrice() %} {% set oPrice = oProduct.getPrice() %} {% if oTPrice and oTPrice.getBruttoPrice() > oPrice.getBruttoPrice() %} {{ oProduct.getFTPrice() }} {{ oCurrency.sign }} {% endif %} {% block widget_product_listitem_griditem_price_value %} {% if oProduct.getFPrice() %} {% if oProduct.isRangePrice() %} {{ translate({ ident: "PRICE_FROM" }) }} {% if not oProduct.isParentNotBuyable() %} {{ oProduct.getFMinPrice() }} {% else %} {{ oProduct.getFVarMinPrice() }} {% endif %} {% else %} {% if not oProduct.isParentNotBuyable() %} {{ oProduct.getFPrice() }} {% else %} {{ oProduct.getFVarMinPrice() }} {% endif %} {% endif %} {{ oCurrency.sign }} {% if oView.isVatIncluded() %} {% if not (oProduct.hasMdVariants() or (oViewConf.showSelectListsInList() and oProduct.getSelections(1)) or oProduct.getVariants()) %}*{% endif %} {% endif %} {% endif %} {% endblock %} {% if oUnitPrice %} {{ oProduct.oxarticles__oxunitquantity.value }} {{ oProduct.getUnitName() }} | {{ format_price(oUnitPrice, { currency: oCurrency }) }}/{{ oProduct.getUnitName() }} {% elseif oProduct.oxarticles__oxweight.value %} {{ translate({ ident: "WEIGHT" }) }} {{ oProduct.oxarticles__oxweight.value }} {{ translate({ ident: "KG" }) }} {% endif %}
{% endhasrights %} {% endif %} {% endblock %}
{% endblock %}
{% if blDisplayBuyBox %} {% block widget_product_listitem_griditem_card_footer %} {% endblock %} {% endif %}
{% endblock %} {% if blDisplayBuyBox %}
{% endif %} {% endblock %}