Answer the question
In order to leave comments, you need to log in
How to change thumbnail size in woocommerce cart through filter?
Good afternoon!
The thumbnails in the basket have their own size, which I registered with the code
add_image_size( 'my_cart_image_size', 60, 60, false );
apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question