In this section you can edit the store basic settings.
Displays some of the uploaded store data.
Allows to edit variables set by the user. The variables can be used later when editing themes.
Allows to change the site admin login and password.
On this page you can:
This tool is used to transfer settings from RMS version 3 to RMS version 4.
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:
Allows to edit the page URL to view templates chosen by type.
Allows to edit the page URL to view templates chosen by package.
Allows to edit page URL to view templates chosen by category.
Allows to edit page URL to view the template detailed preview.
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 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.
The section is to edit names for text blocks.
The section is to edit names for meta tags.
This is the section to edit text blocks and meta tags contents and also some other page parameters.
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.
Allows to edit title for each package page and also block particular packages.
In the section you can edit text blocks and page meta tags contents and also some other paramters.
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.
A list of typical store pages: FAQ, Chat, Contacts. You may not delete these pages.
You can add your own pages here.
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 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.
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.
The section allows to edit banners that you can later integrate into the frontend pages.
Allows to edit banner categories. To add banners there should exist at least one category.