Viewing 3 replies - 1 through 3 (of 3 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi there!

    See if this works for you:

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
    add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_excerpt', 20 );

    This custom code should be added to your child theme’s functions.php file or via a plugin that allows custom functions to be added – such as My Custom Functions or Code Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update.

    Cheers!

    Thread Starter deepak543

    (@deepak543)

    Hi,

    I have put these code but i can see in 2 places one is in product description and other is at below the product images

    Thread Starter deepak543

    (@deepak543)

    Hi,

    I have put these code:
    add_action( ‘woocommerce_product_thumbnails’, ‘woocommerce_template_single_excerpt’, 10 );

    but i can see in 2 places one is in product description and other is at below the product images

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘short description to be moved below the product image’ is closed to new replies.