Login_Speedbump Widget
The Login_Speedbump widget presents a login-required message to an anonymous visitor. It links the visitor to the My Account page and returns them to the requested page after they sign in.
Add the widget to a page
<Control src="LoadWidgetControl.ascx"
FileLocation="Login_Speedbump.html"
RequireAnonymous="true" />
Set RequireAnonymous to true so the widget is displayed only to visitors who are not signed in. The legacy widget has no documented widget-specific options.
Validate the login prompt
- Open the page while signed out and confirm the login-required message appears.
- Follow the My Account link and sign in with a valid shopper account.
- Confirm the shopper returns to the originally requested page.
- Open the page while signed in and confirm the anonymous-only prompt is not displayed.