ATG Commerce Reference Store provides code, configuration, and data for simulating a complete working Commerce site and supporting environment. Commerce Reference Store includes support for:
An ATG Content Administration system for managing and deploying site assets
A production system that runs the storefront
Catalog search facilities using ATG Search
Internationalization, including a German country store
Integration with other ATG applications such as ATG Commerce Service Center
Integration with third-party software
ATG Commerce Reference Store is intended to illustrate best practices for creating a store with ATG Commerce. You can use the application as a template for building your own store. The Commerce Reference Store installation includes all of the CRS-specific source code used in the application, including all Java, JSP, JavaScript, and Cascading Stylesheet (CSS) files:
Java class files are located in the
/src
subdirectories of the various Commerce Reference Store application modules. For example, class files for CRS-specific extensions to the ATG Commerce Fulfillment system are found in<ATG9dir>/CommerceReferenceStore/Store/Fulfillment/src/
. More general functionality is found in<ATG9dir>/CommerceReferenceStore/Store/EStore/src/
.JSPs, JavaScript files, and CSS files are located in subdirectories of the ATG Store web application top-level directory,
<ATG9dir>/CommerceReferenceStore/Store/Storefront/j2ee-apps/Storefront/store.war/
. Note that throughout this manual, references to these files are always relative to this directory. So, for example,/browse/category.jsp
refers to thecategory.jsp
file in thebrowse/
subdirectory ofstore.war/
.