Sorry I originally closed the the thread too soon.
I originally asked if there’s a way to add the product price in between the variations selection and the add to cart button and the code provided worked great for a variation product, but not the ones without variations.
Is there a way to make the price above the add to cart button on all products?
Here was the code provided:
add_action(‘wp_footer’, ‘n2t_wp_footer’);
function n2t_wp_footer(){
if(is_singular(‘product’)){
?>