Apple Pay express checkout stripe placement on product page

This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler

  • Avatar: Fahad Khalid
    Fahad Khalid
    Participant
    February 18, 2023 at 15:21

    Hi can you please assist me with Apple Pay express checkout button on product page its showing above add to card it should show below

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 19, 2023 at 10:19

    Hello, Fahad Khalid,

    Try to add the next code in Theme Options > Theme custom CSS:

    #wc-stripe-payment-request-button-separator, .single-product .quantity~.et-or-wrapper > div {
        display: none !important;
    }
    #wc-stripe-payment-request-wrapper {
        margin-bottom: 20px;
    }
    .single-product .product-content .quantity { order:1; }
    .single-product .product-content #wc-stripe-payment-request-wrapper { order:4; }
    .single-product .product-content .single_add_to_cart_button { order:3; }
    .single-product .product-content .et-single-buy-now { order:4; }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.