I’m attempting to add a brand new field within the newsletter subscription form. I was not able to find any solution even after Google it and then I got solution
from the answer here: http://stackoverflow.com/questions/3155784/adding-a-custom-field-to-magentos-subscribtion-module, however when I opened the file pointed out
within the above mentioned answer i.e.
Mage_Newsletter_Model_Mysql4_Subscriber (app/code/core/Mage/Newsletter/Model/Mysql4/Subscriber.php)
It appears like this:
class Mage_Newsletter_Model_Mysql4_Subscriber extends Mage_Newsletter_Model_Resource_Subscriber
{
}
It just confused me to alter the file. Is there anyone who can help me out to achieve the exact things I want?
Suggestions would be highly appreciated.
The post Looking to add brand new field(subscriber_name) within newsletter while using Magento 1.7.0.2? appeared first on Magento Expert.