November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Yes,
They are in same namespace - EPiServer.Commerce.Shell, but in different assemblies. PlugInArea was in EPiServer.Business.Commerce.dll and CommercePlugInArea is in EPiServer.Commerce.Shell.
The reason was PlugInArea placed in wrong assembly and we think it's better to move it to proper one without breaking changes.
Regards.
/Q
Hi Quan!
Thank you for the fast answer. I have added the nuget package EPiServer.Commerce.UI and now it works fine.
Regards
Madelene
[EPiServer Commerce 8]
Hi!
When reading about breaking changes in EPiServer Commerce 8, I find this:
Namespace EPiServer.Commerce.Shell
How do I replace this in my component:
to using CommercePlugInArea instead?
I have a using statement for EPiServer.Commerce.Shell and I get the obsolete warning on PlugInArea. The warning tells me to use CommercePlugInArea instead. It is in the same namespace? It is not recognized when I try to use it. What am I missing here?
Regards Madelene