I need to add Input field in the woo-commerce product so that I can show it in front end
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
I need to add Input field in the woo-commerce product so that I can show it in front end
3
Answers
you can add following code to you active function.php file
it will give three custom field for your
and In order to show that value in the frontend, you can following code
If You wish to send that value to the email in order email to the client after they purchase the product
we can add the following code in function.php using WooCommerce hook