Skip to main content

payment_terms

form | payment_terms
returns string

Generates the HTML for the Shop Pay Installments banner.

The payment_terms 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?