Jump to content

Add a new field (textarea) in Admin Order Tab


trippodo

Recommended Posts

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

 

post-168173-0-93007900-1369150042_thumb.png

Link to comment
Share on other sites

  • 3 months later...
  • 2 years later...

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...