This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
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
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
Tagged: apple pay, express checkout, payment, product page, stripe, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up