Home Forums WoodMart support forum Show HTML Block Under Single Product Main Image

Show HTML Block Under Single Product Main Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215063

    Devrental
    Participant

    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

    #215076

    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.

Viewing 2 posts - 1 through 2 (of 2 total)