Hi,
I am trying to remove the “buy it now button” on my “Simple” theme because I want users to go to their cart instead.
Some comments said just remove uncheck the “Show dynamic checkout button” but I can’t find it.
Can you please advise?
Thank you,
Hi,
I am trying to remove the “buy it now button” on my “Simple” theme because I want users to go to their cart instead.
Some comments said just remove uncheck the “Show dynamic checkout button” but I can’t find it.
Can you please advise?
Thank you,
Hi @ktBBJ
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Hi @ktBBJ ,
You can follow the instruction below:
.product-single__cart-submit-wrapper .shopify-payment-button {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.