Home › Forums › WoodMart support forum › Product preview does not render shortcodes › Reply To: Product preview does not render shortcodes
March 22, 2018 at 7:43 am
#48010
Eric Watson
Participant
Hello,
Try go to woodmart/woocommerce/content-product-base.php
and replace this line
the_excerpt();
with this one
echo do_shortcode( get_the_excerpt() );
Regards