“View plans” portal popup

If you have a free membership and you click “Account,” you get a dialog that says “You currently have a free membership, upgrade to a paid subscription for full access.” (Nice run-on there. :wink:)

Underneath is a button that says “View Plans.” If clicked, it takes you to a page with only the paid plans, as opposed to the regular portal that shows paid and free.

I need to figure out the URL that the button is using. I Inspected it, but there is no link there, just a Submit. And, I don’t see a script anywhere either.

I’m sure this is some sort of noob thing that I’m going to be sorry for showing my ignorance – but if anyone can point me to the URL in the portal that ONLY shows the paying tiers, that would be great. Thanks!

/#/portal/account/plans , but beware that if they aren’t signed in, they get the sign in popup instead. Which is why I suggest this:

This is up in the <head> section of default.hbs (and would work equally well in the site’s code injection).

I would love to see this trick work in the site’s code injection (Ghost Pro hosting) but it doesn’t work for me. I guess it only works in the template. Maybe Ghost Pro doesn’t trust the admins to update parts that are processed on the server :thinking:

Oh, that version does not work in code injection. Let me write you one that does…

1 Like

There ya go. Post updated. Sorry, I clearly had not had enough tea yet that morning…

1 Like