In my sanzo-child functions.php. But it does not remove price action at position 10 and added at position 2 as well. So its showing price twice. If i again add action at position 10 instead of 2 then it shows only once. Is it something you can help me with?
Hello,
I want to show price beside product title. For which i have to move the price up. I edited single page price position. I added actions
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 2 );
In my sanzo-child functions.php. But it does not remove price action at position 10 and added at position 2 as well. So its showing price twice. If i again add action at position 10 instead of 2 then it shows only once. Is it something you can help me with?
Hi Hassan,
You add the code below
Best regards,