A space to discuss online store customization, theme development, and Liquid templating.
Hey Shopify Dev mindhive,
Hoping you can give me some help here –
I recently updated my client's store theme. The cart should be showing two dynamic payment buttons, Shoppay and Gpay, but they show inconsistently especially on mobile. I'm trying to figure out what's going on, but am having trouble with it.
A few important aspects of the issue:
if (window.Shopify && Shopify.StorefrontExpressButtons) { Shopify.StorefrontExpressButtons.initialize();
}
Any thoughts or ideas are appreciated!
I'm facing the same issue