Home Forums WoodMart support forum Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)

Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #161987

    ronnysoto
    Participant

    Hi,

    I came across an issue where an additional –OR– is displayed above the sticky add-to-cart button (on mobile) using Google Chrome browser. This occurs when the Stripe setting ‘Enable Payment Request Buttons’ is enabled.

    Screenshots attached.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #162030

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Could you please enable this option for now so we can check how it works and try to help you?

    Kind Regards
    XTemos Studio

    #162115

    ronnysoto
    Participant

    Hi,

    Apologies, I’ve re-enabled this option. Kindly check the issue.

    Kind Regards,
    Ronny

    #162158

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
    	display: none;
    }

    Regards

    #162230

    ronnysoto
    Participant

    Hi Bogdan,

    I’ve added this code but –OR– is still there.

    .woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
    display: none;
    }

    Regards,

    #162287

    Bogdan Donovan
    Keymaster

    Please, provide us your admin access so we can log in and check this on your side.

    Thank you in advance.

    #162677

    ronnysoto
    Participant

    Hi, please use the following credentials for admin access:

    #162692

    Bogdan Donovan
    Keymaster

    Please replace previous code with this one:

    .woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
    	display: none !important;
    }

    Also, after applying changes make sure that you clear browser cache on your mobile device.

    Regards

    #162710

    ronnysoto
    Participant

    Yeap, that worked. Thanks very much.

    #162713

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)’ is closed to new replies.