A note from 2026: This article was published in 2016 and reflects the legacy hybris Accelerator JSP storefront and CMS template structure. SAP Commerce Cloud has since moved away from the hybris branding, and many projects now use SAP Composable Storefront instead of JSP-based Accelerator storefronts.

Introduction

CMS templates are quite complicated in terms of dependencies and overall structure. The reference in this post will allow you to see the big picture and avoid issues caused by shared tags or fragments.

I believe it might be useful for storefront developers to:

For example, hybris uses 24 different templates for the product page. Some of these files are used as components on other pages. For example, productPrimaryImage is used in 25 templates. If you change any template in the system, it is very likely that other pages or fragments will be affected.

There is a Perl tool that generates this structure.

Generated hybris CMS template structure reference

CMS Components

Fragments

JSP Pages

Account

Cart

Category

Checkout

Layout

Password Reset

Product

Search

Storefinder

Other

<cms/breadcrumbcomponent
   tags/nav/breadcrumb/breadcrumb
      themecode:breadcrumb.home


<cms/cmsproductlistcomponent
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/product/productListerItem
      themecode:text.addToCart
      tags/product/productPrimaryImage
      tags/product/productListerItemPrice
         themecode:text.volumePrices
      tags/product/productStars
      tags/product/productListerClassifications
      tags/action/actions
      themecode:product.view.details
      themecode:order.form
      themecode:text.addToCart.outOfStock
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe


<cms/languagecurrencycomponent
   tags/common/header/languageSelector
      themecode:text.language
   tags/common/header/currencySelector
      themecode:text.currency


<cms/listpickupinstoreaction
   tags/storepickup/clickPickupInStore
      themecode:basket.pickup.product.variant
      tags/product/productPrimaryImage
      themecode:basket.page.shipping.change.store
      themecode:basket.page.shipping.find.store
      themecode:basket.pickup.product.variant
      themecode:pickup.in.store
      themecode:basket.pickup.product.variant
      themecode:pickup.in.store


<cms/pickupinstoreaction
   tags/storepickup/clickPickupInStore
      themecode:basket.pickup.product.variant
      tags/product/productPrimaryImage
      themecode:basket.page.shipping.change.store
      themecode:basket.page.shipping.find.store
      themecode:basket.pickup.product.variant
      themecode:pickup.in.store
      themecode:basket.pickup.product.variant
      themecode:pickup.in.store
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe


<cms/productaddtocartcomponent
   tags/product/productAddToCartPanel
      themecode:basket.page.quantity
      themecode:product.variants.in.stock
      themecode:product.variants.only.left
      themecode:product.variants.available
      tags/product/productFutureAvailability
         themecode:basket.page.viewFuture
         themecode:basket.page.viewFuture
      themecode:order.form
      tags/action/actions


<cms/productcarouselcomponent
   tags/product/productPrimaryImage
   tags/product/productPrimaryImage


<cms/productfeaturecomponent
   tags/product/productPrimaryImage


<cms/productgridcomponent
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/product/productListerGridItem
      themecode:text.addToCart
      tags/product/productPrimaryImage
      themecode:text.addToCart.outOfStock
      tags/product/productStars
      tags/action/actions
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe


<cms/productreferencescomponent
   tags/product/productPrimaryImage


<cms/productrefinementcomponent
   tags/nav/facetNavAppliedFilters
      themecode:search.nav.appliedFilters
   tags/nav/facetNavRefinements
      themecode:search.nav.refinements
      tags/nav/facetNavRefinementStoresFacet
         themecode:text.hideFacet
         themecode:text.showFacet
         themecode:search.nav.facetTitle
         themecode:storeFinder.search
         themecode:storeFinder.line.text
         themecode:storeFinder.findStoresNearMe
         themecode:search.nav.changeLocation
         themecode:search.nav.resultsForStore
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetShowMore_${facetData.code}
      tags/nav/facetNavRefinementFacet
         themecode:text.hideFacet
         themecode:text.showFacet
         themecode:search.nav.facetTitle
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetShowMore_${facetData.code}
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetValueCount
         themecode:search.nav.facetShowLess_${facetData.code}


