You are here

commerce-pado-add-to-cart-form.html.twig in Commerce Product Add-on 8

Default product add-on add to cart form template.

Available variables:

  • attributes: HTML attributes for the wrapper.
  • form: The form render array

File

templates/commerce-pado-add-to-cart-form.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default product add-on add to cart form template.
  5. *
  6. * Available variables:
  7. * - attributes: HTML attributes for the wrapper.
  8. * - form: The form render array
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{ form }}