prt_shopping Posted December 9, 2013 Share Posted December 9, 2013 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? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now