Hello,
I had added this code to my childtheme’s content-product-slider.php in order to show the product short description under the product name in owl slider:
<div class="product-excerpt">
<?php echo do_shortcode(get_the_excerpt()); ?>
</div>
Unfortunately that code stopped working since the last update. Any ideas how to fix this would be really appreciated.
Many thanks in advance