{% extends "page/details/inc/buybox.html.twig" %} {% block details_buybox_scale_prices %} {% if oViewConf.isFunctionalityEnabled("C4S_livePrice_processScalePrices") %} {% else %} {{ parent() }} {% endif %} {% endblock %} {% block details_buybox_price %} {% if oDetailsProduct.canUseLiveServices() %} {% hasrights { ident: "SHOWARTICLEPRICE" } %} {% if oDetailsProduct.getFPrice() %} {% block details_buybox_liveprice %} {% set sFrom = "" %} {% set sFPrice = oDetailsProduct.getFPrice() %} {% if oDetailsProduct.isParentNotBuyable() %} {% set sFPrice = oDetailsProduct.getFVarMinPrice() %} {% if oDetailsProduct.isRangePrice() %} {% set sFrom = "PRICE_FROM"|translate %} {% endif %} {% endif %}
{% block details_buybox_liveprice_stack %} {{ translate({ ident: "YOUR_PRICE", suffix: "COLON" }) }} {% if oDetailsProduct.loadAmountPriceInfo() and blShowPriceInDetails %} {% block details_buybox_liveprice_stack_price_info %} {% ifcontent ident "c4s_detail_price_info" set oCont %} {% endifcontent %} {% endblock %} {% endif %} {% if oView.isVatIncluded() %} {% endif %} {% endblock %}
{% endblock %} {% endif %} {% endhasrights %} {% else %} {{ parent() }} {% endif %} {% endblock %} {% block details_buybox_pricebutton %} {% if oDetailsProduct.canUseLiveServices() %} {% if oxcmp_user %} {% else %} {% endif %} {% else %} {{ parent() }} {% endif %} {% endblock %}