content_for_additional_checkout_buttons
Return checkout buttons for any enabled payment providers with offsite checkout capabilities.
Use additional_checkout_buttons to confirm the presence of these payment providers, and use content_for_additional_checkout_buttons to display the corresponding checkout buttons. For more details on using these objects, please refer to Accelerated checkout.
{{#if additional_checkout_buttons}}
{{{content_for_additional_checkout_buttons}}}
{{/if}}
Was this article helpful to you?