Payments icons on product and cart pages

How can i add payment icon under the buy now button on both product and cart pages? please dears

Hi @domenicoomerta , Add the below code under the Buy Now button to display the Payment icons.


  {{ 'sections.footer.payment' | t }}
  

  {%- for type in shop.enabled_payment_types -%}
    - {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
    
  {%- endfor -%}