Hi.
Thank you for contacting us.
To move product variation above the short description on the single product page, please go to this file:
wp-content/themes/yolo-sofani/woocommerce/content-single-product.php line 64 and add the code below:
remove_action( 'woocommerce_single_product_summary','woocommerce_template_single_excerpt', 20);
remove_action( 'woocommerce_single_product_summary','woocommerce_template_single_add_to_cart', 30);
add_action( 'woocommerce_single_product_summary','woocommerce_template_single_add_to_cart', 20);
add_action( 'woocommerce_single_product_summary','woocommerce_template_single_excerpt', 30);
Follow my attached file if you do the wrong.
Regards.
Attachments:
You must be
logged in to view attached files.