{% set blCanBuyNotLoggedIn = oViewConf.getViewThemeParam("blCanBuyNotLoggedIn") %}
{{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {% if blShowToBasket %} {% hasrights { ident: "TOBASKET" } %} {# parent id for redirect to parent details page after tobasket action #} {% endhasrights %} {% else %} {# parent id for redirect to parent details page after tobasket action #} {% endif %}
{# c4s :: quantity scale info #} {% block details_buybox_list_quantityscale %} {# show tooltip if no quantity scale given #} {% hasrights { ident: "SHOWARTICLEPRICE" } %} {% endhasrights %} {% endblock %} {# c4s :: amount to basket #} {% block details_buybox_list_amountinput %} {% endblock %} {# c4s :: article unit #} {% block details_buybox_list_unit %} {% if oArticle.getUnitName() %} {{ oArticle.getUnitName(true) }} {# optional lang-param: "true" for multilingual unit names #} {% endif %} {% endblock %} {# c4s :: price trigger #} {% if blShowPriceInDetails %} {% block details_buybox_list_pricebutton %} {% if oxcmp_user %} {% set sFPrice = oArticle.getFPrice() %} {% else %} {% endif %} {% endblock %} {% endif %} {# c4s :: to basket button #} {% block details_buybox_list_tobasketbutton %} {% if not oArticle.isNotBuyable() and not recommid %} {% if blCanBuyNotLoggedIn or oxcmp_user %} {% block details_buybox_list_tobasketbutton_basket %} {% endblock %} {% else %} {% block details_buybox_list_tobasketbutton_login %} {% endblock %} {% endif %} {% endif %} {% endblock %}