Add Remove Button in Drawer Cart Symmetry Theme

Topic summary

Request to add a dedicated Remove button in the drawer cart of the Symmetry Theme; currently items can only be removed by reducing quantity to zero.

Current behavior and workaround:

  • Users can click minus or directly type “0” in the quantity field to remove an item, which updates the cart.

Recommendation and rationale:

  • Avoid adding a Remove button unless customers often buy large quantities; typing “0” is quicker and sufficient in most cases.

Possible implementation:

  • Add a small “x” remove icon per item in the drawer cart.
  • This requires editing the cart template (functional code), not just CSS (styling), meaning it’s a theme customization rather than a simple style tweak.

Resources and cost:

  • Suggested hiring a Shopify Partner specializing in theme customizations via the official directory link.
  • Estimated cost around $100 or less.

Key terms:

  • Drawer cart: a slide-out cart panel in the theme.
  • CSS: styling language; template editing: changing functional theme code.

Status:

  • No technical solution provided in-thread; acknowledged and thanked; action may be to hire a Partner. Discussion remains open.
Summarized with AI on January 10. AI used: gpt-5.

I’m looking to add a Remove button in our drawer cart on the Symmetry Theme. Currently the only way to remove something from the cart is to decrease the quantity to zero. Thanks for the help!

Unless you’re selling products in large quantities (ie. someone is buying 10 at a time), I wouldn’t recommend making this change.

Customers can also just change the number by typing. Ex. if they have 10 of the same item in the cart, they don’t have to click the minus button 10 times, they can just highlight the “10” and type “0” … and then the cart will update (removing the product entirely from the cart).

If you really wanted to add an extra button in there (maybe a little “x” icon near the top of each product), then you’d want to hire a Partner who specializes in theme customizations from this page:

https://www.shopify.com/partners/directory/services/store-setup/customize-theme

You could probably find someone who would do it for $100 (or less).

It would require editing the cart’s template though (as it’s functionality, and not style), so you can’t just copy-and-pasting some CSS that someone posts on the forums.

Thanks for the help!