Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Turn on Shop Excerpt

Home / Forums / Virtue Theme / Turn on Shop Excerpt

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
February 14, 2019 at 1:26 pm

It looks for all the world like the native code in content-product.php is set up to display the product excerpt, but where does one actually “turn it on” or set it to display? I’ve looked all over the admin, but come up empty.

<?php if(isset($virtue_premium[‘shop_excerpt’]) && $virtue_premium[‘shop_excerpt’] == 1) {
} else { ?>
<div class=”product_excerpt”>
<?php global $post;
if ($post->post_excerpt){
echo apply_filters( ‘archive_woocommerce_short_description’, $post->post_excerpt );
} else {
the_excerpt();
} ?>
</div>
<?php } ?>

  • The forum ‘Virtue Theme’ is closed to new topics and replies.