Magento - Change the login page

I am working on magento and new for magento, I am using a lot of templates, now I am working on the Magento Classic Theme, I’m google, many people say that changes to the basic standard are possible, I’ll go there and the login.phtml file will delete the code when I update to template, nothing remains, everything will be the same.

C: \ WAMP \ WWW \ Magento \ application \ design \ shell \ base \ default \ template \ client \ form

then I will try to work with the main template files in the main folder of the template, but still no changes. I am completely confused how to fix this problem and how to change the login page of my choice.

C: \ WAMP \ WWW \ Magento \ application \ design \ frontend \ default \ F002 \ template

I need advice and recommendations from you, please help me in this matter.

+4
source share
1 answer

Change C:\wamp\www\magento\app\design\frontend\base\default\template\persistent\customer\form\login.phtml

Not the one that is in app\design\frontend\base\default\template\customer\form

And always look the way when asking hints for a template

  • Open admin control panel
  • Open the system tab and select a configuration
  • Select the main website or the name of your site (NOT DEFAULT) from the Current Configuration drop-down list.
  • Select "Developer" in the left sidebar.
  • Open the Debug Dropdown
  • Set pattern path hints to yes
  • Click "Save Configuration" to save the changes.
+6
source

Source: https://habr.com/ru/post/1536305/


All Articles