Tutorials > Customize the Consumer Direct sample store > Customizing the consumer direct sample store using snippets
Summary of customizing the consumer direct sample store using snippets
In this tutorial you learned that: JSP code snippets can be added to the store pages to display store assets such as sales catalogs and e-Marketing Spots; E-mail activities use e-mail templates, and these templates can be modified to display e-Marketing spots; Object snippets help you collect and display information in the store. Object snippets use JSTL in place of Java code.
More informationTo learn more about the topics covered in this tutorial, consider the following sources:
JSP code and object snippets
- Samples gallery
- Example: Using JSP code and object snippets This page summarizes the changes made to CachedSidebarDisplay.jsp to use JSP code and object snippets.
Publish a consumer direct sample store
- Publish a store archive using the Publish wizard
- Publish multiple store archives of one type per instance
Sales catalogs JSP snippet
- Sales Catalogs
- Support globalization
- Cultural considerations
- Localized store assets
- Use resource bundles in store pages
e-Marketing Spot JSP snippet
- Promotions
- e-Marketing Spots
- JSP programming best practice: Use Commerce-specific maps to access request parameters
E-mail activities
Catalog Entry Thumbnail Display object snippet
- Object snippets
- JSP programming best practice: Use JSTL in place of Java code
- JSP pages in the consumer direct sample store that use object snippets.
- The object snippet AddressDisplay.jspf is used in the JSP page: Stores\Web Content\MyApparelStore\UserArea\AccountSection\AddressbookSubsection\AddressBookDisplay.jsp.
- The object snippet AddressEntryFormDisplay.jspf is used in the JSP page: Stores\Web Content\MyApparelStore\UserArea\AccountSection\AddressbookSubsectionAddressForm.jsp.