Hi there,
You can change the position of price for both the free-version and paid-version as well. You just need to paste the below code to the function.php file of your currently active theme folder.
remove_action(‘woocommerce_single_product_summary’,’woocommerce_template_single_price’,10);
add_action(‘woocommerce_before_add_to_cart_button’,’woocommerce_template_single_price’,11);
And we have a confusion that in the 2nd question. If you are talking about fields, you can change the position of fields by dragging and dropping one field on top of another.
If you are talking about forms that if two forms included in one product page and the page shows it in the wrong order. Then, you just change the published date of each form in ascending order of which form you want to show first. It will change the order of the forms.
If you have more doubts don’t hesitate to contact us.
Thank you.
Thread Starter
caro72
(@caro72)
Hi,
I added it but it doesn’t change anything. See attached. I need the price to either be on the top (instead of the price range) or at the bottom of the custom fields.
Screen shot
Also I have no idea how to drag the field on top of the other. There is no option to drag and drop in the back end. At least I don’t see the option. I need the color field to be on top of the notes field.
-
This reply was modified 7 years, 2 months ago by
caro72.