xcoreplatform / magento2-substituteorders

GNU General Public License v3.0
3 stars 9 forks source link

Add Exception handling when reordering order #40

Closed gerrits-ecommerce closed 3 years ago

gerrits-ecommerce commented 3 years ago

This should fix issue 35 (https://github.com/dealer4dealer/magento2-substituteorders/issues/35)

It collects the errors thrown while trying to add items to the cart from an order and displays them via the message manager instead of throwing an error in the same way the reorderByProduct function does.