changing price of item woocommerce_add_cart_item only changes the total displayed in the widget but not in the actual cart page and checkout
when making a filter on woocommerceaddcart_item the first parameter item can be altered ... for example $item['data']->adjustprice(100); but this won't change the price in the cart but only the one in the cart widget
6
votes