<cms/productvariantselectorcomponent
   tags/product/productVariantSelector
      tags/product/productImage
      themecode:product.variants.colour
      themecode:product.variants.size
      themecode:product.variants.select.style
      themecode:product.variants.select.size
      themecode:product.variants.in.stock
      themecode:product.variants.available
      themecode:product.variants.out.of.stock
      themecode:product.variants.size.guide
      themecode:product.variants.select.variant
      themecode:product.variants.in.stock
      themecode:product.variants.available
      themecode:product.variants.out.of.stock


<cms/searchresultsgridcomponent
   themecode:search.page.searchText
   tags/nav/searchSpellingSuggestion
      themecode:search.spellingSuggestion.prompt
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/product/productListerGridItem
      themecode:text.addToCart
      tags/product/productPrimaryImage
      themecode:text.addToCart.outOfStock
      tags/product/productStars
      tags/action/actions
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe


<cms/searchresultslistcomponent
   themecode:search.page.searchText
   tags/nav/searchSpellingSuggestion
      themecode:search.spellingSuggestion.prompt
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/product/productListerItem
      themecode:text.addToCart
      tags/product/productPrimaryImage
      tags/product/productListerItemPrice
         themecode:text.volumePrices
      tags/product/productStars
      tags/product/productListerClassifications
      tags/action/actions
      themecode:product.view.details
      themecode:order.form
      themecode:text.addToCart.outOfStock
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe


<cms/shareonsocialnetworkaction
   tags/product/productShareTag
      themecode:product.share.viewMoreServices
      themecode:product.share.share


<cms/simplesuggestioncomponent
   tags/product/productPrimaryImage


<fragments/address/countryAddressForm
   tags/address/addressFormElements
      tags/formElement/formSelectBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required


<fragments/cart/addToCartPopup
   themecode:text.addToCart
   themecode:${multidErrorMsg}
   themecode:${errorMsg}
   themecode:basket.added.to.basket
   themecode:popup.cart.showing
   tags/cart/popupCartItems
      tags/product/productPrimaryImage
      themecode:popup.cart.quantity.added
      themecode:product.variants.colour
      themecode:product.variants.size
   tags/cart/popupCartItems
      tags/product/productPrimaryImage
      themecode:popup.cart.quantity.added
      themecode:product.variants.colour
      themecode:product.variants.size
   themecode:checkout.checkout


<fragments/cart/cartPopup
   themecode:text.addToCart
   themecode:text.popupCartTitle
   themecode:popup.cart.showing
   themecode:popup.cart.empty
   tags/product/productPrimaryImage
   themecode:popup.cart.quantity
   themecode:product.variants.colour
   themecode:product.variants.size
   themecode:popup.cart.pickup
   themecode:popup.cart.total
   themecode:checkout.checkout


<fragments/cart/expandGridInCart
   tags/product/productOrderFormGrid
      tags/grid/grid
      tags/grid/grid
      tags/grid/grid


<fragments/checkout/billingAddressForm
   tags/address/billingAddressFormElements
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formSelectBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required


<fragments/checkout/readOnlyExpandedOrderForm
   tags/product/productOrderFormGrid
      tags/grid/grid
      tags/grid/grid
      tags/grid/grid


<fragments/checkout/termsAndConditionsPopup
   tags/checkout/termsAndConditions


<fragments/password/forgotPasswordValidationMessage
   tags/password/forgotPasswordValidation
      themecode:account.confirmation.forgotten.password.link.sent


<fragments/password/passwordResetRequestPopup
   tags/user/forgottenPwd
      themecode:forgottenPwd.title
      themecode:form.required
      themecode:forgottenPwd.description
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      themecode:forgottenPwd.submit


<fragments/product/futureStockPopup
   tags/product/productDetailsFutureStock
      tags/common/globalMessages
         themecode:${msg.code}
         themecode:${msg.code}
         themecode:${msg.code}
      themecode:product.product.details.future.title
      tags/product/productPrimaryImage
      themecode:product.product.details.future.date
      themecode:product.product.details.future.quantity


