HI, i try to change the add to cart below price with no look. Any Tip? this is not working in current version?
I add this code to functions.php as woocommerce said.
/** woocommerce: change position of add-to-cart on single product **/
remove_action( ‘woocommerce_single_product_summary’,
‘woocommerce_template_single_add_to_cart’, 30 );
add_action( ‘woocommerce_single_product_summary’,
‘woocommerce_template_single_add_to_cart’, 15 );