Add Express Checkout buttons TO Checkout Page (Dawn)

Hello everyone,

I would like to add the Express Checkout buttons (PayPal, Google Pay, Shop Pay) TO the Checkout Page.

Just like in this screenshot:

I have already hidden them on the product page and the cart page.

I am using Dawn theme by the way.

Help would be appreciated :slightly_smiling_face:

Thank you!

Hi @KC14 ,

When you use CSS code to hide Express Checkout buttons on the cart page, it will also default to hide Express Checkout buttons on the checkout page.

So first, you need to go to base.css file, find ‘shopify-cleanslate’ and remove code.

Now, if you want to hide it on the cart page, you just go to main-cart-footer.liquid file, find ‘additional_checkout_buttons’ and remove code:

it will work well for both

Hi @LitCommerce ,

Thank you very much, it worked perfectly!!

Appreciate your help :slightly_smiling_face: