Credit card icons not showing in the bottom of the website

Topic summary

A user reports that credit card icons are missing from their website footer, with only the PayPal icon displaying.

Solution Provided:

  • The issue stems from the payment gateway (payplus) not supporting automatic credit card icon display
  • Icons normally appear based on store payment settings, customer region, and currency

Manual Fix:

  • Navigate to footer.liquid in “Edit code”
  • Locate the line with {%- if section.settings.payment
  • Replace the conditional code block to manually enable icon display
  • A code snippet and reference image were provided

Follow-up Issue:
After implementing the fix, the icons now display vertically instead of horizontally. The user requests additional help to reposition them in a horizontal layout.

Status: Partially resolved - icons are visible but formatting adjustment needed.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hi! Can someone please help me? The credit card icons in the bottom of the website are not showing, only the PayPal icon. My website is elliotkohn.co.il

Hey, payplus gateway does not support showing credit card icons. The icons that show are determined by your store’s payment settings and the customer’s region and currency.
To manually add the credit card icons go to:
footer.liquid inside “Edit code”, then find the line

{%- if section.settings.payment_enable -%}

and replace everything inside the if to the following code:


  
  
  
  
  

It should look like that:

Save it and you are good to go.
Hope we helped, if you need any further help we are here.

Hi! Thank you very much! It worked but the icons are in vertical position, can you help me please put them in horizontal position? TIA!