hey i used the code below to show product description short but it shows the complete descripion no restricting the description to few words. its showing all the content of product description but i want to show only few text and then view more link.
below is code help me soon if you can.
“><h3><?php the_title(); ?></h3>
<?php echo apply_filters( ‘woocommerce_short_description’, $post->post_excerpt ) ?>
“>Read More >>
this code i used but show full i need to show few and then full on view more.