I create a new theme in magento like below Namespace : ndot , Template : english, then in admin configuration i defined this is my theme.
Copy the layout files form app/design/frontend/base/default/layout to app/design/frontend/ndot/english/layout. template files app/design/frontend/base/default/template to app/design/frontend/ndot/english/template/customer.
but when i changes the file in app/design/frontend/ndot/english/template/customer/form/register.phtml, the changes is never reflecting
How to i fix this problem ?
enter image description here
1 Answer 1
I think you have edited in wrong file. Customer register form file is render from the following path
app/design/frontend/rwd/default/persistent/customer/form/register.phtml
So try to copy this folder path and file in your theme and check.
-
i think rwd is namespace, the rwd folder is not is mgento default.senthil– senthil2015年04月08日 10:31:14 +00:00Commented Apr 8, 2015 at 10:31
-
If your magento version is 1.9 you have the red namespace. Or else you don't have that. Just copy the persistent/customer/form/register.phtml in you folder. Then edit the file you get the changes in frontendMeenakshiSundaram R– MeenakshiSundaram R2015年04月08日 10:49:43 +00:00Commented Apr 8, 2015 at 10:49
-
my version in 1.7, i did the changes is app/design/frontend/ndot/english/template/customer/account/dashboard.phtml , this changes is reflect, but the register.phtml changes is not reflect in frontend.senthil– senthil2015年04月08日 10:57:28 +00:00Commented Apr 8, 2015 at 10:57
-
/persistent/customer/form/register.phtmlcopy this file form base to your theme. Enable the path hint you can see the register.phtml file is not rendered from the ndot/English template/customer/form/register.phtmlMeenakshiSundaram R– MeenakshiSundaram R2015年04月08日 11:21:22 +00:00Commented Apr 8, 2015 at 11:21 -
thanks for your help. as per your point, the register.phtml and login.phtml files is get from persistent folder .senthil– senthil2015年04月09日 11:56:22 +00:00Commented Apr 9, 2015 at 11:56
app/design/frontend/ndot/english/template