Hi,
I tried switching the theme to parent theme and found that the problem is in a code that have been added in child theme functions.php to modify the view in our single product page.
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 ); , When we add this function the image of product also gets removed in all the new updates of the plugin.Do you guys have any idea why this code gets conflicted with the plugin?
The issue still exists in the latest version 5.1.12 . We had updated and tried all the debugging options. Could you please check on the issue.