Skip to main content

additional_checkout_buttons

Returns true if a store has any payment providers with offsite checkouts, such as PayPal Express Checkout.

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?