< class="item"> {% set oCurrency = oView.getActCurrency() %} {% if showMainLink %} {% set sProductLink = product.getMainLink()|raw %} {% else %} {% set sProductLink = product.getLink()|raw %} {% 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 recommid %} {% endif %} {% endif %} {% endhasrights %}
{% hasrights { ident: "SHOWARTICLEPRICE" } %} {% set tprice = product.getTPrice() %} {% set price = product.getPrice() %}

{% if tprice and tprice.getBruttoPrice() > price.getBruttoPrice() %} {{ translate({ ident: "REDUCED_FROM" }) }} {{ product.getFTPrice() }} {{ oCurrency.sign }} {% else %}   {% endif %}

{% endhasrights %}
{% hasrights { ident: "SHOWARTICLEPRICE" } %} {{ product.getFPrice() }} {{ oCurrency.sign }} {% if blShowToBasket %}*{% endif %} {% if product.loadAmountPriceInfo() %} {% include "page/details/inc/priceinfo.html.twig" with {oDetailsProduct: product} %} {% endif %} {% endhasrights %} {% if blShowToBasket %} {% hasrights { ident: "TOBASKET" } %}
{% endhasrights %} {% else %} {{ translate({ ident: "MORE_INFO" }) }} {% endif %}
{# additional info #}
{% set oUnitPrice = product.getUnitPrice() %} {% if oUnitPrice %} {{ format_price(oUnitPrice, { currency: oCurrency }) }}/{{ product.getUnitName() }} {% endif %} {% if product.getStockStatus() == -1 %} {% if product.oxarticles__oxnostocktext.value %} {{ product.oxarticles__oxnostocktext.value }} {% elseif oViewConf.getStockOffDefaultMessage() %} {{ translate({ ident: "MESSAGE_NOT_ON_STOCK" }) }} {% endif %} {% if product.getDeliveryDate() %} {{ translate({ ident: "AVAILABLE_ON" }) }} {{ product.getDeliveryDate() }} {% endif %} {% elseif product.getStockStatus() == 1 %} {{ translate({ ident: "LOW_STOCK" }) }} {% elseif product.getStockStatus() == 0 %} {% if product.oxarticles__oxstocktext.value %} {{ product.oxarticles__oxstocktext.value }} {% elseif oViewConf.getStockOnDefaultMessage() %} {{ translate({ ident: "READY_FOR_SHIPPING" }) }} {% endif %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {% hasrights { ident: "TOBASKET" } %} {% endhasrights %}