Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
For some reason when i try to display {{ alternative_payment_methods }} elsewhere besides the "information" step it does not display. Is there a way to override this so we can display it on a different step within the checkout process? We of course have shopify plus so we are able to edit the checkout.liquid file.
{% if content_for_layout contains 'data-step="payment_method"' %}
test
{{ alternative_payment_methods }}
{% endif %}
{% if content_for_layout contains 'data-step="payment_method"' %}
test
{% if additional_checkout_buttons %}
<div class="additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{% endif %}
{% endif %}
Neither one of these snippets populate the buttons?