Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Thank you for noticing this. We'll file a bug report to it and see what we can do to improve the situation.
Thanks.
/Q
Your issue have been release in update 10, you can check it on: http://world.episerver.com/Documentation/Release-Notes/?packageFilter=EPiServer.Commerce.Core
Regards,
//Son Do
Hi right now the CartHelper creates an OrderForm named by the current cart name if no OrderForm exists
wouldn't it be better if the AddEntry() called GetOrderForm() to use the same logic for adding order forms in both places,
GetOrderForm() creates a OrderForm named "Default" if no order form exists.
so its quite easy to make a mistake right now and create a basket with two order forms.