RuffRuff Order Limits

How to Use Password Links

A password link is a dedicated URL that lets customers access a password-restricted product page without entering a password.

Opening a password link saves the rule's password to the cart. After that, opening the eligible product page in the same cart state displays it without entering the password.

Prerequisite: If the restriction method is "Show custom screen," customers can also enter the password using the form shown on the regular product URL. With "Redirect to URL," there is no input form, so a password link is required.

(1) Open the access rule

Open the edit screen for the access rule you want to use.

(2) Set a password

For "Visible to," select "Password holder" and enter a "Password."

(3) Save the access rule

Save the settings.

(4) Copy the password link

Copy the "Password Link" that appears after saving.

Because the generated link's return_to is set to /, opening the link takes you to the store's home page. To go directly to the eligible product page, rewrite the existing return_to=/ value in the link. Do not add a duplicate return_to.

Example

Destination

return_to=/

Store home page

return_to=/products/{product handle}

The specified product page

Prerequisite: This app's specifications do not guarantee the destination when you specify a path other than a product page. Before publishing, check the destination using an actual link.

Share the link using a method that only customers you want to grant access to can see, such as a newsletter, event announcement, or individual message.

Note: Anyone who knows the password link can use it. Do not post it anywhere an unspecified number of people can see it, such as social media or a website.

Note: If you change the password, save the access rule, then copy the new link and resend it to whoever you shared it with. The old link will not match the new password.

Note: Password links do not provide complete content protection or purchase restriction. Do not post confidential information on restricted pages.