Hi there.
I kindly need help with moving the express checkout buttons from the cart page to the checkout page. So the customer can place discount coupons before hitting express checkout, otherwise, discounts are not applied to customers who use express checkouts.
My store is www.ludovikas.com
Kindly need help.
Much appreciated
2 Likes
Hi @Ludovikas ,
I only see the express checkout button at the pop-up notification. Use the code below.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
form#cart-notification-form {
display: none;
}
@Ludovikas
oh sorry but i can’t see any Remove Express Checkout
Hi,
I checked it in my device there is no any express checkout button.
Thank you.
Hey. Thanks for the response. However, the code did not work on my theme.
Just so I can clarify, the only express checkout I have is Apple Pay, which only shows for mobile users.
I much appreciate if you could kindly review the issue with me.
Hey. Thanks for the interest in helping. You did not see any express checkout cause currently I have only Apple Pay express checkout, which only shows for mobile users.
Hey. Thanks for the interest in helping me out. You did not see any express checkout cause currently I have only Apple Pay express checkout, which only shows for mobile users.