1. Settings
  2. Routes
  3. Texts
  4. Pages
  5. Editors
  6. Banners

Admin Area Manual

Settings

System settings

In this section you can edit the store basic settings.

AFFILIATE_EMAIL
Admin's email address
FEATURED_TYPE_COLS
Number of columns in featured product section on the index page.
FEATURED_TYPE_ROWS
Number of rows in featured product section on the index page.
HEADLINE
Key phrase that you can use as part of the page TITLE on shop pages.
IS_INTERNAL_LINKS
Display internal links without a website domain name.
SCREENSHOT_LOCAL
Images are stored locally. To turn this option on at least 100 Gb of free disk space for screenshots storage is required. Turned off by default.
SCREENSHOT_LOCAL_DIR
Local directory containing screenshots. Used when SCREENSHOT_LOCAL option is on.
SCREENSHOT_REMOTE_URL
Remote screenshot URL. Used when SCREENSHOT_LOCAL is off.
SITE_CONTACT_US
E-mail for Contact Us form. This is the e-mail address e-mails sent from the contact from will be delivered to.
S_SITE_URL
Site URL.
TEMPLATE_COLS
Number of columns in a template list. Used to set the number of template columns for the store (should not exceed the number of columns available for the store theme).
TEMPLATE_ROWS
Number of rows in a template list.
THEME
Active theme
TTL_LOG_UPDATE
Number of days update logs must be kept in /data/logs directory.
WEBAPIPASSWORD
WebAPI password.

System Info

Displays some of the uploaded store data.

AFF
affiliate username (identifier)
LAST_UPDATE
the website last update time
PR_CODE
the uploaded store preset code

User Settings

Allows to edit variables set by the user. The variables can be used later when editing themes.

Change admin login/password

Allows to change the site admin login and password.

Import/Export

On this page you can:

Migration 3.xx-4.xx

This tool is used to transfer settings from RMS version 3 to RMS version 4.

Back to top

Routes

The section allows to edit URLs for the store pages. Next to each pattern in each section of «Routes» there's a list of macros available to create the page URL and the default value field. The macros should be put in as %MACRO%. For example, %CATEGORY% or %AUTHOR%. Aranging the macros in the order you need in “Value” field you may acheive the URL structure that you would like. There is also an option to preview the created page URL.

There are two URLs available for each case: first page URL and other pages URL.

Note: Please do not use symbols other than English for key phrases.

Note: Please be careful when setting the URLs structure and use the allowed macros only. Use Macros Legend as the color definition for which macros is available, which is optional and which can’t be used for the page URL.

In case the URL model you've created is not quite successful you can always copy in its place the default value available in "Default value".

Macros available:

%TEMPLATE-ID%
template number
%CATEGORY%
category name
%TYPE%
type name
%AUTHOR%
template author name
%PRICE%
template price
%PAGE-NUMBER%
page number
%PAGE-NAME%
page name
%PACKAGE%
package name

Type Routes

Allows to edit the page URL to view templates chosen by type.

Package Routes

Allows to edit the page URL to view templates chosen by package.

Category Routes

Allows to edit page URL to view templates chosen by category.

Preview Routes

Allows to edit page URL to view the template detailed preview.

Back to top

Texts

In this section you can choose settings to edit variables that may be used to display pages. You needn't edit the section unless you are going to add new text blocks.

Global texts

Global texts are available as unchangeable for each page trying to get access to this variable. Unlike the texts edited in sub-sections Types, Categories, Featured Types, Packages global texts may vary according to the context.

Text blocks

The section is to edit names for text blocks.

Meta tags

The section is to edit names for meta tags.

Types & Categories

This is the section to edit text blocks and meta tags contents and also some other page parameters.

Featured Types

It's here you can edit Featured Types list. They are types displayed on the index page to attract customers. To edit the list just drag the types from “Featured Products” to “Nonfeatured Products” and back to achieve the result you need.

Packages

Allows to edit title for each package page and also block particular packages.

Back to top

Pages

In the section you can edit text blocks and page meta tags contents and also some other paramters.

System Pages

Category and Type pages are pages (placeholders) prototypes. They keep text blocks and meta-tags default values for the according pages in «Texts» section in case these values are not speficied for these pages in «Texts». For example, in case the meta tag value for «Web Design» category is not specified there'll be put the same meta tag value from System Page “Category”. Index, Search, Preview and 404 pages are displayed independently.

Conventional Pages

A list of typical store pages: FAQ, Chat, Contacts. You may not delete these pages.

User Pages

You can add your own pages here.

Back to top

Editors

Allows to edit editor list. Editors are users having limited access to the site admin panel. Such users have no permission to edit system settings but only text blocks contents.

Editor Action Log

Editor Action Log displays each action performed by the editor while editing text blocks; it shows the update date, IP-address, the editor's login and short description. By clicking on the “View details” link available next to each log you get the update detailed report.

Back to top

Banners

On the frontend pages banners are displayed via banner_by_name component (for 1 banner display) and banners_by_group component (to display a group of banners).

For example:

<?php $components->other->banners_by_group(array("name"=>"default", 'max'=>4)); ?>

will randomly display 4 «default» category banners maximum.

On the contrary, the code

<?php $components->other->banner_by_name(array("name"=>"default")); ?>

will display 1 specified by name banner only.

Banners

The section allows to edit banners that you can later integrate into the frontend pages.

Banner Categories

Allows to edit banner categories. To add banners there should exist at least one category.

Back to top