<fragments/product/quickViewPopup
   tags/product/productPrimaryImage
   tags/product/productStars
   themecode:review.based.on
   themecode:review.write.title
   themecode:product.product.details.more
   tags/product/productAddToCartPanel
      themecode:basket.page.quantity
      themecode:product.variants.in.stock
      themecode:product.variants.only.left
      themecode:product.variants.available
      tags/product/productFutureAvailability
         themecode:basket.page.viewFuture
         themecode:basket.page.viewFuture
      themecode:order.form
      tags/action/actions


<fragments/product/reviewsTab
   themecode:review.write.title
   themecode:review.no.reviews
   themecode:review.show.all
   themecode:review.number.of
   themecode:review.number.reviews
   tags/product/productStars
   themecode:review.submitted.by
   themecode:review.submitted.anonymous
   themecode:review.show.all


<fragments/product/storePickupSearchResults
   tags/storepickup/pickupStoreResults
      themecode:pickup.out.of.stock
      themecode:pickup.force.in.stock
      themecode:pickup.in.stock
      themecode:pickup.here.button
      themecode:text.addToCart
   tags/storepickup/pagination/storePickupPageSelectPagination
      themecode:pickup.pagination.last
      themecode:pickup.pagination.next
      themecode:pickup.pagination.previous
      themecode:pickup.pagination.first
   themecode:search.no.results
<pages/account/accountChangePasswordPage
   themecode:text.account.profile.updatePasswordForm
   themecode:form.required
   themecode:text.account.profile.updatePassword
   tags/formElement/formPasswordBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formPasswordBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formPasswordBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   themecode:text.account.profile.cancel
   themecode:text.account.profile.updatePasswordForm


<pages/account/accountEditAddressPage
   themecode:text.account.addressBook.addressDetails
   themecode:form.required
   themecode:text.account.addressBook.addEditform
   tags/address/addressFormSelector
      themecode:checkout.checkout.multi.deliveryAddress.viewAddressBook
      tags/formElement/formSelectBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/address/addressFormElements
         tags/formElement/formSelectBox
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
      tags/formElement/formCheckbox
         tags/template/errorSpanField
         themecode:${idKey}
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formCheckbox
         tags/template/errorSpanField
         themecode:${idKey}
         themecode:${labelKey}
         themecode:login.required
      themecode:checkout.multi.cancel
      themecode:checkout.multi.saveAddress
      themecode:checkout.multi.deliveryAddress.continue
   tags/address/suggestedAddresses
      themecode:checkout.multi.deliveryAddress.selectSuggestedAddress
      themecode:checkout.summary.deliveryAddress.useThisAddress
      themecode:checkout.multi.deliveryAddress.addressSuggestions.addressNotFound
      themecode:checkout.multi.deliveryAddress.selectSuggestedAddress.sumbitAsIs


<pages/account/accountLayoutPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: SideContent
   slot: TopContent
   slot: BodyContent
   slot: BottomContent
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/account/accountLoginPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: LeftContentSlot
   slot: RightContentSlot
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/account/accountNewCustomerLogin
   tags/user/register
      themecode:register.new.customer
      themecode:form.required
      themecode:register.description
      tags/formElement/formSelectBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formPasswordBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formPasswordBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required


<pages/account/accountOrderDetailItems
   tags/order/orderUnconsignedEntries
      themecode:order.orderItems
      themecode:text.productDetails
      themecode:text.quantity
      themecode:text.itemPrice
      themecode:text.total
      tags/product/productPrimaryImage
   themecode:text.account.order.title.inProgressItems
   tags/order/accountOrderDetailsItem
      themecode:text.account.order.warning.storePickUpItems
      themecode:text.account.order.title.storePickUpItems
      themecode:text.account.order.title.deliveryItems
      themecode:text.account.order.consignment.status.${consignment.statusDisplay}
      themecode:text.account.order.tracking
      themecode:text.account.order.consignment.trackingID.notavailable
      themecode:text.account.order.title.storePickUpItems
      themecode:text.account.order.title.deliveryItems
      themecode:text.account.order.pickup.location
      themecode:text.product
      themecode:text.productDetails
      themecode:text.quantity
      themecode:text.itemPrice
      themecode:text.total
      tags/product/productPrimaryImage
   tags/order/accountOrderDetailsItem
      themecode:text.account.order.warning.storePickUpItems
      themecode:text.account.order.title.storePickUpItems
      themecode:text.account.order.title.deliveryItems
      themecode:text.account.order.consignment.status.${consignment.statusDisplay}
      themecode:text.account.order.tracking
      themecode:text.account.order.consignment.trackingID.notavailable
      themecode:text.account.order.title.storePickUpItems
      themecode:text.account.order.title.deliveryItems
      themecode:text.account.order.pickup.location
      themecode:text.product
      themecode:text.productDetails
      themecode:text.quantity
      themecode:text.itemPrice
      themecode:text.total
      tags/product/productPrimaryImage


