All things Shopify and commerce
Hello.
I dont have Shopify payments or paypal. I have a different payment provider and I want to add that icon to the footer, along with Visa and mastercard.
I have tried shopify tutorial to replace the code in footer.liquid but no success.
I dont want my site to be public here on this thread so if you can help me I would be super appreciative and PM you the site URL and then you can post solution and I will happily accept solution and like your answer. Thank you so much!
Solved! Go to the solution
This is an accepted solution.
I can help you with it. So I need to access your store as a collaborator if possible.
Issue has not been resolved, I need help please. Thank you
Hi @manoman
What is the payment provider you want to add? In the following code, 'klarna' is configured separately, and you can also use this method
{%- if section.settings.payment_enable -%}
<div class="footer__payment">
<span class="visually-hidden">{{ 'sections.footer.payment' | t }}</span>
<ul class="list list-payment" role="list">
{%- for type in shop.enabled_payment_types -%}
<li class="list-payment__item">
{{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
</li>
{%- endfor -%}
<li class="list-payment__item">
{{ 'klarna' | payment_type_svg_tag: class: 'icon icon--full-color' }}
</li>
</ul>
</div>
{%- endif -%}
What do I do with this exactly? Where to put it, or what should I replace? Thanks for the reply.
This is an accepted solution.
I can help you with it. So I need to access your store as a collaborator if possible.
Thank you! I have pmd site url and collab code
Hi! I would also like to know where to add this code? Shopify only shows paypal, but I have more choices at my page.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025