I am using the site for a professional service, and while I do include my fee as a “product,” I want to eliminate the “Add to Cart” option and force someone to “buy it now” instead. Can this be accomplished in Dawn 2.0? I have been able to hide the cart button in the header, but can’t see where to hide the “add to cart” button in the product page. Turning off dynamic checkout buttons removes the buy it now button and leaves the add to cart, which is the opposite of my desired outcome.
Hi @mp11477 !
That is a great question, I am happy to help you with.
May I have a little more context as to why you want to remove the ‘add to cart’ button, what is your end goal here? For the moment, this feature would not be supported by our theme developers on the Dawn 2.0 theme, so this is something that they currently cannot implement for you.
As a workaround, you could look at hiring a Shopify Expert and checking if they can remove this for you. Shopify Experts can carry out custom jobs for your store like this. Alternatively, if you were to switch to one of our vintage themes, you would be able to remove the ‘add to cart’ button following this tutorial here. Our themes team might be able to help you remove this on a vintage theme using design time if you are not too comfortable coding yourself.
There are some considerations to consider before you go ahead and remove the add to cart button.
- Skipping the cart page can be a jarring UX experience. When online shopping, you expect to arrive at a cart page, it gives the customer a chance to review their selection etc.
- Skipping the cart can mess up analytics.
- Customers will bypass any additional notes or terms and conditions you might want to add in the future.
I hope this information helps. Aside from that, how is business going so far? I’d love to help you out with some business growth ideas.
Hi @mp11477 ,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > section-main-product.css and paste this at the bottom of the file:
.product-form__submit {
display: none !important;
}
Hope it helps!
this didn’t work for me…
Hi @eves ,
Have you checked it on Dawn theme? Please send your site and if your site is password protected, please send me the password. I will check it for you.
Hii, @mp11477
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
Hello @mp11477 ,
Hope you are doing well.
By doing custom CSS coding you can hide the add to cart button.