Title: Custom Fields
Last modified: November 10, 2017

---

# Custom Fields

 *  Resolved [megastore](https://wordpress.org/support/users/megastore/)
 * (@megastore)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-266/)
 * Hello
    Custom Fields It’s my turn to build a multi store. Unfortunately, I need
   three additional fields above the short description The vendor must be able to
   select the following 1. Article location entered (must be a mandatory field) 
   2. only pickup possible 3. Pick up or postal delivery possible
 * Did anyone have that solution?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Stuart Duff – a11n](https://wordpress.org/support/users/stuartduff/)
 * (@stuartduff)
 * Automattic Happiness Engineer
 * [8 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-266/#post-9669927)
 * Hi [@megastore](https://wordpress.org/support/users/megastore/),
 * If you would like to add content to the product page of WooCommerce ( in this
   case the output from custom fields ) you can do that via `add_action()` functions
   using the `woocommerce_single_product_summary` hook.
 * You can see which default elements are hooked into this from the WooCommerce 
   file `/templates/content-single-product.php`
 * [https://github.com/woocommerce/woocommerce/blob/master/templates/content-single-product.php](https://github.com/woocommerce/woocommerce/blob/master/templates/content-single-product.php)
 * For more information on how to use `add_action()`, you can read about these below.
 * [https://developer.wordpress.org/reference/functions/add_action/](https://developer.wordpress.org/reference/functions/add_action/)

Viewing 1 replies (of 1 total)

The topic ‘Custom Fields’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stuart Duff – a11n](https://wordpress.org/support/users/stuartduff/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-266/#post-9669927)
 * Status: resolved