Move the Express Checkout buttons FROM Cart page TO Checkout page (Dawn)

Hello everyone,

I would like to remove the Express Checkout buttons (PayPal, Google Pay and Shop Pay) from the Cart page and add them on the Checkout page above the “Contact information” tab. (red arrow in screenshot 2)

As you can see, they are placed opposite of how I want it.

Screenshot 1:

Screenshot 2:

I am using Dawn theme by the way.

Help would be appreciated :slightly_smiling_face:

Thank you!

Hi @KC14 ,

I do not think there is a way to add a dynamic button in the checkout page. If you have Shopify plus store, you can use scripts to do this.

To hide the dynamic checkout from the cart, please follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.shopify-cleanslate {
    display: none;
}

Hi @made4Uo ,

Thank you that removed the Express Checkout buttons on the Cart page perfectly!

I find it strange, because a few days ago the express checkout buttons were on my checkout page and now they are not. So I think it can be put back, but I don’t know how yet.

If anyone knows how to add Express Checkout buttons (PayPal, Google Pay, Shop Pay) to Checkout Page, please let me know :folded_hands:

Thank you though! :slightly_smiling_face:

Hi @KC14 ,

Sorry. I thought your talking about buttons. You might not have activated the express check out. This is already asked and answered here