how to upgrade CurrentCustomer.GetAttribute<T> in 4.6

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 1 an
dears,
i need help to upgrade v4 plugin to v4.6 i found this code
var                 shippingOption = _workContext.CurrentCustomer.GetAttribute<ShippingOption>(SystemCustomerAttributeNames.SelectedShippingOption, _storeContext.CurrentStore.Id);

how to upgrade it or what is the equivalent of it in v4.6
thanks in advance.
Il y a 1 an
Have a look here,
https://github.com/nopSolutions/nopCommerce/blob/develop/src/Libraries/Nop.Services/Orders/OrderTotalCalculationService.cs#L1102
Il y a 1 an
thanks a alot
you helped me :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.