Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eMember – after purchase I want a list of purchased course with links to the cou
- This topic has 6 replies, 2 voices, and was last updated 6 years, 4 months ago by admin.
-
AuthorPosts
-
July 10, 2018 at 10:31 pm #14952drbchuckSpectator
I have set up a page called “My Courses” I want my customer to be able to go to the page and see a list of courses they have purchased with links that take them to the course page.
this shortcode [wp_eMember_my_membership_levels show_welcome_page=1] will generate a list but the products purchased are not linked so I can see that I have a course but no simple way to get to it.
is there a shortcode that will generate a list of courses (digital products) that also includes a link to the page where the course exists?
thanks
July 11, 2018 at 7:16 am #78130adminKeymasterAre the courses WP eStore products? If they are then the following shortcode should do the job:
[wp_eStore_members_purchase_history]
July 11, 2018 at 4:43 pm #78131drbchuckSpectatorThanks.
I added that shortcode and all it did was show the shortcode on the live page.
So i put this in [wp_eStore_members_purchase_history]
and that same exact line of text is what gets displayed on the live page. i.e. the shortcode is not working.
What can I try next
July 11, 2018 at 4:46 pm #78132drbchuckSpectatorSorry. It’s not an estore product.
i’m using woo commerce and emember.
July 12, 2018 at 1:45 am #78133adminKeymasterDoes woocommerce have a product purchase history display option (I am pretty sure they do)? Then you just show that on this page.
July 12, 2018 at 2:38 am #78134drbchuckSpectatorwoo commerce does have that but it lists the sales (product description) page and not the page where the videos exist. It seems like there ought to be a way to see what pages are protected by emember for the specific member levels purchased. or some way to make the existing member level linkable? thanks though I’m trying to go live without having to wait weeks for programming.
July 12, 2018 at 6:59 am #78135adminKeymasterNormally the way it is handled is the following:
1) You create an index page for each of your membership levels.
2) In this index page you link to all the pages that the level allows access to. You basically customize this page according to what you want your members to see.
3) Make that the after login page for that membership level.
4) When the member logs in, the get sent to this page. They can then navigate accordingly.
The following shortcode also links to that index/home page of each membership level
[wp_eMember_my_membership_levels show_welcome_page=1]
If that list is done programmatically, then you are never going to be happy with the output as you will want to customize many things in there. Creating the index/home page yourself means you can customize it the way you want it to look like.
-
AuthorPosts
- You must be logged in to reply to this topic.