Viewing 2 replies - 1 through 2 (of 2 total)
  • terrytsang

    (@terrytsang)

    Hi Radu, maybe you can add below code to functions.php in your theme:

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

    This will change position for short description to bottom.

    Thread Starter Radu33

    (@radu33)

    Thanks man for answering, however it did not change anything
    http://prntscr.com/yqlo8

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change position of the short description on products page’ is closed to new replies.