Hello,
Is there a way to remove the Buy it now button on the product page. I would like to only have add to cart.
My url is annwirtz.com password meramu
A user seeks to remove the “Buy It Now” (dynamic checkout) button from their product pages, keeping only the “Add to Cart” option.
Multiple solutions provided:
CSS approach (most common): Add custom CSS code to hide the Shopify payment button by targeting .shopify-payment-button with display: none;. Code should be added to theme files like theme.liquid, base.css.liquid, or main-product.css.
Theme customizer method: Navigate to Online Store → Theme → Customize, then access Product page settings to disable the dynamic checkout option directly.
Implementation steps typically involve:
</body> tag or at the bottom of CSS filesResolution: The original poster confirmed the solutions worked, with one responder expressing satisfaction that their recommendation helped.
Hello,
Is there a way to remove the Buy it now button on the product page. I would like to only have add to cart.
My url is annwirtz.com password meramu
Hey @awirtz
Follow these Steps.
Hello @awirtz ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
.shopify-payment-button{
display:none;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hi @awirtz
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.product-form__buttons .shopify-payment-button {display: none !importtant}
Regards,
San
Hi @awirtz ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Customize theme
Step 2: Product page->/Product infomation section->Disable this option:
I hope it would help you
Best regards,
Richard | PageFly
Thanks for the help!
I am so glad that my recommendation can help
.