Displaying express checkout buttons in cart
Last updated November 1, 2024
You'll need to add the following code snippet into your theme.liquid file as a new line just before the </head> .
{% if additional_checkout_buttons %}
<div style="display: none !important">
{{ content_for_additional_checkout_buttons }}
</div>
{% endif %}Was this article helpful?