Privacy feature – GDPR
In this feature, you can:
- Enable privacy features
To enable this feature, do the following:
- Login to your WebStore Manager.
- Go to Settings > Privacy Settings.
Enabling privacy features
- Tick the box Enable privacy settings panel, in which case it then shows all the options below.
- Specify the text and text labels to be used on inputs in the Privacy Panel, which will automatically appear on your WebStore.
- Click Save Settings.
- We also provide two tabs which reference new, built-in Privacy Settings and Terms & Conditions pages.
- Here, you can enter the necessary policy texts.
- To save changes, you need to click save icon in top-left corner of content manager.

- These new pages are modelled on About Us and Contact Us – they exist on all stores and have dedicated URLs:
- /store/go/terms-and-conditions/
- /store/go/privacy-policy/
Panels
- There are 8 panels in total, some of them become visible based on config options.
- There is a global NitroScript list variable called privacysettings, which contains all of the text entered on the Privacy Settings page.
- For example, to output the cookie message in a NitroScript template, you would include this tag:{privacysettings[‘cookiemessage’]}
- List of all available panels and variables below:
Terms and conditions
{privacysettings[‘panelheading’]} – prints heading of Terms and Conditions panel
{privacysettings[‘bodytext’]} – prints body text of Terms and Conditions panel
{privacysettings[‘consentlabel’]} – prints consent label of Terms and Conditions panel
{privacysettings[‘privacy_consent’]} – prints privacy consent of Terms and Conditions panel
Links to terms & conditions and privacy policy pages
{privacysettings[‘store_policies’]} – prints Terms & Conditions and Privacy Policy Pages panel
Contact us page
{privacysettings[‘contactus_header’]} – prints heading of Contact Us panel
{privacysettings[‘contactus_body’]} – prints body text of Contact Us panel
{privacysettings[‘contactus_consent’]} – prints privacy consent of Contact Us panel
Mailing list
This panel becomes visible if you have a mailing list integration enabled, such as with MailChimp or Constant Contact.
{privacysettings[‘mailing_list_heading’]} – prints heading of Mailing List panel
{privacysettings[‘mailinglistbodytext’]} – prints body text of Mailing List panel
{privacysettings[‘privacy_privacymailingconsent’]} – prints consent text of Mailing List panel
Cookie notice
You are required to display a notice to your users indicating whether, how, and why your site uses cookies. You can set it using “Enable a cookie warning” option or “Enable a cookie warning/informational popup to comply with EU privacy laws” in All Config Options.
{privacysettings[‘cookiemessage’]} – prints text of Cookie Notice panel
Gift registries
This panel becomes visible if you have enabled Gift Registries under Products > Lists & Registries.
{privacysettings[‘giftregistry_panelheading’]} – prints heading of Gift Registries panel
{privacysettings[‘giftregistry_bodytext’]} – prints body text of Gift Registries panel
{privacysettings[‘giftregistry_privacy_consent’]} – prints consent text of Gift Registries panel
Back In Stock Notifications
This panel becomes visible if you have enabled back in stock notifications in all config options.
{privacysettings[‘backinstock_header’]} – prints heading of Back In Stock Notifications panel
{privacysettings[‘backinstock_body’]} – prints body text of Back In Stock Notifications panel
{privacysettings[‘backinstock_consent’]} – prints consent text of Back In Stock Notifications panel
Tell a Friend Pages
This panel becomes visible if you have enabled ”Show the tell-a-friend link on product pages” in all config options or you have list/gift registry enabled under Products > Lists & Registries.
{privacysettings[‘tellafriend_heading’]} – prints heading of Tell a Friend panel
{privacysettings[‘tellafriend_bodytext’]} – prints body text of Tell a Friend panel
{privacysettings[‘tellafriend_consent’]} – prints consent text of Tell a Friend panel
Contact us
If you have any problems with this feature, contact our support team by opening a ticket.
