payment_ terms
form | payment_terms
returns string
Generates the HTML for the Shop Pay Installments banner.
The filter must be used on the
form
object within a product form or
cart form.
{% form 'product', product %}
{{ form | payment_terms }}
{% endform %}
{% form 'cart', cart %}
{{ form | payment_terms }}
{% endform %}
Was this page helpful?