简体   繁体   中英

Magento 2 customize default customer module

I am new into Magento. I want to add a profile image upload functionality for the customer. All the tutorials i am getting explains new module creation. I want the change in existing module as told. Please advice .

You should not change a core module's code because it will break upgrading (or will be broken by the upgrading).
Anyway, you should create a new module for it.
I recommend to use plugins in your module to modify a core module's behaviour.
http://devdocs.magento.com/guides/v2.0/extension-dev-guide/plugins.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM