php - Hide bundled items in cart Woocommerce -
wordpress 4.2.2, woocommerce 2.3.7 , product bundles 4.9.3. when add bundled item cart, cart count appears number of bundle plus bundled items. also, bundled items appear in cart. how can hide them useless element appearance?
i don't agree bundled items "useless", bundled items have specific css class, hide them via css:
tr.cart_item.bundled_table_item { display: none; }
Comments
Post a Comment