Is it possible to include conditionals in the Confirmation Email Message sent to the customer after transaction? Something like this:
Thanks %%first_name%%!
You have successfully purchased the %%item_name%%.
If you haven't already done so, the next step is to Register a Username for the Campus.
Complete your registration here:
%%registration_url%%
If you have any trouble, please feel free to contact us.
Once your registation is completed, you can login and access your bonuses here:
[_s2If current_user_can(access_s2member_ccap_basic)]
http://scrapbookcampus.com/success-basic
[/_s2If]
[_s2If current_user_can(access_s2member_ccap_element)]
http://scrapbookcampus.com/success-element
[/_s2If]
Enjoy your stay in the Campus,
Cassel
Scrapbook Campus
This scenario is assuming that the person purchased EITHER the Basic or the Element package.
Would that make sense? It seems almost too simple so i would love to know if this would display correctly for the user.