Magento - Clean custom Account/Registration Fields
Posted
by
Bizboss
on Stack Overflow
See other posts from Stack Overflow
or by Bizboss
Published on 2011-01-10T11:05:27Z
Indexed on
2011/01/10
12:54 UTC
Read the original article
Hit count: 346
magento
|magento-1.4
Hello,
I followed this tutorial to add fields in the registration form of a customer under Magento, I succeed to run the example, but I know that It is not clean, for upates later...
What' the best way to rewrite all the files used in the tutorial, in a clean way :
- app/design/frontend/default/yourtheme/template/customer/form/register.phtml
- app/design/frontend/default/yourtheme/template/customer/form/edit.phtml
- app/code/core/Mage/Customer/Model/Entity/Setup.php
- app/code/core/Mage/Customer/etc/config.xml
- app/code/core/Mage/Customer/controllers/AccountController.php
Thanks a lot
© Stack Overflow or respective owner