• I am using the Storefront theme and would like to move the short description below the add to cart button.

    I have tried the following which is also what I find when researching online. This does not work.

    Any suggestions would be greatly appreciated.

    
    
    function add_and_remove() {
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
        add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 35 );
    }
    
    add_action( 'init' , 'add_and_remove', 15);

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Add to Cart Above Short Description’ is closed to new replies.