MINIMOG theme
Try Minimog freeResourcesOther solutions
  • What is Minimog theme?
  • Changelog
  • Refund policy
  • Support policy
  • Terms of Service
  • Getting started
    • Install Minimog theme
      • Install Minimog in 1-click fast way
      • Install Minimog manually
    • Add Custom code/ CSS correctly
    • Integrate Shopify Review apps
    • Mega menu
    • Theme license
      • Activate license
      • Extend/ Renew Theme Support
      • Transfer license
    • Update Minimog theme
    • FoxHome
  • Build for success series
    • Home page for Fashion stores like SKIMS 🔥
  • Page's global sections
    • Announcement bar
    • Age verifier pop-up
    • Header
    • Footer
    • Mobile sticky bar
    • Scaling logo
  • Theme sections
    • Before/ After image slider
    • Blog posts
    • Brand list
    • Cascading collection
    • Cascading product
    • Collapsible tabs
    • Collection image showcase
    • Collection showcase
    • Collage tab
    • Collection list
    • Collection tab
    • Countdown timer
    • Custom content
    • Favorite product slider
    • Featured collection
    • Featured product
    • Featured promotion
    • Featured products slider
    • Gallery images 🔥
    • Google Maps
    • Hotspot image
    • Instagram
    • Image with slider
    • Image cards
    • Image with text overlay
    • Image with text
    • Lookbook
    • Multiple image with text 🔥
    • Newsletter
    • Press
    • Product bundles
    • Product tabs
    • Product list banner
    • Promotion banner
    • Promotion countdown timer 🔥
    • Recently viewed products
    • Rich text
    • Scrolling promotion
    • Slideshow
    • Testimonials
    • Video
    • Video hero
  • Theme settings
    • General settings
    • Layout settings
    • Additional pages
    • Advanced
    • Animations
    • Article card
    • Badges
    • Cart settings
    • Checkout
    • Colors & Color schemes
    • Currency format
    • Drawer & pop-up
    • GDPR settings
    • Intergrated apps
    • Integration
    • Product card
    • Product inventory
    • Product options design
    • Product options swatches
    • Social sharing
    • Search
    • Section
    • Store contact
    • Typography
  • Collections & Products
    • Product page
      • Product template
      • Breadcrumb
      • Product information
      • Product information tabs
      • Product recommedations
      • Product description
      • Quick order list 🔥
    • Collection page
      • Collection template
      • Collection banner
      • Product listing
  • Other pages
    • 404 page
    • Blogs
    • Blog posts
    • Cart & Checkout
    • Password
    • Customize password page
  • FAQS
    • Generic
      • Combined listings app🔥
      • Add a Cookie Banner
      • Add a gift wrap option to my cart
      • Add/ Remove Social icons on footer
      • Customize search results
      • Hide sections on mobile/ desktop view
      • JavaScript events for developers
      • Set up an Age Verifier Pop-up
      • Show Payment icons on the Footer
      • Sticky header when scrolling
    • Collection page
      • Add custom badges to my product card
      • Change the default product order in collection
      • Move the collection description to under the product listing
      • Set up Filters for the collection pages
    • Product page
      • Add recipient fields to my gift card product
      • Remove the tax-included information in product page
      • Set up Local Pickup option
      • Set up quantity rules and volume pricing 🔥
    • Shopify functions
      • Does Minimog support Section groups?
      • Migrate data in the Section groups supported version
    • Foxify freebie code - All you need to know
  • TROUBLESHOOTING
    • Can't upload my Minimog theme to Shopify
    • Contact form submissions not found
    • Currency format display
    • FoxKit features are duplicated
    • FoxKit stops working
    • Missing images when installing demos
    • Translation missing issue
    • Translation apps incompatibility
    • Why is my activated Show Account Icon option not showing?
    • I can't install FoxKit on March 2023
Powered by GitBook
On this page
  1. FAQS
  2. Generic

Show Payment icons on the Footer

Everything you need to know about the payment icons on your Footer

PreviousSet up an Age Verifier Pop-upNextSticky header when scrolling

Last updated 1 year ago

How to enable showing the payment icons on Footer?

Why are icons not showing up/ missing?

Shopify recently updated how payment methods integrate into stores. As a result, 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 any potential workarounds, we recommend reaching out directly to Shopify Support. They can provide the most up-to-date details on payment method icon display.

Choose which payment icons to display

If you want to add or remove payment icons in Footer without changing your payment settings, then you can edit your theme code by following our steps below.

Make sure you enable the payment icons in your footer

  1. Click Footer.

  2. Check the Show payment icons checkbox.

  3. Click Save.

Edit the code for your payment icons

In this step, you will change the way that payment icons are assigned to your footer. By default, your theme shows the icons that are associated with the payment gateway you have enabled in the Shopify payments settings section of your admin. With this customization, you will manually add or remove the payment icons that you want to display.

Steps:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, click the … button to open the actions menu, and then click Edit code.

  3. In the Snippets directory, click payment-icons.liquid. Find the following code in the file:

{% for type in shop.enabled_payment_types %}

Replace that code with the following:

{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}

In the code that you just pasted, there is a list of payment providers separated by commas:

 'visa,master,american_express,paypal'

The payment providers that you include in this list will determine which payment icons display on your online store. You can edit the list of payment providers to suit your needs.

  1. Click Save.

.

Theme Customization: If you're comfortable with code editing, Minimog theme allows manual customization of the footer section to potentially include icons for third-party gateways.

Go to the .

and copy the name of each icon that you need from that list, without the .svg extension.

Learn more about Shopify Payments here
theme editor
Review the list of available values
See how
✨
Explore FoxEcom Affiliate Program now