trippodo Posted May 21, 2013 Share Posted May 21, 2013 I need to add a new editable TEXTAREA in the Admin Order detail and i want to see it in the BO Order Listing in a new column In the picture an example of what I would like I have already applied this changes indicated by VEKIA: added new field to the orders table, with name "textarea" added this code to the AdminOrdersController.php (controllers/admin/) 'customer' => array( 'title' => $this->l('Customer'), 'havingFilter' => true, ), after the above code i added this: 'textarea' => array( 'title' => $this->l('Textarea'), ), at the time I populated the TEXTAREA fields by entering the name of the product through a mysql query, but I would see what I write in the textarea in the order detail see the example picture thanks Link to comment Share on other sites More sharing options...
netplayer Posted August 29, 2013 Share Posted August 29, 2013 hello, late response, but i happen to have this module done for a customer. In case you are still interested drop me a line. Link to comment Share on other sites More sharing options...
chicobom1 Posted May 7, 2016 Share Posted May 7, 2016 Hello, I need make exactly this, help please. Thank! 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