Blog

How to change thumbnail image size of WooCommerce cart page

To change thumbnail image size of WooCommerce cart page you need next steps:
1. in function.php create the size you need.

2. in cart.php which should be located in your_tneme\woocommerce\cart find

and in get_image() write the name of your size. In our case it will be like this: get_image(‘custom-thumb’)

Checked work on WooCommerce 3.5.2

© Copyright 2014 -  vchuy-develop.com. All rights reserved