Shopper Login
The Shopper Login plugin allows shoppers to login and save user specific data across devices.
Installation¶
This plugin requires no additional installation to be used correctly.
Type aliases¶
Configuration¶
This plugin provides the following configuration variables:
Field Name | Type | Required | Description |
---|---|---|---|
colors | Record<string, string> | no | Colors to theme the shopper login modal |
facebookApp | FacebookApp | no | Facebook application credentials |
Methods¶
This plugin has no public methods.
Events¶
Generated¶
This plugin generates the following events:
Action | Spec | Trigger |
---|---|---|
open | { object: 'form', vendor: 'Orbee', product: 'Shopper Login', label: 'open modal' user_id: '<user_id>'} |
on modal close |
close | { object: 'form', vendor: 'Orbee', product: 'Shopper Login', label: 'close modal' user_id: '<user_id>'} |
on account creation submit |
start | { object: 'form', vendor: 'Orbee', product: 'Shopper Login', label: 'start create account' user_id: '<user_id>' user_name: '<user_name>' |
on login or account creation success |
Listening¶
This plugin does not listen for any events.
Dependencies¶
This plugin does not depend on any other services or plugins.
Last update:
2023-04-13