{% 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 %}