additional_checkout_buttons
Returns true if the store uses any offsite payment provider (such as Apple Pay); otherwise, returns false.
You can check if the store has enabled any such payment providers 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}}
additional_checkout_buttons is {{additional_checkout_buttons}}
{{/if}}
Was this article helpful to you?