Hi,
I’m using Dawn and need help to add the payment method icons my store accepts to the password screen. As my store is not open yet but I’d like to show potential customers how they can pay when we are…
I don’t have any experience in code but have recently followed a guide to edited footer.liquid and manually add the Klarna icon, which has worked great:
{% assign enabled_payment_types = ‘klarna,visa,maestro,master,paypal,apple_pay,google_pay,amazon,shopify_pay,american_express’ | remove: ’ ’ | split: ‘,’ %}
{% for type in enabled_payment_types %}
However, I would like to get these to show on the password page footer (under the social icon links) but have no idea how to do this!
Any help would be greatly appreciated!
Thanks in advance