You can enable personalization ID for your HCL Commerce site by editing the
HCL Commerce configuration file.
Before you begin
Ensure that you have completed the following tasks:
Procedure
-
Open the HCL Commerce configuration
file.
-
Search for the
PersonalizationId
node.
-
Set the value of the
enable
attribute to true
, as shown in
the following sample:
<PersonalizationId display="false" enable="true"/>
Optional:
To ensure a shopper is forgotten after logging off, set the value of the
logoffRefresh
attribute to true, as shown in the following
sample:
<PersonalizationId display="false" enable="true" logoffRefresh="true"/>
For
more information, see
Forgetting shoppers after logging off.