Faqs
Show Payment icons
2 min read
_h1XhpMx1.jpg)
How to show the payment icons
- Product page > Product information section > Payment info block.

- Footer

Why are icons not showing up/ missing
- Contact Shopify Support: For the latest information and potential workarounds, we suggest you contact Shopify Support. They can provide the most up-to-date details on the payment method icon display.
- Theme Customization: If you're comfortable with code editing, Hyper theme allows manual customization of the footer section to display icons for third-party gateways.
Choose which payment icons to display
Make sure you enable the payment icons in your Footer
- Go to the theme editor.
- Click Footer.
- Check the Show payment icons checkbox.
- Click Save.
Edit the code for your payment icons
- From your Shopify admin, go to Online Store > Themes.
- Find the theme you want to edit, click the β¦ button to open the actions menu, and then click Edit code.
- In the Sections directory, click footer.liquid. Find the following code in the file:
{%- for type in shop.enabled_payment_types -%}
{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
'visa,master,american_express,paypal'Review the list of available values and copy the icon's name that you need from that list, without the .svg extension.
Last updated