kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

User bio in "Edit Customer" view #167

Open campsjos opened 7 years ago

campsjos commented 7 years ago

Would be great to show the user bio in the "Edit User" view in Pro version, for example to show notes like discounts to apply or whatever. There's also a VAT/SSN that shows nothing and doesn't saves it's contents.

The bio field is out for any reason? I can take look to the code to add it.

kilbot commented 7 years ago

Please view the customer properties available via the WC REST API. Any fields that are not standard, like a bio field would have to be added to the API first, then added to the customer form.

kilbot commented 7 years ago

To make the POS truly extensible we will need to read the schema for the customers endpoint and then construct the fields based on that ... this is something I want to do, but it's going to have to wait for the POS re-write to be complete.