Skip to main content

content_for_additional_checkout_buttons

Returns checkout buttons for any active payment providers with offsite checkouts.

Use additional_checkout_buttons to check whether these payment providers exist, and content_for_additional_checkout_buttons to show the associated checkout buttons. To learn more about how to use these objects, refer to Accelerated checkout.

{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}

Directly accessible in

  • Global
Was this section helpful?