Java Shop - 123JavaShop - Tutorial

Administration Manual

Administration: Login Page

After install you will first redirected for setting admin password to a formular page. Then you can login with your password to the administration frontend at (http://localhost:8080/admin/Login.jsp or http://localhost:port/context-path/admin/Login.jsp).

Administration: Overview Page

First page of the administration user interface. It shows an overview about the first level products and product groups that can be navigated, edited or deleted.

Below the logo image on header a horizontal menue are shown.

Following actions are possible:

  • administration account configuration -> Link "Administration"
  • create new products -> Link "New Product"
  • create new product groups -> Link "New Category"
  • show overview about all orders -> Link "Order Overview"
  • logout -> Link "Logout"

Administration: Create/Edit Product Page

The customer can edit or create a new product on this page. Following informations can be inputted:

  • Name -> name of the product/article
  • Price -> price of the article
  • SEO Parameters -> keywords for search engine, will be embedded at the head tag of the product page
  • Visibility -> controls the visibility of a product in the online shop
  • Rank -> controls the rank of product in the product group
  • Parent Category -> e.g. shoes -> shoes for women, manage membership to a product category, nothing for listening at root overview page/category
  • Shortdescription -> will be shown at the product overview page
  • Description -> will be shown at the product details page
  • Additional Features -> will be shown at the details page, e.g. color -> red|black|blue|white
  • Images -> upload and delete of preview and original images

Administration: Create/Edit Product Category Page

The customer can edit or create a new product category on this page. Following informations can be inputted:

  • Name -> name of the product category
  • SEO Parameters -> keywords for search engine, will be embedded in head tag of the product page
  • Rank -> controls the rank of product in the product group
  • Parent Category -> e.g. shoes -> shoes for women -> sport shoes, manage membership to a product category, nothing for listening at root overview page/category
  • Description -> will be shown at the product details page
  • Images -> upload and delete of product group image

Administration: Account Page

Here the customer can change account data (firstname, lastname, password) of the administrator.