Function to hide the placeholder image in the shop
function woocommerce_template_loop_product_thumbnail() { global $post; if ( has_post_thumbnail() ) echo get_the_post_thumbnail( $post->ID, 'shop_catalog' ); }