{% set currency = oView.getActCurrency() %} {% if showMainLink %} {% set _productLink = product.getMainLink() %} {% else %} {% set _productLink = product.getLink() %} {% endif %}
{{ product.oxarticles__oxtitle.value|striptags }} {{ product.oxarticles__oxvarselect.value|default('') }}
{{ product.oxarticles__oxtitle.value }} {{ product.oxarticles__oxvarselect.value }} {% if product.oxarticles__oxweight.value %}
{{ translate({ ident: "WEIGHT" }) }} {{ product.oxarticles__oxweight.value }} {{ translate({ ident: "KG" }) }}
{% endif %} {{ translate({ ident: "PRODUCT_NO", suffix: "COLON" }) }} {{ product.oxarticles__oxartnum.value }}
{% if size=='thin' or size=='thinest' %}   {% endif %} {% set aVariantSelections = product.getVariantSelections("null", "null", 1) %} {% set blShowToBasket = true %} {# tobasket or more info ? #} {% if product.isNotBuyable() or (aVariantSelections and aVariantSelections.selections) or product.hasMdVariants() or (oViewConf.showSelectListsInList() and product.getSelections(1)) or product.getVariants() %} {% set blShowToBasket = false %} {% endif %}
{% hasrights { ident: "TOBASKET" } %} {% if blShowToBasket %} {{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {% if owishid %} {% endif %} {% if toBasketFunction %} {% else %} {% endif %} {% if altproduct %} {% else %} {% endif %} {% if recommid %} {% endif %} {% endif %} {% endhasrights %}
{% block widget_product_listitem_grid_price %} {% hasrights { ident: "SHOWARTICLEPRICE" } %} {% set oUnitPrice = product.getUnitPrice() %} {% set tprice = product.getTPrice() %} {% set price = product.getPrice() %} {% if tprice and tprice.getBruttoPrice() > price.getBruttoPrice() %} {{ product.getFTPrice() }} {{ currency.sign }} {% endif %} {% block widget_product_listitem_grid_price_value %} {% if product.getFPrice() %} {% if product.isRangePrice() %} {{ translate({ ident: "PRICE_FROM" }) }} {% if not product.isParentNotBuyable() %} {{ product.getFMinPrice() }} {% else %} {{ product.getFVarMinPrice() }} {% endif %} {% else %} {% if not product.isParentNotBuyable() %} {{ product.getFPrice() }} {% else %} {{ product.getFVarMinPrice() }} {% endif %} {% endif %} {{ currency.sign }} {% if oView.isVatIncluded() %} {% if not (product.hasMdVariants() or (oViewConf.showSelectListsInList() and product.getSelections(1)) or product.getVariants()) %}*{% endif %} {% endif %} {% endif %} {% endblock %} {% if oUnitPrice %} {{ product.oxarticles__oxunitquantity.value }} {{ product.getUnitName() }} | {{ format_price(oUnitPrice, { currency: currency }) }}/{{ product.getUnitName() }} {% elseif product.oxarticles__oxweight.value %} {{ translate({ ident: "WEIGHT" }) }} {{ product.oxarticles__oxweight.value }} {{ translate({ ident: "KG" }) }} {% endif %} {% endhasrights %} {% endblock %}
{% if blShowToBasket %} {% hasrights { ident: "TOBASKET" } %}
{% endhasrights %} {% else %} {{ translate({ ident: "MORE_INFO" }) }} {% endif %}
{# additional info #}
{% set oUnitPrice = product.getUnitPrice() %} {% if oUnitPrice %} {{ format_price(oUnitPrice, { currency: currency }) }}/{{ product.getUnitName() }} {% endif %}
{{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {% hasrights { ident: "TOBASKET" } %} {% endhasrights %}