_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 yıl önce
IsRegistered seems to have gone for the CurrentCustomer object in 2.80. Is there an equivalent?
11 yıl önce
My bad. It's still there just as an extension on Nop.Core.Domain.Customers;

Just added using Nop.Core.Domain.Customers;
11 yıl önce
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.