This topic is: resolved
-
Hi there, I want to show the short summary form products on the category or shop page. I found this code:
add_action( ‘woocommerce_after_shop_loop_item’, ‘woo_show_excerpt_shop_page’, 5 );
function woo_show_excerpt_shop_page() {
global $product;
echo $product->post->post_excerpt;
}But it didn’t seem to work with WooCommerce Page Builder. See for example the page: https://rebalancing.burggraaf.biz/workshops-nieuw/.
Could you help?
Grtz. Fred