This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi there. I need to move my product price next to my product title. Usualy i use the functions.php with this code:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 30 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 5 );
but i don´t know why in your theme when i use that code the price appears were i want and were you created on the theme above the add to cart button.
Can you please help me solve this.
best regards
Hello,
Could you please specify what layout for the single product page are you using? And provide a link where we can see the problem.
Regards
You must be logged in to reply to this topic.Log in/Sign up