add html block to single product page
-
Hello!
I want to add an html block to my product page in this section:
http://s6.uplod.ir/i/00917/31bsym3bx5sc.jpg
could you please give a code an tell me which file i must edit to show my html block there?
+ my product page style is default
Thank you.
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