Google Pay not rendering on product page

Hi Team,
I am trying to integrate google pay through Adyen gateway and have enabled dynamic button on the product page but the button is not rendering. It is shown on checkout page.

Can anyone help me on this?

Thanks,

Khasim

Hello @Khasim1
I hope you are doing well

Please use the Shopify payment method if you want to use Google pay
in this payment method, you will get all payment methods like Apple Pay, Google Pay and many more card

if you still want to use Google Pay via Adyen
follow these steps:-
https://www.chargebee.com/docs/2.0/gpay-adyen.html

Please let me know if you have any questions

Thanks

Google pay is already configured in the admin, as said before it shows on checkout page. I want to display it on cart and product page as well. How to acheive this functionality?

can you please share your website URL?

Here it is https://etgshopplus.myshopify.com

Hello @Khasim1
go to y our theme --------------------> Edit code-----------------> find “theme.liquid” file-----------------------> find this “”— before this “” Add this script


STEP 2 :-
go to y our theme --------------------> Edit code-----------------> find “cart.liquid” file-----------------------> find this class " cart__ctas"
bellow this class Add this code


Please let me know if you have any questions

Thanks

Added the above as suggested, but still the google pay button doesnt appear