문제

I have a custom module with an event observer that sends an e-mail to the admin as soon as a new user registers.

In my registration form i am using also the company field. Now I would like to show the company name also in my e-mail to the admin.

How can I call this value? Everything I tried so far did not work. Who can help ?

thanks

도움이 되었습니까?

해결책

You can try to get it from POST request.

Mage::app()->getRequest()->getParam('your_field_name')
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top