custom/plugins/RpayPayments/src/Resources/views/storefront/page/product-detail/buy-widget-form.html.twig line 1

Open in your IDE?
  1. {#
  2. ~ Copyright (c) Ratepay GmbH
  3. ~
  4. ~ For the full copyright and license information, please view the LICENSE
  5. ~ file that was distributed with this source code.
  6. #}
  7. {% sw_extends '@Storefront/storefront/page/product-detail/buy-widget-form.html.twig' %}
  8. {% block page_product_detail_buy_form_inner %}
  9.     {% if page.extensions.ratepayInstallment %}
  10.         {% block page_product_detail_buy_form_installment_details %}
  11.             {% sw_include '@RatepayPaments/storefront/installment-calculator/quick-info.html.twig' with {quickInfo: page.extensions.ratepayInstallment} %}
  12.         {% endblock %}
  13.     {% endif %}
  14.     {{ parent() }}
  15. {% endblock %}