<pages/account/accountOrderDetailOrderTotals
   themecode:text.account.order.orderNumber
   themecode:text.account.order.orderPlaced
   themecode:text.account.order.status.display.${orderData.statusDisplay}
   themecode:text.account.order.orderStatus
   tags/order/receivedPromotions
      themecode:text.account.order.receivedPromotions
   tags/order/orderTotalsItem
      themecode:text.account.order.orderTotals
      themecode:text.account.order.total
      themecode:text.account.order.subtotal
      themecode:text.account.order.savings
      themecode:text.account.order.delivery
      themecode:text.account.order.netTax


<pages/account/accountOrderDetailShippingInfo
   tags/order/deliveryAddressItem
      themecode:text.deliveryAddress
      themecode:checkout.pickup.no.delivery.required
   tags/order/deliveryMethodItem
      themecode:text.deliveryMethod
      themecode:checkout.pickup.items.to.pickup
      themecode:checkout.pickup.store.destinations
   tags/order/billingAddressItem
      themecode:paymentMethod.billingAddress.header
      themecode:paymentMethod.billingAddress.header
   tags/order/paymentDetailsItem
      themecode:text.paymentDetails
      themecode:paymentMethod.paymentDetails.expires


<pages/account/accountOrderHistoryPage
   themecode:text.account.orderHistory
   themecode:text.account.orderHistory.viewOrders
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   themecode:text.account.orderHistory.orderNumber
   themecode:text.account.orderHistory.orderStatus
   themecode:text.account.orderHistory.datePlaced
   themecode:text.account.orderHistory.total
   themecode:text.account.orderHistory.actions
   themecode:text.account.order.status.display.${order.statusDisplay}
   tags/action/actions
   tags/nav/pagination
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.totalResults
      themecode:${themeMsgKey}.sortTitle
      themecode:${themeMsgKey}.sort.${sort.code}
      themecode:${themeMsgKey}.showPageResults
      tags/nav/pagination/pageSelectionPagination
         themecode:${themeMsgKey}.firstPage
         themecode:${themeMsgKey}.linkPreviousPage
         themecode:${themeMsgKey}.linkNextPage
         themecode:${themeMsgKey}.lastPage
      themecode:${themeMsgKey}.showAllResults
   themecode:text.account.orderHistory.noOrders


<pages/account/accountProfileEditPage
   themecode:text.account.profile
   themecode:form.required
   themecode:text.account.profile.updateForm
   tags/formElement/formSelectBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formInputBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formInputBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   themecode:text.account.profile.cancel
   themecode:text.account.profile.saveUpdates


<pages/account/accountProfileEmailEditPage
   themecode:text.account.change.email.address
   themecode:form.required
   themecode:text.account.profile.updateEmailAddress
   tags/formElement/formInputBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formInputBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   tags/formElement/formPasswordBox
      tags/template/errorSpanField
      themecode:${labelKey}
      themecode:login.required
   themecode:text.account.profile.cancel
   themecode:text.account.profile.saveUpdates


<pages/account/accountReturningCustomerLogin
   tags/user/login
      themecode:login.title
      themecode:form.required
      themecode:login.description
      themecode:${message}
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      tags/formElement/formPasswordBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      themecode:login.link.forgottenPwd
      themecode:${actionNameKey}
