ExperShop Lite Administration


Home Contents

Please email any bug reports, comments or suggestions to ExperLog's Online Support


ExperShop Lite comes with a specific servlet dedicated for shop administration tasks:
  • com.expershop.lite.ESAdminServlet The ExperShop Lite adminitration tool
This servlet they requires the user to log in as Administrator, using the Administrator password defined in the ExperShop Lite configuration file.

Entering the Shop Administration Tool

Once your ExperShop Lite is installed and the demo shop works, just select http://your-shop-url/servlet/com.expershop.lite.ESAdminServlet to start with the administration tool.

You will then be requested to log in as administrator: unless you modified the password, its default value is admin.

Type in the password, then submit the form: you are now logged as Administrator, follow the links!

See the Online Demo (the password is admin).

Order Management

When a customer places an order, the order is created in the database with a status set to NEW.

The administration servlet allow the shop administrator to change the order's status while processing the order: PROCESSING means the shop staff is currently processing the order, and PROCESSED means the items have been delivered to the customer.

PROCESSED orders can then be deleted by the shop administrator on demand.

Catalog Updates

No online demo is provided, otherwise users might alter the sample shop content.

The Catalog Update tool allows the user to create/edit/delete Shop departments and Products.

Note this can be done directly in SQL on the database, which is faster if you wish to insert many items.