Members cookie for popups

I want to find a way to hide pop ups from logged in members. I’m looking at cookies. And I’ll be using a 3rd party popup plug-in
.

  • Is there a cookie for logged in members (non paying)?
  • is there a cookie for logged in members (paying)?

Thanks

Has someone managed to figure out the problem?

In your theme hbs file, do something like this:

{{^if @member}}
Code that causes a pop up
{{/if}}