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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -