Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide will review how to set up the Loyalty Dialog Customization in Aspenware Identity.

...

Resorts should determine their custom copy, as well as define any URLs that will be specified. Once completed, please send a request to your Aspenware Commerce Service Partner Service Representative (support@aspenware.com) to complete the customization on your behalf.

...

  • Log in to the Identity Admin UI

  • Click on Consent Models, use this copy as a guide. Lines highlighted in RED are customizable text.

  • Must set “showUpdatedConsentText":to true, (Default setting is “false,”) for text to display

{
"http://cycle-c.aspenwarecommerce.net ": [
{
"id": 1,
"isConsented": false,
"isConsentedDefaut": false,
"showCheckBox": true,
"showConsentText": true,
"showConsentLink": false,
"checkedRequired": false,
"consentText": "Enroll in <a href='https://www.boynerewards.com/%27 target='_blank'>BoyneRewards</a> to earn points on every purchase and accept the <a href='http://www.boynerewards.com/terms%27 target='_blank'>terms and conditions</a>.",
"consentLinkUrl": "https://www.boynerewards.com/iframe_terms.html%22,
"consentLinkText": "Click here to read terms and conditions.",
"updatedConsentText": "By continuing you agree to the <a href='http://www.boynerewards.com/terms%27 target='_blank'>terms and conditions</a>.",
"showUpdatedConsentText": true,
"alreadyConsented": false,
"customApiActions": [
{
"customApiActionTypeId": 1,
"apiUrl": "https://api.boyneresorts.io/loyaltytest-aw/api/loyalty/customers/{nodeId}/overview?loyaltyProgramStatusCode=1&loyaltyProgramCode=1",
"apiHeaders": {
"Accept": "application/json",
"Ocp-Apim-Subscription-Key": "448d47d47aeb46ce811e8e89feeb045f",
"unity-api-version": "3"
},
"apiPostPayload": null
},
{
"customApiActionTypeId": 2,
"apiUrl": "https://api.boyneresorts.io/loyaltytest-aw/api/loyalty/customers/{nodeId}/enrollments",
"apiHeaders": {
"Accept": "application/json",
"Ocp-Apim-Subscription-Key": "448d47d47aeb46ce811e8e89feeb045f",
"unity-api-version": "3"

...