additional_checkout_buttons
Returns 'true' if the store uses any offsite payment providers, such as PayPal Express Checkout
Use 'additional_checkout_buttons' to check if these payment providers are available, and 'content_for_additional_checkout_buttons' to display the checkout buttons associated with them.
Example
additional_checkout_buttons
{{#if additional_checkout_buttons}}
{{{content_for_additional_checkout_buttons}}}
{{/if}}
Was this article helpful to you?