{% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget.html.twig' %} {% block component_product_box_price %} {% if b2b_can_see_price() %} {{ parent() }} {% else %}

Please login to see prices and add to cart.

{% endif %} {% endblock %} {% block page_product_detail_buy_form %} {% if b2b_can_see_price() %} {{ parent() }} {% endif %} {% endblock %}