Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Set up Temporary Access to Membership Area in Emember for any recent purchase
- This topic has 2 replies, 2 voices, and was last updated 13 years, 1 month ago by admin.
-
AuthorPosts
-
October 24, 2011 at 7:52 pm #4604jetsetpeasantMember
Hi,
I didn’t see anything on here that clearly mentioned this, so I’d throw this out there to see if it’s anything that would be possible.
What I’d like to do is give anyone who purchases anything through my wp estore free access to a membership area that expires after 30 days. That way in order to get access again they would have to buy something else, or just purchase a direct membership.
I know you can do free memberships, but I’d like a way to only allow people that have bought some kind of product to be able to access it.
Thanks…
October 24, 2011 at 11:04 pm #37845adminKeymasterYou could do the following:
1. Use the following eStore shortcode that lets your customers get the items they purchased:
[wp_eStore_download_link_sender]
This shortcode can be found in the extra eStore shortcodes plugin:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
2. Now, simply protect the above shortcode with a eMember section protection shortcode like the following:
[emember_protected scope=verified_users_only]
Whatever content goes here is only viewable to anyone who is logged into eMember
[wp_eStore_download_link_sender]
[/emember_protected]This will make it to where only your members (doesn’t matter what membership level they belong to) can use that download link generation facility.
October 24, 2011 at 11:04 pm #37846adminKeymasterYou could do the following:
1. Use the following eStore shortcode that lets your customers get the items they purchased:
[wp_eStore_download_link_sender]
This shortcode can be found in the extra eStore shortcodes plugin:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
2. Now, simply protect the above shortcode with a eMember section protection shortcode like the following:
[emember_protected scope=verified_users_only]
Whatever content goes here is only viewable to anyone who is logged into eMember
[wp_eStore_download_link_sender]
[/emember_protected]This will make it to where only your members (doesn’t matter what membership level they belong to) can use that download link generation facility.
-
AuthorPosts
- You must be logged in to reply to this topic.