Site logo

Archived topic

Under Related/Upsells Columns -> Display short description does not work

3 replies · Started by Alexandra on February 3, 2023

Viewing posts 1–4 of 4

Hi there,

try adding this PHP snippet to your site:

add_action('wp', function(){
	if ( is_product() ) {
		add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5 );	
	}
});

This doc explains how to add PHP:
https://docs.generatepress.com/article/adding-php/

Thank you, it worked :)

Glad to hear that

This archived topic is closed to new replies.