Hello, how do I remove this from the checkout page:
Thanks in advance!
Hi solved it.
Added this code to the ajax-cart-template.liquid file:
{% if additional_checkout_buttons %}
And this to the CSS file:
.additional_checkout_buttons{
display:none !important;
}