Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Inorder to achieve your requirement, please add the below code in your child theme’s functions.php file.

    add_filter('thwepof_hook_name_before_add_to_cart_button', 'th_change_position_above_variation_price');
    function th_change_position_above_variation_price(){
        $position = 'woocommerce_before_single_variation';
        return $position;
    }

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Field Positioning’ is closed to new replies.