<pages/cart/cartDisplay
   themecode:checkout.checkout
   tags/cart/cartItems
      themecode:basket.page.title.yourItems
      themecode:basket.page.cartId
      themecode:basket.page.title
      themecode:basket.page.itemPrice
      themecode:basket.page.quantity
      themecode:basket.page.shipping
      themecode:basket.page.total
      tags/product/productPrimaryImage
      themecode:basket.page.quantity
      themecode:basket.page.update
      themecode:text.iconCartRemove
      themecode:text.iconCartRemove
      themecode:basket.page.shipping.ship
      themecode:basket.page.shipping.pickup
      tags/storepickup/clickPickupInStore
         themecode:basket.pickup.product.variant
         tags/product/productPrimaryImage
         themecode:basket.page.shipping.change.store
         themecode:basket.page.shipping.find.store
         themecode:basket.pickup.product.variant
         themecode:pickup.in.store
         themecode:basket.pickup.product.variant
         themecode:pickup.in.store
      tags/storepickup/pickupStorePopup
         themecode:pickup.product.availability
         themecode:basket.page.quantity
         themecode:pickup.search.message
         themecode:pickup.search.button
         themecode:storeFinder.findStoresNearMe


<pages/cart/cartPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   themecode:basket.add.to.cart
   themecode:cart.page.checkout
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   tags/cart/cartValidation
      themecode:basket.validation.${modification.statusCode}
   tags/cart/cartPickupValidation
      themecode:basket.error.no.pickup.location
   slot: TopContent
   slot: CenterLeftContentSlot
   slot: CenterRightContentSlot
   slot: BottomContentSlot
   slot: EmptyCartMiddleContent
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/cart/cartPromotionsDisplay
   tags/cart/cartPromotions
      themecode:basket.received.promotions


<pages/cart/cartTotalsDisplay
   tags/cart/cartTotals
      themecode:order.order.totals
      themecode:basket.page.totals.total
      themecode:basket.page.totals.subtotal
      themecode:basket.page.totals.savings
      themecode:basket.page.totals.delivery
      themecode:basket.page.totals.netTax
      tags/cart/taxExtimate
         themecode:basket.page.totals.deliverycountry
         themecode:basket.page.totals.estimatedZip
         themecode:basket.page.totals.estimatetaxesbutton
         themecode:basket.page.totals.estimatedtotaltax
         themecode:basket.page.totals.estimatedtotal
      themecode:basket.page.totals.grossTax
      themecode:basket.page.totals.noNetTax
   tags/cart/ajaxCartTotals
      themecode:order.order.totals
      themecode:basket.page.totals.total
      themecode:basket.page.totals.subtotal
      themecode:basket.page.totals.savings
      themecode:basket.page.totals.delivery
      themecode:basket.page.free
      themecode:basket.page.totals.netTax
      themecode:basket.page.totals.grossTax
      themecode:basket.page.totals.noNetTax


<pages/cart/checkoutDisplay
   tags/cart/cartExpressCheckoutEnabled
   themecode:checkout.checkout
   themecode:checkout.checkout.flow.select
   themecode:checkout.checkout.multi
   themecode:checkout.checkout.multi.pci
   themecode:checkout.checkout.multi.pci.select
   themecode:checkout.checkout.multi.pci-hop
   themecode:checkout.checkout.multi.pci-sop


<pages/cart/potentialPromotionsDisplay
   tags/cart/cartPotentialPromotions
      themecode:basket.potential.promotions


<pages/cart/promotionsAndExpressDisplay
   tags/cart/cartPromotions
      themecode:basket.received.promotions
   tags/cart/cartPotentialExpressCheckoutInfoBox
      tags/cart/cartExpressCheckoutEnabled
