redirect to my-membership-content
-
When you login to WooCommerce, you’re normally redirected to the my-account page.
On this page there is a tab for “my content”. I want a user to directly land on this page when logging in.Problem is: this is not a “real page” but a url like this:
https://mysite.com/my-account/members-area/1008/my-membership-content/
Where 1008 is the ID of the membership plan for which the member is viewing accessible content / products / etc, and the “my-membership-content” will adjust based on which section is viewed.
Screenshot from the https://docs.woocommerce.com/document/woocommerce-memberships-settings/ page where this info is coming from:
https://docs.woocommerce.com/document/woocommerce-memberships-faq/ answers the question:
Can I redirect members to their content after purchase?
with
As a customer can purchase more than one membership at a time, Memberships can’t reliably redirect a customers to members content — a purchase note is a much better solution for this. Ask customers to go to the “My Account” page and click “View” for the membership to see the membership content and perks.
I understand but don’t agree.
The my-content link “knows” of different memberships, so it should be possible to redirect the user after login. But I can’t find a way ??
Any hints or tipps?
- The topic ‘redirect to my-membership-content’ is closed to new replies.