How can I add my own custom credit card in the payments icon please?

Hi @lslelegance ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.

  • Step 2: Go to Assets > Add a new asset > Upload a file. Please upload payment files with the name structure: ‘payment-name.svg’, ex: payment-credit.svg

  • Step 3: Go to Sections > footer.liquid, find ‘payment_type_svg_tag’ and change code: https://i.imgur.com/DsjMg4I.png => https://i.imgur.com/cYvz0ip.png

{% capture icon %}payment-{{ type }}.svg{% endcapture %}

Hope it is clear to you.

@LitExtension It shows the new icon but didn’t work well sorry as the other icons are missing now

Hi @lslelegance ,

Sorry for the misunderstanding, you need to paste it outside the ‘for’,

Code:

- 
1 Like