Table of Contents |
---|
...
Contact your Aspenare Representative to discuss implementing this feature. Determine the following configuration options:
Should the checkbox be unchecked by default forcing the guest to check the box to receive marketing emails, or should the checkbox be preselected forcing the guest to uncheck the box if they do not want to receive marketing emails.
What do you want the copy to be? By default, it reads “Opt in to marketing emails.”
Code Block |
---|
{
"STORE URL GOES HERE": [
{
"id": 1,
"isConsented": false,
"isConsentedDefaut": true,
"showCheckBox": true,
"showConsentText": true,
"showConsentLink": false,
"checkedRequired": false,
"consentText": "Opt in to marketing emails",
"consentLinkUrl": "empty",
"consentLinkText": "empty",
"customApiActions": [
{
"customApiActionTypeId": 3,
"apiUrl": "",
"apiHeaders": {},
"apiPostPayload": {}
},
{
"customApiActionTypeId": 4,
"apiUrl": "",
"apiHeaders": {},
"apiPostPayload": {}
}
]
}
]
} |
(Optional/Restricted)Loyalty Program Enrollment
...
Find and install the Identity Plugin
In the Aspenware Commerce admin panel go to Configuration > Local Plugins
Search the list for ExternalAuth Methods : Identity Authentication
Select Install.
Once installation is complete, select Restart application to apply changes at the top of the page.
Info |
---|
NOTE: This restart can take up to 7 minutes to complete and should occur during low-traffic times. |
Configure Identity External Authentication
Go to Configuration > External Authentication
If the Identity plugin has been successfully installed you will see it on the admin screen.
Select Configure.
Enter your OpenID, ClientID, and OpenID ClientSecret (these are created and provided by Aspenware).
In the Authority to use when connecting to OpenID field enter the web address (URL) that will be using Identity.
Select Save.
Return to the External Authentication Admin page and select Edit.
Select the check box under the Is active column then select Update.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...