Hi,
I'd like to move the placement of the small description in the single product page. Ideally move it to under the price, before the cart. Are you able to assist?
thanks in advance
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 40 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 15 );