New Shopify Certification now available: Liquid Storefronts for Theme Developers

Disable account register page to deter spam sign ups.

Grand_Pacific
Tourist
31 0 1

Hi,

We have two separate newsletter sign-up positions on our website that we want guests to use and we wish to disable or hide the account register page due to daily spammers from Buffalo signing up hundreds of hijacked emails that are impacting our EDM metrics.

We noted a recent ask on here and a subsequent piece of code, which we tried, and did not work.

Any thoughts?

We are on Prestige.

Cheers people,

G.

Replies 7 (7)
Asad24
Shopify Partner
180 35 31

What's your store url ?

and can you share the screen shot of the form which you want to hide

banned
Grand_Pacific
Tourist
31 0 1
Asad24
Shopify Partner
180 35 31

Go to  your online store -> Customize -> Settings -> Custom Css
and paste this code in the custom css section

#create_customer{

display:none !important
}

Asad24_0-1698881274139.png

 

 

banned
Grand_Pacific
Tourist
31 0 1

Thanks Asad. I will give this a try and see if it creates a deterrent.

Grand_Pacific
Tourist
31 0 1

Is it possible to put a visual in there to redirect true customers, as we do with our 404 page?

 

Asad24
Shopify Partner
180 35 31

you want to add this in the page ???

Asad24_0-1698882029141.png

 

banned
Grand_Pacific
Tourist
31 0 1

Yes, that kind of thing.