<pages/category/categoryPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: Section1
   tags/nav/categoryNav
      tags/nav/categoryNavLinks
         themecode:search.nav.refinements
         themecode:search.nav.categoryNav
      tags/nav/facetNavAppliedFilters
         themecode:search.nav.appliedFilters
      tags/nav/facetNavRefinements
         themecode:search.nav.refinements
         tags/nav/facetNavRefinementStoresFacet
            themecode:text.hideFacet
            themecode:text.showFacet
            themecode:search.nav.facetTitle
            themecode:storeFinder.search
            themecode:storeFinder.line.text
            themecode:storeFinder.findStoresNearMe
            themecode:search.nav.changeLocation
            themecode:search.nav.resultsForStore
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetShowMore_${facetData.code}
         tags/nav/facetNavRefinementFacet
            themecode:text.hideFacet
            themecode:text.showFacet
            themecode:search.nav.facetTitle
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetShowMore_${facetData.code}
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetValueCount
            themecode:search.nav.facetShowLess_${facetData.code}
   slot: Section4
   slot: Section2
   slot: Section3
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/category/productGridPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: Section1
   slot: ProductLeftRefinements
   slot: ProductGridSlot
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/category/productListPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: Section1
   slot: ProductLeftRefinements
   slot: ProductListSlot
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts
<pages/product/productLayout1Page
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: Section1
   tags/product/productDetailsPanel
      themecode:text.addToCart
      tags/product/productImagePanel
         themecode:general.zoom
         tags/product/productPrimaryImage
         themecode:general.zoom
      tags/product/productPricePanel
         themecode:product.volumePrices.column.qa
         themecode:product.volumePrices.column.price
      tags/product/productReviewSummary
         tags/product/productStars
         themecode:review.based.on
         themecode:review.based.on.one
         themecode:review.write.title
      tags/product/productPromotionSection
   slot: CrossSelling
   slot: Section3
   slot: UpSelling
   tags/product/productPageTabs
      themecode:product.product.details
      tags/product/productDetailsTab
         tags/product/productDetailsClassifications
      themecode:review.reviews
      tags/product/productPageReviewsTab
         themecode:review.write.title
         themecode:review.required
         themecode:review.write.description
         tags/formElement/formInputBox
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         tags/formElement/formTextArea
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         themecode:review.rating
         themecode:review.rating.alt
         tags/formElement/formInputBox
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         themecode:review.submit
         themecode:review.submit
         themecode:review.back
   slot: Section4
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/product/productLayout2Page
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: Section1
   tags/product/productDetailsPanel
      themecode:text.addToCart
      tags/product/productImagePanel
         themecode:general.zoom
         tags/product/productPrimaryImage
         themecode:general.zoom
      tags/product/productPricePanel
         themecode:product.volumePrices.column.qa
         themecode:product.volumePrices.column.price
      tags/product/productReviewSummary
         tags/product/productStars
         themecode:review.based.on
         themecode:review.based.on.one
         themecode:review.write.title
      tags/product/productPromotionSection
   slot: CrossSelling
   slot: Section3
   slot: UpSelling
   tags/product/productPageTabs
      themecode:product.product.details
      tags/product/productDetailsTab
         tags/product/productDetailsClassifications
      themecode:review.reviews
      tags/product/productPageReviewsTab
         themecode:review.write.title
         themecode:review.required
         themecode:review.write.description
         tags/formElement/formInputBox
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         tags/formElement/formTextArea
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         themecode:review.rating
         themecode:review.rating.alt
         tags/formElement/formInputBox
            tags/template/errorSpanField
            themecode:${labelKey}
            themecode:login.required
         themecode:review.submit
         themecode:review.submit
         themecode:review.back
   slot: Section4
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/product/productOrderFormPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/product/productDetailsJavascript
   themecode:${message}
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   tags/product/productPrimaryImage
   tags/product/productPricePanel
      themecode:product.volumePrices.column.qa
      themecode:product.volumePrices.column.price
   tags/product/productFormAddToCartPanel
      themecode:order.form.total
      themecode:product.grid.itemsText
      themecode:product.view.details
      themecode:text.addToCart
      themecode:text.addToCart
      themecode:basket.add.to.basket
   tags/grid/gridLegend
      themecode:product.grid.in.stock
      themecode:product.grid.availability
      themecode:product.variants.out.of.stock
   themecode:product.grid.expand
   themecode:product.grid.future.tooltip.error
   themecode:product.grid.future.tooltip.delivery
   themecode:product.grid.future.tooltip.qty
   themecode:product.grid.confirmQtys.message
   tags/product/productOrderFormGrid
      tags/grid/grid
      tags/grid/grid
      tags/grid/grid
   tags/product/productOrderFormJQueryTemplates
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts
<pages/search/searchEmptyPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: SideContent
   themecode:search.no.results
   slot: MiddleContent
   tags/nav/searchSpellingSuggestion
      themecode:search.spellingSuggestion.prompt
   slot: BottomContent
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/search/searchGridPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: ProductLeftRefinements
   slot: SearchResultsGridSlot
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/search/searchListPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: ProductLeftRefinements
   slot: SearchResultsListSlot
   tags/storepickup/pickupStorePopup
      themecode:pickup.product.availability
      themecode:basket.page.quantity
      themecode:pickup.search.message
      themecode:pickup.search.button
      themecode:storeFinder.findStoresNearMe
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts
<pages/storeFinder/storeFinderContent
   tags/store/storeSearch
      themecode:storeFinder.find.a.store
      themecode:storeFinder.use.this.form
      tags/formElement/formInputBox
         tags/template/errorSpanField
         themecode:${labelKey}
         themecode:login.required
      themecode:storeFinder.search
      themecode:storeFinder.findStoresNearMe
   tags/store/storesMap
   tags/store/storeListForm
      themecode:storeFinder.table.store
      themecode:storeFinder.table.distance
      themecode:storeFinder.table.address
      themecode:storeFinder.table.opening
      tags/store/storeImage
      tags/action/actions
      tags/store/openingSchedule
         themecode:storeDetails.table.opening.closed
      tags/nav/pagination
         themecode:${themeMsgKey}.totalResults
         themecode:${themeMsgKey}.totalResults
         themecode:${themeMsgKey}.sortTitle
         themecode:${themeMsgKey}.sort.${sort.code}
         themecode:${themeMsgKey}.showPageResults
         tags/nav/pagination/pageSelectionPagination
            themecode:${themeMsgKey}.firstPage
            themecode:${themeMsgKey}.linkPreviousPage
            themecode:${themeMsgKey}.linkNextPage
            themecode:${themeMsgKey}.lastPage
         themecode:${themeMsgKey}.showAllResults


