Show HTML Block Under Single Product Main Image
-
Hi,
I am trying show a HTML Block under Single Product Page . I am using below code
// Show Message Under Single Image
add_action('woocommerce_after_single_product_summary', 'html_below_thumbnails', 9);
function html_below_thumbnails() { ?>
[html_block id="7639"]
<?php
}
But it the HTML code is not executing and showing in different place

Link to the Page is provided in Private Area
Hello,
Sorry but there is no such option in Theme Settings to add the HTML Block there.
We could not help you with this as you are asking for core files customization this is beyond our customization and support policy.
Best Regards.