Home Forums WoodMart support forum Google pay and Apple Pay express buttons position

Google pay and Apple Pay express buttons position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #492859

    Little Panda
    Participant

    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.
    #492968

    Luke Nielsen
    Keymaster

    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

    #493026

    Little Panda
    Participant

    Hi,

    Thank you but unfortunately it didn’t work. Can you suggest anything else?

    Regards

    LP

    #493063

    Luke Nielsen
    Keymaster

    Hello,

    Please send access to that website so I will investigate it on your side.

    Thank you in advance.

    Kind Regards

    #493113

    Little Panda
    Participant

    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

    #493124

    Luke Nielsen
    Keymaster

    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

    #493125

    Little Panda
    Participant

    Okay thank you

    #493126

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Google pay and Apple Pay express buttons position’ is closed to new replies.