Redemption Shortcode
Signed in users can redeem group or course codes from anywhere on a LearnDash site by using the Redemption shortcode or block. Adding this shortcode or block to a page will add a single text field that accepts the input of a code generated with the plugin. We generally use this on learner dashboard pages as an easy way to add additional access for a user.
Shortcode/Block
[uo_user_redeem_code redirect=""]
Block Name: User Redeem Code
The redirect attribute is optional; when provided, the user will be redirected to the specified URL upon successful code redemption.
Access Removal Shortcode
To remove access, the plugin also includes a Access Removal shortcode. This shortcode adds a button that, when clicked, removes all access to courses and groups for the user. This button should be used very carefully.
Shortcode
[uo_self_remove_access]
Comments/Questions
Please note that this is not an official support channel and questions/comments may go unanswered.To request support, log in to your account and click Submit a Request.
Hello!
I am using standalone code redemption on each course that I have. Is it possible to show this shortcode only if user is not enrolled to course? And do not show it if user is allready enrolled to course.
That’s interesting; it’s not something we’ve considered. Have you tried wrapping it in the LearnDash visitor shortcodes, making it only available to users that aren’t enrolled? If you use a CRM and control enrollment by tag you could also use a membership shortcode. Right now we’re not planning to add the capability on our side, unfortunately, as there are other ways to show/hide the form based on enrollment.
Hello!
Is not very clear to me how to use a generated code to allow access only to one course.
Is it right to:
1) Create a closed course
2) Generate the codes linked to that course
Thanks for help!
Yes, that’s correct. Created the closed course and generate the code for that course, then use the shortcode above so users have a way to redeem the code.
Where can I edit the language of this form?
It’s not in the Uncanny Owl Code Plugin. :/
For any plugin issues we really need a ticket to be submitted so we can track it and ask more details about your site.
The form is definitely translatable though; if you use a translation plugin like Locotranslate is will pick up the translatable strings so that you can add new values.