Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the variable.php file, the variation data is output by the woocommerce_single_variation function via the woocommerce_single_variation hook, with a priority of 10. Next, a form is displayed with a button with a priority of 20. Just change the priority and the description will be displayed after the button.
remove_action('woocommerce_single_variation','woocommerce_single_variation',10);
add_action('woocommerce_single_variation','woocommerce_single_variation',30);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question