Hi Aizaz,
I was a bit to fast on marking this topic as solved: https://xtemos.com/forums/topic/product-thumbs/
I added this code:
add_action( 'init', function() {
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
}, 1100 );
After that product thumbs show up, but on mouse-over they dissapear. Also the blog post thumbs aren’t shown.
Please see link, and scroll down.