Merge field: Quick link (Web shop and Disable)

From Catglobe Wiki
Jump to: navigation, search



Merge field: Quick link (Web shop and Disable)

There currently exist two Quick link types. One is a link to the web shop of Catglobe and the other is a link automatically disabling a user. The last one is used where clients no longer want to be part of the panel of respondents and clicking on the link created is an easy way for him or her to “leave” the panel.

Make sure to change the link text to fit the language of the user you are addressing and the situation that it will be sent for. If you wish to change the disable message on the disable page to which the user will be forwarded (the final page where user approves that he actually wishes to be disabled), then you will have to create or update the xml file located in: \CatGlobeWeb\OptOut\OptoutMessages.xml. It is also possible to define the error message to be given if the user reached the disable page with an old link no longer containing the correct information.

It is possible to set the text in different languages as well as define the language to be used if the one of the logged in user is not available. The XML format is shown below:

<OptoutMessages>

<OptoutMessage LanguageIso="en-US" Default="true">

<Error>We are unable to unsubcribe you from our mailing list via this link. This means you might still receive further survey invitations from us. Please contact us directly to have the problem solved. We are very sorry for this inconvenience</Error>

<Confirm>Never send me any invitations again.</Confirm>

</OptoutMessage>

<OptoutMessage LanguageIso="da-DK">

<Error>Vi kunne ikke afmelde dig fra vores mailing liste via dette link. Dette betyder at du stadigt vil modtage yderligere invitationer til undersøgelser fra os. Kontakt os venligst direkte for at få problemet løst. Vi undskylder ulejligheden</Error>

<Confirm>Send mig aldrig invitationer igen.</Confirm>

</OptoutMessage>

</OptoutMessages>