Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.89 KB

File metadata and controls

38 lines (26 loc) · 1.89 KB

Install CMS modules and example content

There are a number of CMS packages that can be installed in SDL Tridion 2013 SP1/SDL Web 8. The following packages are provided:

  • ECommerceModules_v1.1.0.zip - Contains for E-Commerce and Navigation modules
  • ECommerceWhiteLabelDesign_v1.1.0.zip - Contains additions to the DXA white label design for the E-Commerce Framework
  • ECommerceContentStructure_v1.1.0.zip - E-Commerce content types and page types, base content structure
  • ECommercePageStructure_v1.1.0.zip - E-Commerce page structure
  • FredhopperExampleContent_v1.1.0.zip - Example content for Fredhopper (optional)
  • HybrisExampleContent_v1.1.0.zip - Example content for Hybris (optional)
  • DemandwareExampleContent_v1.1.0.zip - Example content for Demandware (optional)

Instructions

Before running the import script the needed DLLs needs to be copied. See Import/Export DLLs for further information.

The CMS import script is generic and is used for all packages. The syntax for calling the script:

To setup CMS data the packages needs to be imported in the following order:

  1. Setup modules: .\cms-import.ps1 -moduleZip ECommerceModules_v1.1.0.zip
  2. Install updated white label design: .\cms-import.ps1 -moduleZip ECommerceWhiteLabelDesign_v1.1.0.zip
  3. Setup content structure: .\cms-import.ps1 -moduleZip ECommerceContentStructure_v1.1.0.zip
  4. Setup page structure: .\cms-import.ps1 -moduleZip ECommercePageStructure_v1.1.0.zip
  5. Optional setup example content for the current E-Commerce system:
    • Fredhopper: .\cms-import.ps1 -moduleZip FredhopperExampleContent_v1.1.0.zip
    • Hybris: .\cms-import.ps1 -moduleZip HybrisExampleContent_v1.1.0.zip
    • Demandware: .\cms-import.ps1 -moduleZip DemandwareExampleContent_v1.1.0.zip