Conditionals in the Confirmation email message
Posted: August 26th, 2011, 1:00 pm
I was looking for a way to redirect customers to their proper "bonus" page, depending on what package they purchased. Today, i got an idea but i am afraid of trying it for fear of messing what works so far, so i will ask instead.
Is it possible to include conditionals in the Confirmation Email Message sent to the customer after transaction? Something like this:
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.
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.