Title: Do not store name/phone
Last modified: August 31, 2016

---

# Do not store name/phone

 *  [Squiggy45](https://wordpress.org/support/users/squiggy45/)
 * (@squiggy45)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/do-not-store-namephone/)
 * My website uses Single Sign On functionality. Users at car dealerships click 
   a link in their dealership portal and are automatically verified/signed to my
   website using encrypted data. It all works great. However, each person at a particular
   dealership will use the same dealer number. When they check out, the name/phone/
   email of the last person using that dealer number shows up. How can I **not **
   have those three bits automatically show up upon checkout? I need those fields
   to always be blank. Address and dealer number are always constant of course.
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [10 years, 2 months ago](https://wordpress.org/support/topic/do-not-store-namephone/#post-7445369)
 * Here is a guide on removing the pre-populated fields at checkout: [http://www.remicorson.com/how-to-not-pre-populate-woocommerce-checkout-fields/](http://www.remicorson.com/how-to-not-pre-populate-woocommerce-checkout-fields/)
 * For example, you will override this template: [https://github.com/woothemes/woocommerce/blob/master/templates/checkout/form-billing.php#L41](https://github.com/woothemes/woocommerce/blob/master/templates/checkout/form-billing.php#L41),
   and remove `, $checkout->get_value( $key )` from the highlighted line.

Viewing 1 replies (of 1 total)

The topic ‘Do not store name/phone’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [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: [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/do-not-store-namephone/#post-7445369)
 * Status: not resolved