Thank you for reply @titaan, i solve this problem with theme update, but now Products showing on the product pages, but not on the ‘Shop’ page. ‘showing in single result’ text was showing and i solve this with this code in function.php .
remove_action( ‘woocommerce_before_shop_loop’,
‘woocommerce_result_count’, 20 );
after that the shop page doesn’t even showing product but product is showing product page ..what should i do now?
regard,
Ratul50