Jump to content

Additional field in customer profile


prt_shopping

Recommended Posts

I inserted a new field "Additional VAT" in Profile, during registration proccess the field is instereted in Database, table "ps_address", i want do get the value also in customer profile in backend, see image.

 

 

The code to get firstname from db is in AdminCustomers.php, and this 'firstname' is also in db the same: 

htmlentities($this->getFieldValue($obj, 'firstname')

my code with true row name is:

htmlentities($this->getFieldValue($obj, 'addvatcustom')

but i get a empty value, the field in db is filled.

 

How can i get here the true value and also true update functionality?

post-648338-0-43935300-1386603783_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...