Iam working in a nopcommerce2.2 project which is in mvc framework.I wanted to get current customer id in aspx page. can i get current customer info in nopcommerce2.2?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Add a dependency for IWebHelper to your constructor and use the CurrentCustomer property. |
|||
|
|