Hi Guys
I want the payment icons shown on the footer however no matter what I did, it doesn’t show.
-
I’ve tried to tick the option to show payment icons under customize Theme, doesn’t work.
-
I’ve tried to replace the code in footer.liquid or footer-payment-icons.liquid to below one, still doesn’t work.
{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
- I’ve tried to add this code between and in theme.liquid, it worked but it shows at the bottom of the page, not on the footer
https://ui-elements-generator.myshopify.com/pages/methods-of-payment
I’m not sure how I can get it work…