Cart vs mini-cart thumbnail filter problem
-
Hello,
In mini-cart.php there is:
$thumbnail = apply_filters( ‘woocommerce_cart_item_thumbnail’, $_product->get_image(), $cart_item, $cart_item_key );
If I use this filter in functions.php however, also thumbnails from my cart page disappear, because exactly the same filter exists in cart.php, so for now I’m forced to hack my mini-cart.php in child theme and simply delete this line.
Could we perhaps have a different filter for mini-cart?
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Cart vs mini-cart thumbnail filter problem’ is closed to new replies.