Show Payment icons
Everything you need to know about the payment icons
Last updated
Everything you need to know about the payment icons
Last updated
Payment icons can be displayed on:
Product page > Product information section > Payment info block.
Footer
Only payment options accepted through Shopify Payments will automatically display their icons in the footer.
What Can You Do?
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.
If you want to add or remove payment icons in the Footer without changing your payment settings, then you can edit your theme code by following our steps below.
Go to the theme editor.
Click Footer.
Check the Show payment icons checkbox.
Click Save.
In this step, you will change the way that payment icons are assigned to your Footer.
By default, your theme shows icons associated with the payment gateway you have enabled in the Shopify payments settings.
With this customization, you can manually add or remove the payment icons that you want to display.
Steps:
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:
Replace that code with the following:
In the code that you just pasted, there is a list of payment providers separated by commas:
The payment providers that you include in this list will determine which payment icons shown on your online store.
You can edit the list of payment providers to suit your needs.
Review the list of available values and copy the icon's name that you need from that list, without the .svg extension.