Checkout

Topic summary

Issue: The cart no longer shows a “Remove” option for items, and the merchant seeks help restoring it.

Proposed fixes:

  • Add custom CSS via Online Store > Themes > Edit code, then in component-cart-items.css make the remove button visible and styled (a CSS block was provided to force display and set color).
  • Check theme settings via Online Store > Themes > Customize > Cart to ensure a Remove button toggle/setting is enabled (if the theme supports it).
  • If not available in settings, edit the theme code: Online Store > Themes > Actions > Edit code, open the cart.liquid (in Sections), and confirm the Remove button HTML exists (e.g., a button with class “cart__remove” and data attribute to remove). Add it if missing.
  • Alternative: use an app (“MS - Coupon Discount on Cart”) claimed to enhance cart features, including managing a Remove button.

Status: No confirmation from the merchant yet; outcome unresolved. One responder requested the store URL if issues persist.

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

Hey Shopify Community,

In my cart is the option to “REMOVE” a products missing. Can may someone help with that?

Its highly appreciated!

Thank you very much & best

Christina

Hi @ChristinaMe ,

To fix the problem

please follow the steps below:

1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you’re using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click component-cart-items.css

paste the code and save

.cart-item cart-remove-button {
display:block !important;
color: red !important; //change color as needed
}

I hope this helps! If not, please provide url of website.

If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!

Regards,
Sweans

Hi @ChristinaMe Thank you for reaching out to the Shopify Community. I understand that the “REMOVE” option for products is missing in your cart, which can be quite frustrating. I’d be happy to assist you with this issue. To address the missing “REMOVE” option in your Shopify cart, you can follow these steps:

  1. Navigate to your Shopify admin panel.
  2. Go to Online Store > Themes > Customize.
  3. Select the Cart page from the dropdown menu.
  4. Ensure that the “Remove” button is enabled in your cart settings. Depending on your theme, this might be a checkbox or an option you need to toggle.
  5. If the option is not available in the customization settings, you might need to edit your theme’s code.
  6. Go to Online Store > Themes > Actions > Edit Code.
  7. Locate the cart.liquid file within the Sections folder.
  8. Ensure that the HTML code for the “Remove” button is present. It should look something like Remove.
  9. If the code is missing, you can add it manually.
  10. If you’re not comfortable editing the code, you can use an app like MS - Coupon Discount on Cart to enhance your cart’s functionality. This app not only offers automatic discount application but also improves the overall cart experience by allowing easy customizations, including adding and managing features like the “Remove” button.

For further assistance, you can refer to the following link- Coupon Discount on Cart. This app is designed to boost your store’s sales by simplifying the discount process and enhancing user experience, making it a valuable addition to your Shopify store.

If you encounter any issues or need further assistance, please feel free to reach out to our support team.

Best regards,

Ina