Eshop / 02. Structure
Updated: 04. January 2019
Author: Peter Širka

02. Structure

Professional Support Chat with contributors

Administration

  • default URL address for admin http://127.0.0.1:8000/admin/
  • login: admin
  • password: admin

Important notes

Eshop uses CMS functionality which is documented in CMS section. So if you want to create some widgets or you want to understand a functionality of Pages, Posts or Notices then you need to read CMS section.


Settings

Settings part contain very important information like domain settings, email and SMTP settings, categories and templates. Each instance needs to be configured before some content will be created.

Orders

Orders section contains all registered orders. You can create an order manually in this section (as MOTO Mail Order Telephone Order).

Products

Products section contains all registered products which you want to sell to your customers. This section supports export/import products in JSON format.

Pages

Pages section contains all registered pages and in this section you can edit links in all registered navigations. With CMS you can create unlimited count of pages.

Widgets

Widgets can be used only in the CMS editor which is used in Pages, Posts and Newsletter section. Each widget can contain own style, HTML, server-side code and client-side.

Posts

Posts can be used for different cases like blog posts, articles, etc.. Posts use CMS editor which is used in Pages section. Posts can be paginated.

Notices

Notices are short messages which use Markdown syntax and can be paginated.

Users

Users are your customers which are registered via Eshop. Each registered user can have a discount, but the discount needs to be entered manually.

Subscribers

Subscribers contains email addresses only. These addresses are used for sending newsletter from CMS directly.

Newsletter

Newsletter is used for sending emails to all registered subscribers. You can notify all subscribers easily about news, changes, discounts and everything else. Newsletter uses CMS editor too.