Project

General

Profile

Frontend flow ( menus static pages categories products filters)

In order to create a complete site, we need the following elements:

Static pages (Store/Static pages)

Static pages can be used for:
  • displaying texts like "Contact", "How to buy"
  • displaying text sections in the site in any area of ​​the layout (requires modification of templates) afisarea blocurilor de text in site in orice zona a layoutului (necesita modificarea template-urilor)

Categories of Products (Products / Product Categories)
The products cannot be added to the site unless the categories are created in advance.
A product can belong to a single category.

Category Features (Shop / Category features)
The features of each product are determined by the category of which it belongs.
In order to complete the product sheet, we must first define the characteristics template.
In addition to the native attributes of each product (EAN code, model, manufacturer, category), for each category the pattern of characteristics (attributes) specific to it must be established.
For the characteristics common to all products, the global characteristics will be used..

Global Features (Store / Global Features)
They are used in 2 cases:
  • for displaying on the frontend some features of the products that are * common to most products * on the site (gender: M / F, age: child / adult)pentru afisarea in frontend a unor caracteristici ale produselor care sunt comune pentru majoritatea produselor din site (sex: M/F, varsta: copil/adult)
  • to keep the stock and highlight the products in the order according to * different variants * (size S / M, color white / black) - "Necessary when placing in stock" pentru a tine stocul si a evidentia produsele din comanda dupa variante diferite (marime S/M, culoare alb/negru) - "Necesar la introducerea in stoc"

Products List (Products / Product List)

After defining the patterns of characteristics of the categories and global one can begin the documentation of the products.
In the case of the general characteristics, only the characteristics marked for each product will be selectable.In cazul caracteristicilor gloale vor fi selectabile numai caracteristicile bifate pentru fiecare produs in parte.

Filters (Store / Filters)
Filters can be created for each category only if we have previously defined the characteristics of the category.
h2. Global filters

They can be created based on the global features of the whole site.
Product tags (tags) are a global filter, defined by the system by default.

Site Options (Other / Site Options)

List of all variables used in both frontend and backend.
DO NOT change variables unless you know exactly about each one and what they are used for.

Go to top