<pages/storeFinder/storeFinderDetailsPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   themecode:storeDetails.title
   tags/store/storeDetails
      themecode:storeDetails.table.distance
      themecode:storeDetails.table.distanceFromSource
      themecode:storeDetails.table.distanceFromCurrentLocation
      themecode:storeDetails.table.telephone
      themecode:storeDetails.table.email
      themecode:storeDetails.table.opening
      tags/store/openingSchedule
         themecode:storeDetails.table.opening.closed
      themecode:storeDetails.table.openingSpecialDays
      tags/store/openingSpecialDays
         themecode:storeDetails.table.opening.closed
      themecode:storeDetails.table.features
   tags/store/storeImage
   tags/store/storeMap
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/storeFinder/storeFinderSearchPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/globalMessages
      themecode:${msg.code}
      themecode:${msg.code}
      themecode:${msg.code}
   slot: TopContent
   slot: MiddleContent
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts


<pages/storeFinder/storeFinderViewMapPage
   tags/template/page
   themecode:img.favIcon
   tags/template/styleSheets
      tags/template/cms/previewCSS
   themecode:text.skipToContent
   themecode:text.skipToNavigation
   tags/common/header/header
      themecode:text.swithToMobileStore
      themecode:text.backToMobileStore
      themecode:header.welcome
      themecode:header.link.login
      themecode:header.link.account
      themecode:general.find.a.store
      themecode:header.link.logout
   tags/nav/topNavigation
   tags/common/header/bottomHeader
   tags/cart/cartRestoration
      themecode:basket.restoration.${restorationErrorMsg}
      themecode:basket.restoration
      themecode:basket.restoration.view.cart
      themecode:basket.restoration.delivery.changed
      themecode:basket.restoration.delivery.changed
   tags/common/footer/footer
   tags/template/javaScript
      tags/template/javaScriptVariables
         themecode:password.strength.veryweak
         themecode:password.strength.weak
         themecode:password.strength.medium
         themecode:password.strength.strong
         themecode:password.strength.verystrong
         themecode:password.strength.unsafepwd
         themecode:password.strength.tooshortpwd
         themecode:password.strength.minchartext
         themecode:aria.pickupinstore.loading
         themecode:aria.pickupinstore.storesloaded
         tags/template/javaScriptAddOnsVariables
      tags/template/cms/previewJS
   tags/common/header/addonScripts

© Rauf Aliev, September 2016