| Elements | Last Modified | |||
|---|---|---|---|---|
![]() | Web Pages | ![]() | ![]() ![]() | Today @ 1:19 PM |
![]() | Invoices | ![]() | ![]() ![]() | Today @ 1:19 PM |
![]() | Toolbar Menus | ![]() | ![]() ![]() | Today @ 1:19 PM |
![]() | Email Messages | ![]() | ![]() ![]() | Today @ 1:19 PM |
![]() | Create Element Group | |||
![]() | Create Element | |||
- Web Page Elements
- Web Page Elements are used to organize the store interface. Related Elements (such as menu items or portions of the interface) may be organized into Element Groups. Each part of the interface is displayed using the Smarty Template Engine. Some of the pre-defined elements and element groups are required and may not be removed.
- Using Smarty to Access Elements as Files
- Within eShox, the default file handler for Smarty is the database handler. Smarty can access elements stored in the database using a filesystem-like path (the element being the file and the group being the directory) using the Smarty function:
{include file="group_name/element_name.html"} - Note
- When editing elements that are processed with Smarty, be sure to use html entities for curly brackets ("{" for "{" and "}" for "}") whenever you are not writing Smarty code.
