Closed (fixed)
Project:
UC Node Checkout
Version:
6.x-2.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 23:41 UTC
Updated:
22 Jan 2010 at 22:30 UTC
I'm looking for a simple way to allow users to access the nodes they create during the checkout and order process, after the order is submitted. Ideally, they would access through the orders that are listed with their user account and ideally, this would be read-only access.
In this case, the nodes are represent participant registration, so we want to give users who have registered a way to print out the registration node itself, instead of just the invoice (which doesn't contain very much detail). We can direct them to print when they are filling out the form, but of course many people will not do this or will lose track of what they have printed.
Thanks in advance for any ideas.
Comments
Comment #1
rszrama commentedYou might just create a View and make it a tab on their account page. If you're requiring users to login prior to registration, then every node they create will have them as the author. You can use this to filter the View and also use a Views argument to make sure the user is viewing their own history before displaying the nodes. It's pretty compelx to setup, but this is what you need.
Comment #2
benstallings commentedThe core Tracker module does what Ryan is describing, without Views.