Drupal will cache the node/add page and the Node Checkout selector page at ucnc-select/* if page caching is turned on. This isn't horrible, but it could lead to node checkout node types not being visible to customers or the product selection page having stale products listed. I implemented hook_exit() to take care of this like I do in the core cart module.
Comments