Monday, March 31, 2025 5:12:04 PM
stroka
Support
Support
var languageId = store.DefaultLanguageId;
var customer = customerService.GetCustomerByEmail(subscription.Email);
if (customer != null)
languageId = genericAttributeService.GetAttribute<int>(customer, NopCustomerDefaults.LanguageIdAttribute, subscription.StoreId);