Dynamic Checkout Button - Plain Jane 2.0 Theme

Solved

Dynamic Checkout Button - Plain Jane 2.0 Theme

MochaA
Visitor
2 0 1

Hello,

I am using the Plain Jane 2.0 theme.

I am having some issues with the dynamic checkout buttons on my page. I want to remove the dynamic checkout buttons (Shop Pay, PayPal, Google Pay)on the cart page but keep them on my checkout page. 


URL: https://monarcharchives.com/
Pass: password1

Mobile View:   

ss2.JPG

Desktop View:

ss1.JPG

Checkout Page (Want to keep the same):

ss3.JPG
I have dabbled in theme and bass and checkout page files but I am unable to find a solution to this. Please let me know if you can help! I really appreciate any help anyone can provide.

Accepted Solution (1)

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

Hi @MochaA , go to your theme.liquid file and add the following code at the end before the </body> tag :

<style>
shopify-accelerated-checkout-cart {
    display: none;
}
</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 2 (2)

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

Hi @MochaA , go to your theme.liquid file and add the following code at the end before the </body> tag :

<style>
shopify-accelerated-checkout-cart {
    display: none;
}
</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
MochaA
Visitor
2 0 1

This fixed it. Thank you so much.  I appreciate your help!!