additional_checkout_buttons
If the store has any offsite checkout payment providers (e.g., PayPal Express Checkout), it will return true.
Use additional_checkout_buttons to verify the presence of these payment providers and show the corresponding checkout buttons using content_for_additional_checkout_buttons. Refer to Accelerated checkout for more details on using these objects.
{{#if additional_checkout_buttons}}
{{{content_for_additional_checkout_buttons}}}
{{/if}}
Was this article helpful to you?