content_for_additional_checkout_buttons

Returns the checkout button HTML for any active payment providers with offsite checkout capabilities to render the checkout functionality.

You can check if the store has enabled any payment providers with offsite checkout capabilities using additional_checkout_buttons, and get the checkout button HTML of active payment providers using content_for_additional_checkout_buttons.

Example

{{#if additional_checkout_buttons}}
{{{content_for_additional_checkout_buttons}}}
{{/if}}
Was this article helpful to you?