Username
Password
Remember Me
Log in
Events Manager for Magento User Guide

Purpose

This document is a User Guide for Events Manager module for Magento. It describes how work with the extension.

This module is to create events and organize them in calendar. There are several ways to display the events - monthly, weekly or daily. Features also include sorting, search as well as ability to create events block.



System Requirements

The extension works under Magento from 1.4.x and higher.

The extension works with Apache 1.3.x and higher, PHP 5, Linux or IIS.

The extension’s correct work is guaranteed with the following browsers:

  • IE7, IE8, IE9
  • FireFox 4.x, 5.x
  • Google Chrome 15.x
  • Safari 5.x

The correct work with other Magento versions, other browsers and Apache/PHP versions is not guaranteed.



Installation

All our Magento extensions and templates are installed via IToris Installer.

Download IToris Installer and un-pack to the root of your website. It will then appear in menu System –>IToris extensions –> IToris Installer.

Open it and you will see all our Magento Extensions and Templates, both installed and available. You can install, update and un-install them with one click now.

Find Events Manager in the list of extensions and press Install button. It will ask for the license key that you will receive after the purchase. Enter the key and submit. The extension will be installed. It will be available in menu System –>IToris extensions –> Events Manager

magento we miss you alerts, installation



License

Magento modules developed by IToris are provided with 2 license types - regular and premium.

Regulal license is partially encrypted. This license is website-dependent. By ‘website’ here we understand the website in Magento terms. Under one Magento installation one license key of the extension can activate all stores/storeviews. within one website. If your configuration has several Magento websites - a separate license will be required for each.

One license also supports a number of sub-domains for development/testing purposes in addition to the live website. Please see the full list of available sub-domains and additional information about the license in our Terms and Conditions

Premium license activates one Magento installation. All websites, stores and storeviews under one installation are covered with one license. Premium license is 100% open-source and is recommended for customizations.

You can switch the license from one domain to another – login to IToris website using the credentials you will receive after the purchase. Go to My Downloads area, find your key there and reset it from the current website. Then use it again to activate another website.

The license also includes free life-time updates for the extension.


Back-end. Overview


There are 2 areas created when Events Manager is installed - Events and Configuration.

list of alerts

Configuration - in this area you can set the events calendar, select how it should look and function.

Events - this area is for creating and managing events.


Configuration


To configure events calendar select System –>IToris extensions –> Events Manager –> Configuration:

list of alerts

You will see the main settings of the events calendar. On the left there is ability to select if the settings should be applied to the whole Magento, to selected websites or stores. You can select different settings for different stores.

To activate the module on the front-end, select Extension Enabled = yes. Link to Calendar is the direct URL where the Events Calendar is available - add it to a menu or where you want.

Default Calendar View - how the events calendar will be displayed. There is ability to display it Monthly

list of alerts

Weekly

list of alerts

or Dayly

list of alerts

If you plan to have plenty of events every day - select daily or weekly view. Otherwise select monthly view. If you select Allow to switch between modes - your customers will be able to change view from monthly to weekly to daily. If this setting is not selected - only the selected mode will be available for the customers.



Sort by - there is ability to set priority for events, normal or high. This settings allows your customers sorting events out by priority or by time. Select this as a default sorting setting.

Allow sorting setting - if checked, your customers can change the sorting. If not - only the selected default sorting is available.

First Day of Week - select the day weeks should start from (Sunday or Monday).

Number of Month to show - for which period the calendar should be available onwards. Your customers will be able to leaf through the months using back and forward arrows:

list of alerts

Activate search - select if you want your customers to search among events.

Time Format - select am/pm or 24 h format.

Items to show on monthly view per day and Items to show on weekly view per day - how many events to be shown in one day on monthly and weekly view. The rest of the events will be hidden with more…, or more events… links. Clicking the link will open up the daily view with the full list of the events.

list of alerts


Events


To create or manage events select System –>IToris extensions –> Events Manager –> Events

list of alerts

You will see the list of events, their details as well as ability to manage them and create new events.


Events

Create new Events


To create a new event press Add Event button. You will get an area to create a new event. Some fields here are mandatory, while the rest are optional and can be left blank.

list of alerts

Event Name - the title of the event, this is how your customers will see it. The unique URL of the event will be formed based on the title as well.

Enabled - events will be visible on the front-end only when they are enabled.

Priority - there is ability to make some events more significant than the rest by selecting high priority for them. The default priority is normal.

Event date - select the date the event will happen.

Time start and Time finish - time of the event. Only start time is mandatory, you can leave finish time blank.

Location - optional field. Enter a location or leave it blank.

Short Description - optional area. Short description will be shown on weekly and daily modes.

Details - this is the main events description that customers will see when they open the event. This area is mandatory, you can enter text, add links, insert images here.

Image - upload the event’s image. This is optional

Store view - select on which stores/storeviews the event should be displayed. By default all storeviews are selected.

User Groups - select which customer groups will see the event and which will not. By default all groups are selected.


When all data is populated - press Save button on the top right pane.


Manage Events


There is bulk management available for the list of events. Select checkboxes near events you want to apply an action to. Then choose an action and press Submit button:

list of alerts

Two bulk actions are available - change status and delete. When change status action is selected - there is additional drop-down to select the status (enabled/disabled).


To change any other information of an event open it up for editing (there is Edit link in Actions column for each event). The event’s page (pre-populated with previous data) will be opened for editing. Change any data you need there and save the changes.

list of alerts


Events URLs


Each mode of the events calendar (month, week, day) as well as each event has a unique URL.

Direct URL to the events calendar can be found on System –>IToris extensions –> Events Manager –> Configuration

It is formed as http://yourwebsitename.com/index.php/events

This URL will open up the default configuration of the events calendar.


You can switch to other modes in the calendar (month/week/day), change sorting, etc. - each new mode and change will have its own unique URL. You can open up an event’s page that will have a unique URL as well.


Add Events to Customer Menu

Events calendar is available via direct URL, so you can make it available anywhere on your website. If you want to add link to the top right user menu - please follow the instruction below.

magento we miss you alerts, installation

  1. Open app\design\frontend\default\{your_theme}\layout\customer.xml file of your Magento
  2. Find
    <default>
    <reference name="top.links">
    and add after the tag:
  3. <action method="addLink" translate="label title" module="itoris_eventsmanager">
    <label>Events</label>
    <url helper="itoris_eventsmanager/getEventsUrl"/>
    <title>Events</title><prepare/><urlParams/>
    <position>1</position></action>
  4. Save the file

Add Events Block

In addition to the events calendar you can add a small events block on the pages you need:

magento we miss you alerts, installation

To create this block follow the instruction:

  1. Open /app/design/frontend/{package}/{theme}/layout/catalog.xml file of your Magento, where {package} is your package and {theme} is the name of your design theme.
  2. Find
    <default>
    <reference name="right">
    and add after the tag:
  3. <block type="itoris_eventsmanager/dayEvents" name="day_events" />
  4. Save the file