PAGES LIVE

Catalog

The Catalog page is used to show information from your online database (the page must be viewed online to see anything).

To add a catalog page to your site:
  1. Go to the Editing Tools.
  2. Press Live (Php) button in Insert page section and select Catalog page.
  3. Select preferred layout preset. Catalog page has a few predefined layout presets.
  4. Set any other options you want and press OK.
You can preview your Catalog page only when uploaded on a PHP enabled server. To test this functionality offline you can Install your own test server on your PC.

Basics

The CATALOG page shows list of the items from your database. Each catalog page has its own MySQL database where items are stored. Catalog items are managed online (you add/edit/remove items online through administrator panel)

Each item in the list will be formatted based on the layout you can define and modify in the Web Editor.

The Catalog page type consists of 3 pages:

Front catalog page

This page is portal for your catalog and can be used to display item categories, some additional information about the catalog and search function. Everything inside "LISTER_BODY" construction is called body and represents the description of a single item from your catalog database. To display specific item data (text, images etc) in lister body, you can use the special macros syntax. You can also drop items from the Fields panel, which will insert the proper macro in the body template. Macros are tool that makes the relationship between your catalog page and the database. For example, if your catalog page contains %category% and %name% macros in its body section, that means that for each item from your catalog database "category" and "name" field value will be displayed in the catalog.

In the final page, the body is inserted multiple times (once for each item to be listed) and all the macros are replaced with their respective values.

Categories page

This page is used to display different items from selected category. Body section on this page is replicated for every item from selected category. You can set a limit of maximum number of items per page.

Detail page

Detail page represents details of selected item.

Catalog Settings

The following properties are available in the Catalog Settings panel, accessed from the Toolbar. Make sure to configure these settings.

Data

Front Page

Categories Page

RSS

Accessible Macros Fields

Each page has Macros Fields panel, accessed via Editing Tools.

This panel contains objects that you can insert on page.

Front page

Categories page

Along with the described fields and special objects, in each catalog page you can also insert database fields. These fields are colored in black in macros Fields panel.

Detail page