additional_ checkout_ buttons
Returns true
if a store has any payment providers with offsite checkouts, such as PayPal Express Checkout.
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?