Reply 314705 to: How to add html support for product category

Avatar: Olga Barlow
Olga Barlow
Support staff
January 19, 2022 at 10:12

Hello,

Take my apologies for the delay in answering.

Edit the royal/woocommerce/content-product.php
Find

<div class="product-excerpt">
   <?php echo do_shortcode(get_the_excerpt()); ?>
 </div>

replace with

<div class="product-excerpt">
    <?php echo wpautop(do_shortcode(get_the_excerpt())); ?>
</div>

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.