Tuesday, 27 October 2015

change related products thumbnail size in WooCommerce

change in this file which shown below
 wp-content/plugins/woocommerce/includes/ wc-template-functions.php

filename : wc-template-functions.php

function woocommerce_template_loop_product_thumbnail() {
  echo str_replace('-300x300','',woocommerce_get_product_thumbnail());
 }
}

1 comment: