Skip to product information
1 of 1
Published:2024.11.25

Example of setting to display payment icons added manually in Shopify in the footer

Example of setting to display payment icons added manually in Shopify in the footer

Applications

  • Footer management and editing

How to implement

  • HTML/CSS
  • LIQUID
View full details

This is a list of payment icons that can be displayed in the footer from the theme settings, but some added payment methods may not be displayed automatically.
Here's how to set it up to display them.
This helps users feel more comfortable by visually understanding the payment options available to them.

◆How to set up ・Insert additional code into the “footer.liquid” section where the payment icon is displayed

◆Additional information: You can search for the icon name you want to display from the payment icon reference URL (Github).


Example of setting to display manually added payment icons in the footer


[(For the Rise/Dawn theme) How to set it up] Add the code to the relevant part of "footer.liquid"


[Additional Information] Payment Icon Reference URL (Github) and Representative Icon Names


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add the code to the relevant part of "footer.liquid"

Related Post