Shotcode stating that it has already been purchased

Is there any shortcode in s2member that I can put on my card on the site, informing that the user has already purchased that course?

image

Thnaks!

You could use an s2If that checks for that access capability… https://s2member.com/kb-article/s2if-simple-shortcode-conditionals/

For example, if you sold it as a custom capability (ccap):

[s2If current_user_can(access_s2member_ccap_pythonmysql]You have this[/s2If]

:slight_smile: