Home › Forums › WoodMart support forum › add html block to single product page › Reply To: add html block to single product page
March 2, 2018 at 1:21 pm
#43393
Artem Temos
Keymaster
Hi,
You can add any HTML or PHP code to that place in the file woodmart/woocommerce/content-single-product.php
. If you want to use a shortcode there, try this code
<?php echo do_shortcode('[my_shortcode]'); ?>
Regards