Remove Quick Buy for only 1 specific product

Topic summary

A user needs to disable the Quick Buy button for a single product (a customizable box requiring selection of 3 items) on their collection page, while keeping it active for all other products. The product appears in the “Boxes & Bundles” section on their homepage.

Solution Provided:

  • Initial suggestion: Create a separate product template with Quick Buy disabled
  • Final approach: Custom code modification specific to the Combine theme
  • Developer requested and received collaborator access (code: 2376)
  • Successfully implemented code to hide Quick Buy for “Tom’s Hot Box 1” while maintaining it for other six-pack products

Resolution: Issue resolved. The Quick Buy button now appears on all products in the section except the specified customizable box.

Additional Query: Another user asked about disabling sales for an entire collection, advised to remove compare-at prices from product settings rather than using code.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hello,

I would like to remove the quick buy option from 1 product only. It’s a box which can be filled with 3 different products and if I enable the quick buy option the box can be added to the cart without choosing the 3 products. I would like to offer the quick buy option for the other products in the section so I would like to know how I can disable the option only for this specific product.

Shop-URL: https://shop.tomshotstuff.at/

I’m currently using the Combine theme

Thank you in advance!

One way to do this without code is to create a new product template and assign the product to the new template and turn off or check off quick add feature which is available in almost all the free themes atleast.

Other way is by coding with liquid and css.

Sorry, I might have forgot one detail: I want to disable the function on the collection page. So every product on the collection page has the quick buy button and only one hasn’t.

I get it, the quick add feature is available on collections and you need to hide that for one product, ri8??

If I am getting it right then this is achievable.

Yes, correct :slightly_smiling_face:

Okay can you please tell me which product is it that you want to hide the quick add option for. You have already shared the url, I will take a look and update the code with you if that’s possible without accessing the code or else I will need collaborator access to edit code.

Please tell me the product and I shall try it the first way initially.

It’s this product: https://shop.tomshotstuff.at/products/toms-hot-box-1

The end result should be, that on the homepage (https://shop.tomshotstuff.at/) when you scroll down to “Boxes & Bundles” only the Hot Box shouldn’t have the quick buy button. All the other Sixpacks should have the quick buy button. I would re-activate the quick buy option for this section once you worked on the code.

Thank you!

Okay so atleast one step ahead i understand your requirement correctly. But i will need a collaborator access to your store to implement this. i am on a development store and if you were using a free theme i would have come up with a code but then the code base is different for different themes.

The code is 2376. Thanks!

I have requested for access. Thanks

You should have access now.

Yup I do. Will update you when done.

Hey @juliacz I have edited the code and i believe your requirement is dealt with. So on the home page under boxes and bundles every six pack product has quick buy buttons except Tom’s hot sauce 1.

For any further help or opportunities in future please reach out to via email and i will definitely try helping out.

Thanks

1 Like

Yes, it worked! Thank you so much :slightly_smiling_face:

1 Like

I also need to do something similar. Can you please help me? I need everything in a certain collection to be not for sale.

I dont think you would need coding for that, it’s more of a manual setups from your backend admin dashboard.

So for all the products that are in a certain collection just remove the compare at price from those products which will let Shopify know that the product is not on sale.