How to hide/remove "add to quote" button

Topic summary

Goal: remove the “Add to quote” button from product cards in a collection, preferably without coding.

Key updates:

  • After reviewing the provided store URL, the responder identified the button is injected by an app, not native theme code.
  • Recommended first checking the app’s settings for an option to hide/disable the “Add to quote” button (no-code path).

Workaround (with code) if the app lacks that option:

  • Go to Shopify Admin → Online Store → Theme → Edit code.
  • Open theme.liquid and insert a code snippet before to hide the button. (Exact code wasn’t included in the text; a screenshot shows the button removed.)

Assets:

  • A result screenshot was provided to demonstrate the button hidden.

Outcome:

  • The original poster confirmed the help with a thank-you, implying the solution worked.

Status: effectively resolved, pending use of in-app setting or the theme.liquid insertion to hide the app-rendered button.

Summarized with AI on December 15. AI used: gpt-5.

Hi All,

I am trying to remove the ‘add to quote’ button on our product list inside the collection but I don’t see any recommendations on how to do it. Please help me on this one. I only see articles about the add to cart button but not how to hide or remove the add to quote button.

If it’s possible to do it without coding, that would be nice. but if needed, can you please give me the codes to edit? If not too much, can you please give me a step-by-step guide?

Thank you so much in advance :slightly_smiling_face:

@Ann07 , could you kindly share your store url?

Hi @BSSCommerce-B2B ,

here: https://wearingwilliams.com/collections/sealants

Thank you :slightly_smiling_face:

@Ann07 , This button is rendered from an app. You could find the option to hide it. If not try this solution
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Thank you so much :slightly_smiling_face: