Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Setup Checklist

...

  • To include the Opt Out of Martketing Emails checkbox on the Communications Preferences Tab, go to Configuration > Settings > All Settings and type OptOutEmailCheckboxEnabled in the Name field and click Search. This will locate the setting.

  • Once the setting is found, click Edit.

  • Click into the Value field and update it to ‘True’.

  • Click Update.

  • Once the setting is changed to ‘True’, the Opt Out of Marketing Emails checkbox appears and is checked by default if the guest does not already have a preference stored in their RTP|One customer profile. The first-time My Account guest is required to uncheck the box to receive marketing emails.

...

Language String Name

Function

Default

account.navigation

My Account

account.fields.optoutemailcheckbox

Opt out of our marketing emails.

account.communicationpreferences.description

Blank

account.navigation

This release includes a feature that adds a new language string to the homepage. Previously, the words “My Account” were hard-coded and it was confusing to users who were trying to get to their My Account page. Now that text is configurable and a My Account button has been added to the menu that appears when the guest hovers over the account sign-in/out text that will take them to their My Account page.

...

: This language tring configures the “My Account” label on the store homepage. The default text is “My Account.” (In the image below, it has been updated to read “ACCOUNT/SIGN OUT”.

...

account.fields.optoutemailcheckbox

...

Note

IMPORTANT: Edit the account.fields.optoutemailcheckbox language string to reflect which FLOW is enabled. In the example above, the OPT OUT flow is enabled. If the OPT IN flow is enabled, the text should read “Opt in to receive our marketing emails.”

To update a language string, go to Configuration > Languages

...

Select English and click Edit.

...

Search for the string resource you wish to update and click Search.

...

Click Edit.

...

...

Update the value to include your desired text and Save.

...

account.communicationpreferences.description

...

If the opt in/opt out checkbox will be displayed on the page, this could be a good place to add instructions for the guest such as “To Opt In, check the box and click SAVE. To Opt Out, leave the box unchecked and click SAVE.” (for an OPT OUT flow).

...

To update a language string, go to Configuration > Languages

  1. Select English and click Edit.

    Image Added
  2. Search for the string resource you wish to update and click Search.

    Image Added
  3. Click Edit.

    Image Added
  4. Update the value to include your desired text and Save.

    Image Added

Detailed Setup Guide

1. Enable and Configure the Communication Preferences Tab

There are several configurable text components on the Communications Preferences Tab. To configure these components:

Go to Configuration > Customer Settings and scroll down to Additional Customer Settings. The last three fields are pertinent to the Communications Preferences Tab. Complete them as follows:

  • Hide ‘Communication Preferences’ tab: This checkbox is unchecked by default (meaning that the Communication Preferences Tab will display by default on the My Account page). Checking this box will keep the Communication Preferences Tab from being visible on the My Account page.

  • URL to manage the Communication Preferences: This field enables redirection to a third-party site if your resort utilizes a third party to manage guest communication preferences. The logged-in customer’s email will be passed into the third-party site as a parameter when they click “Manage Preferences.”

    • The body of the URL is provided by the third-party partner, and we append "/?email={email}" to add the functionality of passing the logged-in user’s email address. Example URL: https://www.myresort.com./shop-email-preferences/?email={email}

...

  • Ensure that the Communications Preferences Page has been enabled (see instructions above in Configure Communication Preferences Tab).

  • Ensure that the Opt Out of Marketing email checkbox has been disabled (see instructions above in the Settings section called Show/Hide Opt Out of Marketing Emails Checkbox).

  • Go to Settings > Customer Settings and enter the following:

    • Display a Communications Preferences widget: Checked

    • Widget CSS URL: Enter the URL for the Widget CSS.

    • Widet JavaScript (JS) URL: Enter the URL for the widget JavaScript.

    • Widget HTML code: Enter HTML code for the widget.

  • Click Save.

...

...