'lastCheckout' should be 'checkoutStatus' to have any impact (#1036)
in [types.ADD_TO_CART] ...
state.lastCheckout = null // seems to do nothing
state.checkoutStatus = null // this makes more sense, hides checkout-msg when new item gets added to cart