Why are my Google Pay and Shop Pay buttons disappearing from my cart page?

So I have the following issue:

My additional-checkout Buttons for displaying Google pay, Apple pay and shop pay are missing in my cart page.

It seems that they only appear for 1 sec and then they dissappear.

Yes, shopify payments is on and everything. Also in themes I enabled “show express checkout” etc.

While the Buttons appear on my checkout, as soon as I go to my cart, they show up for a short time.

I went into devtools and saw the following:

As soon as I change the visibility to something else, the buttons show up, but it automatically changes back to hidden and disappears.

I can´t find the code source in my themes where I can edit this exact place, i´m already searching for hours and man… I don´t have 40$ to pay someone else to look over it.

@Adrik501 ,

Please share the URL.

https://kingmobileshop.com/cart

When you add a item to the cart you should see what I mean

@Adrik501 ,

.additional-checkout-buttons {
    visibility: unset !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

2 Likes

OMG Thank you sooooo much!!!

You sir, just saved me alot of time, stress and money.

You deserve the best :slightly_smiling_face:

@Adrik501 ,

Always Welcome!

Have a nice Day!