Web Shop Developer
The section Administration - WWW contains the web shop definition.
First go to HTML Templates. There you will find the templates which
will dynamically be filled with content data when requested by the web
server. The main entrance is the page called main. Do not rename
this page! If you open it, you see pure HTML. Any HTML designer may modify
it to meet your expectations.
In the HTML header section the main
page references to <link rel="stylesheet" href="/essFile/10000/4.css">.
This file is also created in ESS in the HTML Templates list. The URL
column gives you the path to this file needed by the web browser. This is
the way to create new files and reference so that the browser can find it.
The
menu file is the second crucial file in the ESS web system. Here
the complete web browser menu is built. Do not delete this file either.
In
the main page, the tag <jq:ContentBody/> will be exchanged by the content
of the current context. The context is determined by the navigation/menu
the web user has chosen.
Check out the Admin
section.
