cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 - How to add new fields in Downloadable Information

Magento 1.9 - How to add new fields in Downloadable Information

 HI,

 

In Manage Products, I am using Downloadable Information section and its working fine. Now I want to add one more additional field in Links table grid form. I added new field "Downloads" after "Max.Downloads". In that field I will give text inputs with HTML tags link text editor.

 

How to insert that field values into database table. I added input field in view section and table created in database corresponding table. But Where to edit insert and update queries for that.

 

Please help me to do that changes. I attached the screenshot with this message. Please check it.

pic1.png

 

 

Thanks

1 REPLY 1

Re: Magento 1.9 - How to add new fields in Downloadable Information

Hi @kanaga_lakshmi1,

 

If I'm not wrong that part of downloadble products are flat. So you will need to create table field (not EAV) and then override phtmls to show the field/column and probably (I don't remember all the details and I don't have a Magento1 with downloadble data) you will need to override a model or controller to process the data properly.

MAybe a workaround could be use the loadAfter and beforeSave events for the model.