I am having trouble with uc_node_checkout and anon checkout. Basically if an anon user attempts to add a product that has an associated node checkout to their cart they hit a login/register screen. If they log in, the get dumped on the home page, and if they then go to their cart, it is empty. Same result if the register.
i presume that the product does not get added to their cart until the submit the checkout node, because it seems that other products that do not have an associated node checkout can be placed in the cart while anon, and then are still there when the user logs in.
I've made sure that anon users have the create permission for the node type associated via uc_node_checkout to the product. When an anon user attempts to create one of these nodes (course_register is what it is called in our case) by going to /node/add/course_register they are redirected to ucnc-select/course_registration where there is a prompt for "product selection" and an unpopulated drop down for "product" followed by a submit button. This uc_node_checkout node is associated with products called course_sessions that are in a view that anon users can see.
I presume that the FAIL caused by this empty drop down list on the ucnc_select page is what is stopping the anon user from getting to the point where they can fill out their checkout node and add their product to their cart.
any ideas?
