Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

4 - Viewing the static page

4 - Viewing the static page

To deploy this tutorial's customizations to the Storefront and see the result, you will build both the ext-storefront project with your customizations as well as the ext-storefrot-webapp (found in the same directory as ext-storefront) that produces the Storefront web application.

  1. With the command prompt, navigate to ext-storefront and build the project with Maven:
    mvn install
  2. With the command prompt, navigate to ext-storefront-webapp and build the project with Maven:
    mvn install
  3. In the same directory as Step 2, launch the Storefront with Maven:
    mvn tomcat7:run-war
  4. In a browser, navigate to the Storefront:
    http://demo.elasticpath.com:8080/storefront
  5. Click the Privacy Policy link at the bottom of the page.

    tut_static_page_3.png

  6. You should now see the static Privacy Policy page.