Google pay and Apple Pay express buttons position
-
Hi.
We have an issue where the Google pay and Apple pay express buttons are positioned above the Add to Cart and Buy Now buttons (see image attached). The stripe payment plugin for these buttons should be default position the Google pay and Apple pay express buttons below the add to cart and buy now buttons (which is what we want) but this is not happening.
When we change the theme to storefront the Google pay and Apple pay buttons are positioned correctly below the Add to cart and buy now buttons. The stripe plugin developer suggests that ‘ woodmart theme might be triggering the action “woocommerce_after_add_to_cart_button” earlier than it should be thus causing the buttons to render above the add to cart button.’
Is this something you can help us with?
Regards
LP
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below code to Theme Settings -> Custom CSS and then clear the cache and recheck the issue.
.wcpay-payment-request-wrapper {
padding-top: 0 !important;
}
form.cart .wcpay-payment-request-wrapper {
order: 25;
}
Kind Regards
Hi,
Thank you but unfortunately it didn’t work. Can you suggest anything else?
Regards
LP
Hello,
Please send access to that website so I will investigate it on your side.
Thank you in advance.
Kind Regards
Hi,
Sure we have a staging site you can use to investigate. See the details included. please update us with any fix so we can apply it to our live site.
Thank you
Hello,
This issue will be fixed in the next update which will be in coming days. So I suggest you wait a little so as not to use additional code.
Thanks for your patience. Hopefully, you are doing well.
Kind Regards
Hello,
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Google pay and Apple Pay express buttons position’ is closed to new replies.