Thank you @shameemreza , my theme developer managed to help with this:
add_action( ‘wp_footer’, function() { ?> <script> jQuery(document).ready(function($) { function moveElement() { if ($(‘#payment-method-message’).length && $(‘.woocommerce-variation-price’).length) { $(‘#payment-method-message’).appendTo(‘.woocommerce-variation-price’); } else { setTimeout(moveElement, 100); // Check again after 100ms } } moveElement(); }); </script> <?php });
Thanks again and have a good one.
Brgds, mike