November Happy Hour will be moved to Thursday December 5th.
Hi All,
I have implemented the new EPiServer Order frame work (http://world.episerver.com/documentation/developer-guides/commerce/orders/order-processing/) for my project.
However I am unable to set the Provider ID.
How to set the provider ID ?
Regards
Venkata Phani kumar R
Hi,
The new order API is not supported the ProviderID property anymore.
If you need to set this, you can using Properties hashtable, like this:
ICart cart = orderRepository.LoadCart(contactId, "Default"); cart.Properties["ProviderId"] = "frontend";
/Tuan
Hi All,
I have implemented the new EPiServer Order frame work (http://world.episerver.com/documentation/developer-guides/commerce/orders/order-processing/) for my project.
However I am unable to set the Provider ID.
How to set the provider ID ?
Regards
Venkata Phani kumar R