Nop3.8 custom series (4): name, nop3.8 custom series name

Source: Internet
Author: User

Nop3.8 custom series (4): name, nop3.8 custom series name

Nop comes with the name, last name, FirstName, and LastName.

These fields do not exist in the Custom table. Anyone who has read the code should know that they are stored in the form of a vertical table in GenericAttribute.

\ Libraries \ Nop. Core \ Domain \ MERs \ systemmermerattributenames. cs

1 // Form fields2 public static string FirstName {get {return "FirstName" ;}} 3 public static string LastName {get {return "LastName ";}}

There are many ways to change to the full Name: either re-write a Name, or directly use FirstName or LastName. If you do better, add a configuration with the full Name or surname or Name.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.