Controllers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello, I would like to check out the source code of the registration controller but i can't find the file, what is the pattern to access controllers ?  
Thank you in advance !
7 years ago
It's "Register" method of "CustomerController"
7 years ago
hello, thank you for your answer , but my problem is I can't find the path to the CustomerController source code
7 years ago
Hello,

The CustomerController is located in ~/Presentation/Nop.Web/Controllers/CustomerController.cs.
However, if you cannot find it, you are most likely using the No Source package of nopCommerce.
There are two distributed packages of nopCommerce - Source and NoSource. If you download the source package you will have access to the source files of nopCommerce (e.g. CustomerController.cs).

You can download the Source package of nopCommerce from the nopCommerce download page. You should download the following file: nopCommerce 3.80 - Source code (101 MB).

Hope that helps!

Regards,
Anton
7 years ago
Hello, Thank you very much for your answer, it helped alot
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.