Home › Forums › Support › Under Related/Upsells Columns -> Display short description does not work This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 3, 2023 at 11:45 pm #2520873 Alexandra Hi, In the customiser, the function under ‘Related/Upsells Columns’ to ‘Display short description’ does not work. I toggle the checkbox and nothing happens. Same with ‘Display product metadata’. See example: https://www.businessanalyststoolkit.com/product/stakeholder-analysis-template/ Can you help please? Thanks, Sam February 4, 2023 at 8:50 am #2521360 DavidStaff Customer Support 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/ February 4, 2023 at 4:27 pm #2521629 Alexandra Thank you, it worked 🙂 February 5, 2023 at 3:16 am #2521925 DavidStaff Customer Support Glad to hear that Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In