Payment icons in footer section disappeared

I need urgent help I am on expanse theme 2.0.

My secondary payment gateway payment icons are not appearing on footer even though I have enabled the same in theme footer settings even footer.liquud shows it is enabled but only paypal which is default gateway of Shopify (one click purchase) icon is visible on shops footer

Shopify support, theme support and payment support have raised their hands now only option is to modify footer code.

Can anyone help me with the code it is expanse 2.0 Theme

Thanks

@Shopify_77 experts

Hi @ssg1205 ,

Shopify checked and don’t understand why it’s not showing? Even though you have everything set up correctly?

Now you want to add payment icons by adding code?

Which payment icons do you want to add? Please send me the code of footer.liquid file, I will help you to add it

Hello @ssg1205 ,

Kindly send us the footer.liquid code or provide us your store access. We will help you to add the payment icons.

Thanks for your prompt help

I have two files footer.liquid and footer-payments.liquid (not sure which will work hence giving code for both)

footer.liquid

Hi @ssg1205 ,

Please go to footer-payments.liquid and add code here:

Code:

- {{ 'payment type' | payment_type_svg_tag }}

For example, you want to add payment visa and afterpay, you can add the following code:

- {{ 'visa' | payment_type_svg_tag }}
            

            - {{ 'afterpay' | payment_type_svg_tag }}
            

You can see more payment types here: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-credit-card-icons#edit-the-code-for-your-payment-icons

Hope it helps!

Thanks a lot LitExtention- IT was so simple and I was struggling like 15 days communicating with shopify support, theme support and payment gateway support I wish I had posted earlier in community.

Thanks again for quick and simple solution!!!

1 Like

hi, great work! I have the same problem but I have the Dawn theme… Do you have a solution for that?

Hi @BonjardimWines ,

You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.

Hi, i have same problems too. But my themes is minimal. please did you have solution? here is the link.

https://community.shopify.com/topic/1664995

Hi Lit Extension,
I have change the code and it shows on my footer. But after that I integrate whatsapp to the code. It disappear again. Can anyone help me check it?
Thanks.