What's your biggest current challenge? Have your say in Community Polls along the right column.

Payment icons in footer section disappeared

Solved

Payment icons in footer section disappeared

ssg1205
Excursionist
13 2 2

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 experts

 

Accepted Solutions (2)
LitExtension
Shopify Partner
4877 1003 1169

This is an accepted solution.

Hi @ssg1205,

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

Screenshot.png

Code:

<li class="icon--payment">
              {{ 'payment type' | payment_type_svg_tag }}
</li>

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

<li class="icon--payment">
              {{ 'visa' | payment_type_svg_tag }}
            </li>
            <li class="icon--payment">
              {{ 'afterpay' | payment_type_svg_tag }}
            </li>

You can see more payment types here: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

ssg1205
Excursionist
13 2 2

This is an accepted solution.

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!!!

View solution in original post

Replies 9 (9)

LitExtension
Shopify Partner
4877 1003 1169

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

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
ssg1205
Excursionist
13 2 2

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

 

LitExtension
Shopify Partner
4877 1003 1169

This is an accepted solution.

Hi @ssg1205,

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

Screenshot.png

Code:

<li class="icon--payment">
              {{ 'payment type' | payment_type_svg_tag }}
</li>

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

<li class="icon--payment">
              {{ 'visa' | payment_type_svg_tag }}
            </li>
            <li class="icon--payment">
              {{ 'afterpay' | payment_type_svg_tag }}
            </li>

You can see more payment types here: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
ssg1205
Excursionist
13 2 2

This is an accepted solution.

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!!!

BonjardimWines
Visitor
2 0 0

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

 

LitExtension
Shopify Partner
4877 1003 1169

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.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Olahappy
Tourist
10 1 2

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

https://community.shopify.com/c/shopify-discussions/payments-icon-not-showing-on-footer/td-p/1664995

 

gohzheng
Visitor
1 0 0

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.
gohzheng_0-1696607035545.png

 

shozoid
Explorer
97 4 9

Hello @ssg1205,

 

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