• Hello,

    I created a last and first name field on the Woocommerce registration page using this plugin, but the last and first name is not showing up in the name field on the My Account page, even though I entered last and first name at registration form.

    How to solve this issue??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    It depends largely upon what specific field on the My Account page you’re talking about.

    The “Hello {first} {last}” text in WooCommerce is based off the user’s display_name (which is a WP core field).

    The default WP fields for first/last name are “first_name” and “last_name”.

    The “edit-account” screen in WooCommerce uses WooCommerce’s custom meta keys “account_first_name” and “account_last_name”.

    In the “edit-address/billing” screen, it uses “billing_first_name” and “account_last_name”.

    The meta key you use to create a field is important when you’re trying to integrate with another plugin (or with WordPress core). It depends on what meta keys you used in the WP-Members fields. The meta keys you use to create a field in WP-Members needs to match what either WP or WooCommerce use for their fields.

    Thread Starter gelion-pipi

    (@gelion42)

    1.The text [Hello ●●, not ●●? logout ] in woocommerce my account dashboard showing email address. (the first part of email address).

    We would like to display the user name (nickname) that the customer entered at registration.

    2. the last and first name is not showing up in the name field on the WooCommerce My Account , Account details page, even though I entered last and first name at registration form.

    Since the name is not displayed, the administrator does not know the customer’s name unless the customer enters their name again on the account detail page.

    I marked default first/last name field. (meta key is first_name, last_name)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Last Name and First Name’ is closed to new replies.