user manual

Configuring AquaLogic Commerce Services
34 BEA AquaLogic Commerce Services Deployment Guide
The same key must be used in all places in order for the credit card numbers
that have been encrypted in the Storefront to be correctly decrypted and
masked in the other applications.
One Page Checkout
One Page checkout is included as part of the AquaLogic Commerce Services install. It is enabled
by setting "onepage.enable" to "true". You can always revert back to using the standard checkout
process by changing this value to "false".
<onepage>
<property name="onepage.enable" value="false"/>
</onepage>
PowerReviews Product Reviews (optional)
You must have setup an account with PowerReviews to use this functionality. Once setup
correctly, PowerReviews product reviews can be enabled by setting "powerreviews.enable" to
"true". You can disable PowerReviews product reviews by setting this value to "false" and no
product review information will display on the Storefront.
AquaLogic Commerce Services trial edition comes setup with a demo PowerReviews merchant
account with some sample reviews, but any reviews created with this demo merchant id will not
display on your Storefront. Once you have setup an account with PowerReviews, replace the
value of "powerreviews.merchantid" with the merchant id assigned to you by PowerReviews.
<powerreviews>
<property name="powerreviews.enable" value="true"/>
<property name="powerreviews.merchantid" value="7609"/>
</powerreviews>
ep-treecache.xml
AquaLogic Commerce Services implements a specialized caching system for product information
only. JBoss Cache is used as the underlying implementation of this product cache and several
parameters of the JBoss Cache can be configured in ep-treecache.xml. Note that this caching
system is used only when the singleCachingProductRetrieveStrategy is configured as the strategy
for retrieving products. Product retrieval strategies are configured in ServiceSF.xml.
Tree Cache file locations:
ep-treecache.xml is located in
<ALCS_APP_HOME>\commerceServices\WEB-INF\classes\
ServiceSF.xml is located in <ALCS_APP_HOME>\WEB-
INF\conf\spring\service\