A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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