Hello!

I just wanna request any of the following at the checkout completion message:

1. A separate and configurable checkout completion message for NAP products, displaying the LINKS to the nodes/pages which are given for access to users upon successful checkout.
2. A token that can be used here (http://devmembers.build-your-business.com/admin/store/settings/checkout/...) to display the LINKS to the nodes/pages which are given for access to users upon successful checkout.
3. Views integration.

Thanks in advance! Cheers!

Comments

danielb’s picture

Status: Active » Closed (works as designed)

The typical way to handle this is to show the user a View which contains all the possible nodes that can be purchased - this is possible because you would use some criteria in the NAPs to say which nodes are purchasable. Views will automatically hide any nodes that the user isn't supposed to see.

There are ways you can embed views into content, check out some of these modules:
http://drupal.org/project/views_attach
http://drupal.org/project/insert_view
http://drupal.org/project/embed_views
http://drupal.org/project/viewreference

If you want more than that I welcome submitting patches or more fleshed out ideas towards this goal. I'm not sure what the preferable way to do this is, as the use-cases for this module can vary greatly, and a simple list of nodes might be totally out of the question in cases where thousands of nodes are being purchased with one product.