Site logo

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

Home Forums Support [Resolved] Under Related/Upsells Columns -> Display short description does not work

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #2521360
    David
    Staff
    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/

    #2521629
    Alexandra

    Thank you, it worked 🙂

    #2521925
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.