Tuesday, November 14, 2023
2 changes · 17.0
Enhancements to existing features
The Send and Print flow now lets users continue even when a customer or partner has no email address, instead of automatically opening the partner edit form. This reduces interruptions and gives users control over whether they want to review or update partner details before sending documents.
Original PR description
When you open a Send and Print dialog, if the partner had no email, then the form to edit the partner appears. We're removing this behaviour and let the user decide if he wants to check the partners or not 
Customers now see warning messages returned while adding products to the cart, such as availability or ordering issues. This helps shoppers understand why an item may not be added or why cart contents changed, reducing confusion and support requests.
Original PR description
When adding items to the cart, the server returns warnings that are never displayed to the customer. This commit makes use of the new notification system of website_sale to display it. task-3502911