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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024