Landing page requires email to access site

Solved

Landing page requires email to access site

ashlaw1234
New Member
5 0 0

I would like to pre-launch my website but only allow email subscribers to enter. Perhaps a block form where you can see there is an active website behind it so people know it is accessible but only when they put their email in subscribe. I do not want to send a password out to email subscribers. 

Accepted Solutions (2)

PaulNewton
Shopify Partner
7192 635 1491

This is an accepted solution.

Hi @ashlaw1234  👋 Reductive approach: enable customer accounts.

 

Or you probably need to use a content gating app like locksmith, maybe some landingpage/launch or testing apps might fit the need.

 

Even if you have a newsletter someone gives an email to theme code doesn't have access to that unless it's through a customer account.

An account that has to be signed in to access such info.

So at best without an app you'd have to set a cookie, storage session etc to track the user and use that to show/hide content using CSS and javascript; which means under the hood the actual content is still being sent to everyones browser unless you try even more tricks.

 

Merchants that need this explored and setup then contact me by my email for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Contact [email protected] for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

magecomp
Shopify Partner
433 29 44

This is an accepted solution.

Hello @ashlaw1234 

As @PaulNewton suggested, you can try the locksmith app

Or try similar app shoplock

https://apps.shopify.com/required-login-for-customers

Helping voluntarily. Please like and accept the solution if it helps. Thanks!
Our Bestseller Shopify Apps    |      Mobile App Builder by MageComp    |      Shoplock Hide Pages/Collections

Need a developer?  Just visit MageComp website

View solution in original post

Replies 4 (4)

PaulNewton
Shopify Partner
7192 635 1491

This is an accepted solution.

Hi @ashlaw1234  👋 Reductive approach: enable customer accounts.

 

Or you probably need to use a content gating app like locksmith, maybe some landingpage/launch or testing apps might fit the need.

 

Even if you have a newsletter someone gives an email to theme code doesn't have access to that unless it's through a customer account.

An account that has to be signed in to access such info.

So at best without an app you'd have to set a cookie, storage session etc to track the user and use that to show/hide content using CSS and javascript; which means under the hood the actual content is still being sent to everyones browser unless you try even more tricks.

 

Merchants that need this explored and setup then contact me by my email for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Contact [email protected] for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


ashlaw1234
New Member
5 0 0

Thank you!

magecomp
Shopify Partner
433 29 44

This is an accepted solution.

Hello @ashlaw1234 

As @PaulNewton suggested, you can try the locksmith app

Or try similar app shoplock

https://apps.shopify.com/required-login-for-customers

Helping voluntarily. Please like and accept the solution if it helps. Thanks!
Our Bestseller Shopify Apps    |      Mobile App Builder by MageComp    |      Shoplock Hide Pages/Collections

Need a developer?  Just visit MageComp website
ashlaw1234
New Member
5 0 0

Thank you!!