I am using Woocommerce bundles plugin https://woocommerce.com/documentation/plugins/woocommerce/woocommerce-extensions/product-bundles/ for reference.
Objective is in mini-cart.php template the remove from cart button is visible for the bundle items — it does not work and we don’t want it visible for specifically items that are bundled to parent item, I have been trying different ways to remove this and am looking for any ideas/suggestions anyone has.
Basically to reiterate: Keep remove from cart button for parent item: product w/ bundle items but remove it for items that are bundled in with it.
I am open to any way to handle this either with php, jquery, css etc.
Let me know if I need to clarify anything this is my first time asking on here, thanks!