Moving the price of a chosen variation
-
Hi community,
does anybody know how to change the position of the price of a chosen variation? (see pic)
I want to put it under the “add to cart button, but that does not work. Playing around with filters in the functions.php like this one, does not make any difference.
// Move WooCommerce price remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
So where is the information about the position of this price stored? Can anybody help me please?
Thank you!
rabox
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Moving the price of a chosen variation’ is closed to new replies.