Checking member tiers - Using Ghost - Ghost Forum
Hello! I’m trying to check on a reader’s membership tier in order to write something to our analytics tool. I got this code from somewhere via search (silly me that I didn’t write down the source): {{#match @member.tier.slug “=” "patron”}} I was able to find all the slugs at ghost/api/admin/tiers/. But, a few of them were somewhat bizarre, such as the slug for the Free tier being 61f572239dd512162d094521. (!) So, I tried @member.tier.name instead, but it doesn’t seem to be working. So, two q...