Hi,
We have a need to update carts in the backend, so that some Sales Reps could update carts for their customers. Currently the UI allows you to update carts, but:
- It forces OrderCart = 0
We could override this by running a SQL Update - but it would be great if DW left this field untouched
- The user only sees the update after a pool recycle
Seems like the order is kept in memory. Any way that cache key could be disposed?
(Using 9.6.3)
Best Regards,
Nuno Aguiar