How to add payment gateway logos in footer?

Hello,

It seems I cannot add payment gateways logos in the footer.

I would like to add Visa, Mastercard, Union Pay, Jazz Cash and Easy Paisa but they do not show up even if they are selected as payment gateways in my payment section.

I use a Refresh theme.

Hello @sharaiz

Enable payment icons in your footer
The first step of the customization is to enable the payment icons in your footer:

  • Go to the theme editor.
  • Click Footer.
  • Check the Show payment icons checkbox.
  • Click Save.

Thank you for reply. I already got help from developers and get this job done.

Can you please guide how did you add them?

Hello @sharaiz ,

I hope you are well!

Please copy and paste below code to footer.liquid

           {%- for type in shop.enabled_payment_types -%}
                <li class="list-payment__item">
                  {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
                </li>
              {%- endfor -%}