Home Forums WC Vendors Pro Support Product fields location on single product page Reply To: Product fields location on single product page

#59754
Anna
Member

woocommerce_product_meta_start
That’s an action hook. That will determine where on the page this function will appear.
So, take a look at WooCommerce’s product page action hooks, and change the action hook to move this to a different area on the product page. 🙂

Sounds like you might wish to try: woocommerce_before_add_to_cart_form