content_ for_ additional_ checkout_ buttons
Returns checkout buttons for any active payment providers with offsite checkouts.
Use
to check whether these payment providers exist, and
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?