This section describes extensions to existing item descriptors in the profile repository.

Extensions to the User Item Descriptor

This section describes property additions and extensions for the user item descriptor.

autoLogin
Commerce Reference Store sets the autoLogin property default to true. This enables the ATG Commerce auto-login by profile feature, which allows registered customers to choose a “log me in automatically” option on your Web site. For more auto-login by profile information, see Tracking Registered Users in the ATG Personalization Programming Guide.

<dsp:setvalue bean="Profile.categoryLastBrowsed"
  paramvalue="categoryId" />

storeID
storeId is a CRS-specific property that tracks the current country store for a customer, thereby making sure a customer sees the correct catalog, price lists, and so on, for his or her country. If you are not running Commerce Reference Store’s Store.Estore.International module, this property is ignored.

Extensions to the credit-card Item Descriptor

Commerce Reference Store extends the credit-card item descriptor so that the credit card number is encrypted using the Triple DES encryption algorithm from the Sun JCE security provider. Out of the box, ATG Commerce doesn’t apply any encryption to credit card information.

 
loading table of contents...