The following table describes the key properties of the StoreConfiguration component:

Property Name

Description

backInStockFromAddress

The sender address for emails notifying customers a previously backordered SKU is back in stock.

customerServiceEmailAddress

The recipient email address for contacting customer service on the Customer Service page.

giftCertificateFromAddress

The sender address for emails notifying recipients of store gift certificates.

newPasswordFromAddress

The sender address for emails supplying a new password when a user forgets his or her password.

orderConfirmationFromAddress

The sender address for emails providing order confirmation information after an order is placed.

orderShippedFromAddress

The sender address for emails notifying customers their orders have been shipped.

promotionEmailAddress

The sender address for any promotions that generate customer emails.

resourceBundle

The path to the default resource bundle containing the translatable text for the store pages. This must be the fully qualified name of the resource bundle, but it is not necessary to specify the translated variants of the bundle. This property is set to atg.projects.store.web.WebAppResources by default.

emailAFriendEnabled

Indicates whether the store supports the “email a friend” feature. This feature is enabled by default.

defaultCountry

Indicates the default country store. This value is set to US by default.

requireCreditCardVerification

Indicates whether orders paid by credit card must include the credit card verification code. Verification codes are required by default.

dojoUrl

The path to the dojo.js file used by this store.

dojoDebug

Indicates whether Dojo debugging is enabled. Debugging is disabled by default.

defaultPageSize

The default number of products to be displayed on a subcategory or search results page.

newProductThresholdDays

The maximum number of days since a given product’s creationDate for the product to be considered new. Note: By default, ATG Store does not make use of this logic; instead, certain products are hard-coded as new. See the Product Catalog chapter for more information.

mandatoryStateCountryList

The list of countries for which state is a required address field. This value is set to US by default.

atgSearchInstalled

Boolean indicating if ATG Search is available. This property is false by default, but is set to true if the application includes the Store.Search module. Used on JSP pages to determine the search forms to use and to decide whether to render facets.

useSearchForSubcategoryProductList

Boolean indicating if an ATG Search request should be used to obtain the list of products in a subcategory. Default is false, which means standard catalog navigation is used to obtain the list. Using ATG Search enables the use of Search Merchandising rules or Search sort options to control ordering. Using standard catalog navigation gives better performance and allows merchandisers to control ordering through the category’s fixedChildProducts list.

 
loading table of contents...