_workContext.CurrentCustomer.IsRegistered() equivalent in 2.80

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 лет назад
IsRegistered seems to have gone for the CurrentCustomer object in 2.80. Is there an equivalent?
11 лет назад
My bad. It's still there just as an extension on Nop.Core.Domain.Customers;

Just added using Nop.Core.Domain.Customers;
11 лет назад
I see it in Nop.Core.Domain.Customers.CustomerExtensions
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.