I'm have started building an e-shop in Wordepress with WooCommerce plugin.
I added some products with variations and I noticed that the price is displayed after attributes select fields.
Is it possible to move the price between Title and short description as for simple products?
The url of one product is: http://www.roubinisideas.com/test2/product/uncategorized/vintage/
This is possible and it's is based on this answer that I have maid:
Here I have updated the jQuery code to take into account when a variation is set by default for a variable product.
Here is the code:
Code goes in any php file of your active child theme (or theme) or also in any plugin php file.
This code is tested and works on WooCommerce 3+ (should work on WooCommerce 2.6.x too)
related: Replace the Variable Price range by the chosen variation price in WooCommerce 3