How can I display payment icons on a Focal theme footer?

Hi, I will like to have payment icons in the footer on my website. I am using the Focal theme on my Shopify store. I have selected the show payment icon option in the theme customization but it’s not showing in the footer. Someone should please help.

Hi @Folake1 .

This is PageFly - Advanced Page Builder.

You can go to the theme editor. Click Footer. Check the Show payment icons checkbox. Click Save.

or you can see more information by shopify guide

Hope this helps.

Best Regards;

Pagefly

Hi @Folake1 ,

First of all, direct yourself to the Online Store and then go to Themes. Under your theme settings, go to Actions > Duplicate.

Step 3: Open footer.liquid file

In the footer file, using Ctrl + F or command + F to file the below line code:

After you have find the code, replace the the below code before with the below code:

{% assign enabled_payment_types = 'visa,american_express,paypal,dankort' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}

Finally, trust badges will be at the bottom of all pages on your store site. However, remember that all pages are true except for the checkout page

Or if it is too hard to do that, you can try our app for much more easier.

I hope it helps.

I guess you did not read the message in my question. I already selected show payment icon but it is still not showing.

I did exactly what you asked me to do but nothing happened. I wouldn’t want to have an app just to display payment icons because I have too many apps already. So, I don’t mind using a code.