How can I edit code of payment icons in footer. Dawn theme 13.0.0

Hi,

can somebody help on how to edit code of payment icons in footer, because now it shows only two methods and i want to add more. Dawn theme 13.0.0

Hi @Tikrautuvele

This is Richard from PageFly - Shopify Page Builder App

You will need to enable those payment methods, and after that you can add this code and where you want it to show in footer


       {% assign enabled_payment_types = 'ideal,visa,maestro,master,american_express,bancontact' | remove: ' ' | split: ',' %}
       {% for type in enabled_payment_types %}
          - {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
          
       {%- endfor -%}

Hope this can help you solve the issue

Best regards,

Richard | PageFly