Revision History Name Date Reason For Changes Version

Size: px
Start display at page:

Download "Revision History Name Date Reason For Changes Version"

Transcription

1 Functional Specification of Memberships/Discount cards application for BigCommerce system version 1.0 Prepared by the Private unitary enterprise SpurIT 2012

2 Table of contents Table of contents... 2 Revision History Abbreviations Introduction The Purpose of the application Overall Description General Principles of the System Interaction Interaction with the application on the shop administrator s side Interaction with the application on the customer s side System Interaction Particulars Application installation process Processing a customer s orders to calculate the Total Spent value Sending notifications to customers Front-end functionality Back-end functionality Memberships page Customers page Assigned Customers page Discount Cards page templates page Promo page Update theme files page FAQ page

3 Revision History Name Date Reason For Changes Version Dzmitry Yahorychau Document creation 1.0 3

4 1. Abbreviations Abbreviation BC API Description BigCommerce API 2. Introduction 2.1. The Purpose of the application The Memberships/Discount Cards application makes it possible for the shop administrator to create various client membership levels (e.g. Gold, Silver, Bronze) basing on the amount of money spent by them on purchases at the shop. A certain amount of expenses is defined for each client membership level. When a client reaches the amount set, he/she will automatically receive a corresponding membership level and a discount card. 3. Overall Description 3.1. General Principles of the System Interaction Interaction with the application on the shop administrator s side The shop administrator can perform the following operations: - create/edit client membership levels - specify the amount of expenses allowing clients to gain a certain client membership level and a relevant discount card - specify discount codes for any client membership level - when needed, set discount codes individually for any client even if they were all assigned to one client membership level (e.g. this can decrease the possibility of code transfer to 4

5 other clients because you know who this or that code belongs to). In case when it is transferred to another client he/she can be deprived of the client membership level and the discount code) - if necessary, forcibly determine a membership level for a client even if he/she hasn t spent a specified amount of money in the shop (e.g. a client paid in cash) - when needed, forcibly disable membership level assigned to a client even if he/she has spent a specified amount of money in the shop (e.g. a client has broken rules of the web shop) - create/edit discount card images for any client membership level - create/edit templates of messages sent to clients at the moment of assigning a client membership level. What is more, separate templates can be created for any country supported by the shop Interaction with the application on the customer s side A discount card with a corresponding discount code is displayed at a client s personal page. The client will also receive an notification that he/she has been granted a particular membership level. A membership level can be granted in two ways: 1) Automatically by the application itself 2) Manually by the administrator Automatic assignment of a membership level The application at certain intervals initiates a script which calculates the build-up of a customer s Total Spent value of orders during the period starting from the moment of previous script execution. Only the orders of log-in users are considered. If the function of automatic assignment of membership level is enabled for a user and a specified Total Spent value sufficient for getting a membership level has been reached, an notification is sent to the customer. Upon next log-in he/she will find a new discount card displayed. 5

6 Manual assignment of a membership level If the administrator, when manually assigning a membership level, selects the Send checkbox, the customer will receive an notification. Upon next log-in he/she will find a new discount card displayed. 4. System Interaction Particulars 4.1. Application installation process 1. A BigCommerce shop administrator has to register at this application. 2. A user entry should be created at the BigCommerce shop administration panel by the administrator. An API access should be granted to this user. Upon his/her entry creation, the user is granted an API Path and API Token, which he/she should save at the Settings of the application. 3. The administrator enters the customer s username, API Path and API Token stored in the Settings. 4. For further use of the application, the shop administrator will use a login form provided by the application. 5. The application will work with BC API using the API Path, API token and username entered by the shop administrator Processing a customer s orders to calculate the Total Spent value. When the installation of the application has been finished the administrator starts the process of existing orders import to count the Total Spent value for the customers who have paid for their orders. Upon the completion of this procedure, the last order s date_modified value is saved in the database. Hereafter the script is run in accordance with a set schedule, e.g. once a day. It calculates Total Spent on orders for which the date_modified field value exceeds the last saved value. To avoid repeatedly using an order whose status may get changed when date_modified field value changes, only orders with the following statuses are considered: 6

7 - Completed the script adds the total_inc_tax value, contained in the order field, to the customer s Total Spent value. - Refunded the script subtracts the total_inc_tax value contained in the order field from the customer s Total Spent value Sending notifications to customers The customer receives notifications basing on the template specified in the Templates section of the application. Since an individual template can be accorded to any country, an API request is sent to retrieve a customer s address to choose an appropriate template. A first address is taken from the address list and then the template is selected according to the country s code specified in the country_iso2 field. The default template will be used if a template is not specified for that country in country_iso2. The shop name and URL will be inserted into the notification text. However, as far as API has no ability to retrieve names of shops and their domains, these fields are to be filled in by the shop administrator at the application s Settings page Front-end functionality To enable displaying of a discount card on a user s account page, the shop administrator should insert a specific code (JavaScript + %%GLOBAL_AccountCurrent %%) into the theme template. This code will generate an AJAX-request to the application server which will produce the customer s address. Using it, the script at the application server will request - via BC API the customer s ID which is necessary for his/her identification and which always remains the same, unlike changeable addresses. When the ID has been received, the customer is selected from the database. Then, according to the value of his/her Total Spent field, the Membership level of the customer is determined as well as a discount card which corresponds to this value. If the customer s membership had been assigned by the administrator manually, the discount card will correspond to the assigned membership level. An HTML-code will be sent and displayed for the customer in reply to an AJAX-request. All the other functionality is developed within the application on the server side and BC API is not be used in this case. The mock-up of customer account page with the Bronze card is shown in picture 1. 7

8 Picture 1. The mock-up of customer account page with the Bronze card 4.5. Back-end functionality The Back-end represents a tool designed to manage membership levels, discount cards, templates and other settings Memberships page At this page the administrator can create, edit and delete Membership Levels, which are assigned to customers in accordance to the amount of money spent by them in the shop. The Membership page is shown in picture 2. 8

9 Picture 2. Memberships page fields: The Membership Levels table is the main element of the page. It comprises the following 1) Checkbox selection of a relevant level 2) Name (text) displays the type (name) of the level 3) Condition (text) shows the amount of money to be spent by the customer to gain a certain level. 4) Discount card (text) displays the membership level and a discount code (in brackets). 5) Actions (link) contains the Edit link for Membership Level editing. Besides the table, this page contains an Add membership button to add new Membership Levels and a Delete selected button to delete Membership Levels previously selected in their corresponding checkboxes Add Membership page At this page new Membership Levels are created. The page is opened by clicking on the Add Membership button at the Memberships page. The Add Membership page is shown in picture 3. 9

10 Picture 3. Add Memberships page The page includes the following elements: 1) Name of Membership (text field) Membership Name is entered here. 2) The minimum amount of money which should be spent by a customer to receive the specified level of membership (text field) is entered here. 3) Assign discount card (selection box) by using this field any created level can be linked to an appropriate discount card. Membership names taken from the Discount Cards page accompanied (in brackets) by the coupon code are displayed here. 4) Save button Edit Membership page This page is used to edit created Membership Levels. The page is opened by clicking on the Edit link at one of the Membership Levels listed on the Memberships page. The Edit Membership page is shown in picture 4. 10

11 Picture 4. Edit memberships page The page includes the following elements: 1) Name of Membership (text field) Membership Name is entered here. 2) The minimum amount of money which should be spent by a customer to receive this level of membership (text field) is specified here. 3) Assign discount card (selection box) using this field any created level can be linked to an appropriate discount card. Membership names taken from the Discount Cards page accompanied by a coupon code (in brackets) are displayed here. 4) Save button saves information, entered into fields of the Edit Membership page Customers page At this page the following operations can be performed: sending notifications to customers assigned various Membership Levels, sorting users according to their Membership Level and enabling/disabling automatic assignment of Membership Levels to selected users. This page displays the names of customers whose Total Spent value has been calculated by the system and saved in the database. This list is not renewed in a real-time mode, it is updated according to the results of the script routine execution which calculates the Total Spent value at specified intervals. The Customers page is shown in picture 5. 11

12 Picture 5. Customers page The Customers page comprises two sections: Send notifications and Customers. The Send notifications section includes the following elements: 1) templates (link) a link to the templates page 2) Send notification to (selection box) here a choice can be made between sending messages to the customers at all Membership levels or at any particular one. 3) Send (button) starts the message sending procedure for all the customers with membership levels selected in the Send notification to selection box The Customers section includes the following elements: 1) Membership (selection box) in this list all Membership levels or any particular one can be chosen. 2) Filter (button) starts the filtration procedure of customers according to the value chosen in the Membership selection box. 3) Items per page (selection box) with this option the number of entries displayed in the table below can be chosen. 4) A list of users with the following fields: - Checkbox for selecting an appropriate user - Name (text) displays the selected user s name 12

13 - (text) displays the user s address - Total Spent (text) displays the amount of money spent by the user in the shop - Membership (text) displays Membership Level which was automatically assigned to the customer 5) Enable (button) enables the disables Membership Level which was automatically assigned to the customer 6) Disable (button) disables the Membership Level which was automatically assigned to the customer Assigned Customers page This page makes possible manual assignment of Membership Levels to customers and disabling manually assigned Membership Levels. The Assigned customers page is shown in picture 6. Picture 6. Assigned Customers page The Assigned Customers page comprises the following elements: 1) Membership (selection box) this is an option to choose among all Membership levels and any single level included in this list. 2) Filter (button) starts customer filtration procedure according to the value chosen in Membership (selection box). 3) Users table with fields: 13

14 - Checkbox for selecting an appropriate user - Name (text) displays the selected user s name - (text) displays the user s address - Total Spent (text) displays the amount of money spent by the user in the shop - Membership (text) displays the Membership Level which was automatically assigned to the customer - Code (text) displays the code assigned to the customer. 7) Assign membership (button) manual assignment of Membership Level to the chosen customer. 8) Unassign manually added membership (button) disabling Membership Level which was manually assigned to the customer Search Customers page At this page the search of customers and manual assignment of Membership Levels to selected users can be made. The page is opened by clicking on the Assign Membership button on the Assigned Customers page. The Search Customers page is shown in picture 7. Picture 7. Search Customers page 14

15 This page comprises the following elements: 1) Search customers (text field) serves for entering a user s name. If this field is not filled in, the list of all users in the system will be displayed at the click on the Search button. 2) Search (button) starts the searching procedure to find the user indicated in the Search Customers field. Upon clicking the Search button, the page shown in picture 8 is displayed. Picture 8. Assigning customer levels page This page includes the following elements: 1) Search customer (text field) here a user s name is entered. If this field is left unfilled, the list of all the users in the system will be displayed at the clicking of the Search button. 2) Search (button) starts the searching procedure to find the user indicated in the Search Customers field. 3) A table with the following fields: - Checkbox to select an appropriate user - Name (text) displays the selected user s name - (text) displays the user s address 15

16 - Total Spent (text) displays the amount of money spent by the customer in the shop - Membership (text) displays the Membership Level manually assigned to the customer 4) Membership (selection box) a membership level to be assigned to the customer can be chosen in this list. 5) Code (optional) (text field) here a code is assigned to the selected user 6) Send (checkbox) when this checkbox is selected, the user will receive a message saying that his/her Membership Level has been changed. 7) Assign Membership (button) starts the procedure of manual assignment of Membership Levels to customer(s) Discount Cards page At this page, viewing, editing, deletion and addition of new discount cards can be performed. The Discount cards page is shown in picture 9. Picture 9. Discount cards page The page includes the following elements: 1) Add new card (button) with this button a new card can be added. 16

17 2) A table with the following fields: - Checkbox choosing an appropriate discount card - Name of membership (text) displays the name of membership - Image (picture) shows a thumbnail of an uploaded image. It also serves as a link to a full-size image. By clicking on the thumbnail, a popup window with a full-size image is displayed. - Code (text) shows the code assigned to a particular Membership level - Actions (link) contains the Edit link for Membership editing 3) Delete selected (button) deletes memberships selected in the checkboxes Add Discount Card page At this page a new discount card is created. The page is opened by clicking on the Add new card button at the Discount cards page. The Add Discount Card page is shown in picture 10. Picture 10. Add Discount Card page The page comprises the following elements: 1) Name of Membership (text field) Membership Name is specified at this field 17

18 2) Coupon Code (text field) the coupon code for a discount card is specified at this field 3) Additional text (text field) any additional text to be displayed on the discount card can be entered at this field 4) Discount card image (file field) in this field the image of the discount card is added. 5) Resize image (checkbox) this field enables resizing images to the dimensions defined in the Width and Height fields. If 0 value is specified in one of these fields, the value of other one will be automatically calculated according to the value of the former. Thus, the image will be resized proportionally. 6) Width (text field) the image width value is defined at this field. At the resize option start-up, the discount card image will be resized according to this value. 7) Height (text field) the image height value is defined at this field. At the resize option start-up, the discount card image will be resized in accordance with this value. 8) Save (button) saves information, entered into the fields of the Add Discount Card page Edit Discount Card page At this page discount card editing is performed. The page is opened by clicking on the Edit link next to Discount card on the Discount cards page. The Edit Discount Card page is shown in picture

19 Picture 11. Edit Discount Card page The page includes the following elements: 1) Name of Membership (text field) Membership Name is specified at this field 2) Coupon Code (text field) the coupon code for the discount card is specified at this field 3) Additional text (text field) any additional text to be displayed on the discount card can be entered into this field 4) Discount card image (file field) the field is used for addition of the image of the discount card. 5) Resize image (checkbox) this field enables resizing images to the dimensions defined in the Width and Height fields. If 0 value is specified in one of these fields, the value of other one will be automatically calculated according to the value of the former. Thus, the image will be resized proportionally. 6) Width (text field) the image width value is defined at this field. The image will be resized to this value at the resize option start-up. 19

20 7) Height (text field) the image height value is defined at this field. The image will be resized to this value at the resize option start-up. 8) Save (button) is used to save information entered into the fields of the Add Discount Card page. 9) The Discount card image with a possibility to move the texts entered in the Name of membership, Coupon code and Additional text fields using the Drag&Drop feature. 10) A table with the following fields: - Checkbox for choosing desired field values at the Discount Card (Name of Membership, Coupon Code and Additional text). - Text (text) the contents of the Name of Membership, Coupon Code and Additional text fields at the Discount Card. - Text Color (text field) this field value defines the color of a corresponding text. Either an HTML color code or any color chosen from the color picker can be entered here. - Font Size (text field) font size in pixels of a corresponding text can be defined at this field templates page At this page, viewing, edition, deletion and addition of new templates can be carried out. The templates page is shown in picture 12. Picture 12. templates page 20

21 The page includes the following elements: 1) Add new template (button) starts the creation of a new template. At the click on this button the Add Template page opens. 2) A table with the following fields: - Checkbox for address template selection. - Country (text) the country of the customer for whom the template is created - Subject (text) the Subject field value in the corresponding template - From (text) address retrieved from the From field - Body (text) Template field value - Default (text) Default field value - Action (link) contains the Edit link for current template edition. The Edit Template opens by clicking on this link. - Delete selected (button) used to delete selected templates Add Template page This page is used to create new templates. The page opens by clicking on the Add new template button at the templates page. The Add Template page is shown in picture 13. A country should be chosen when adding/editing a template. The list of countries is requested via BC API. The template will be assigned to that country by the code specified in the country_iso2 field. 21

22 Picture 13. Add Template page The page includes the following elements: 1) Customer s Country (selection box) the customer s country value is chosen at this field. 2) Subject (text field) subject is specified in this field. 3) From (text field) the Sender address is specified in this field. 4) Template (text area) the template body text is entered in this field. 5) Set as default (selection box) defines that the current template is to be used by default. 6) Save (button) saves information entered in the fields of the Add Template page Edit Template page This page is used for templates edition. The page is opened by clicking on the Edit link of a chosen template at the templates page. The Edit Template page is shown in picture

23 Picture 14. Edit Template page The page includes the following elements: 1) Customer s Country (selection box) the customer s country value is chosen at this field. 2) Subject (text field) subject can be edited in this field. 3) From (text field) the Sender address can be edited in this field. 4) Template (text area) the template body text can be edited in this field. 5) Set as default (selection box) defines that the current template is to be used by default. 6) Save (button) saves the information entered in the fields of the Add Template page Promo page This page displays the text of the Promo page. The text can be edited with the WYSIWYG editor and copied to the BigCommerce shop administration panel. The Promo page is shown in picture

24 Picture 15. Promo page Update theme files page The instruction for theme template changing for discount card displaying to the customer is placed here. The Update theme files page is shown in picture

25 Picture 16. Update theme files page FAQ page This page comprises a list of Frequently Asked Questions (FAQ). The FAQ page is shown in picture 17. Picture 17. FAQ page 25

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

USM Web Content Management System

USM Web Content Management System University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin

More information

Manual. Version: 1.0.0

Manual. Version: 1.0.0 Manual Version: 1.0.0 Table of Contents I. INTRODUCTION... 3 II. INSTALLATION... 5 a. System Requirements... 5 b. Installation... 5 c. Configure PayPal IPN... 5 d. Cron Setup... 6 e. Upload Email Logo...

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

Order Manager Toolkit

Order Manager Toolkit Order Manager Toolkit Magento Extension User Guide Official extension page: Order Manager Toolkit Page 1 Table of contents: 1. Order Manager Toolkit: functionality on the order grid.. 3 2. Extended grid:

More information

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7 Bulk Email What s Inside this Guide Bulk Email and How To Get There 2 Bulk Email Setup 4 Bulk Email Details 7 Bulk Email and How To Get There Bulk Email allows you to send a mass email to the records on

More information

How To Build An Online Store On Ecwid

How To Build An Online Store On Ecwid Using Ecwid to Build an Online Store Ecwid provides all you need for a one-stop online shop, including a built-in 'drag and drop' shopping cart, the recording of customer registration details, destination

More information

This guide shows you the process for adding ecart to your online store so that you can start selling products online.

This guide shows you the process for adding ecart to your online store so that you can start selling products online. ecart will add invaluable checkout functionality to your online store. This includes the ability to create and design a shopping cart page, add products to a cart, and create all the necessary pages for

More information

3dCart Shopping Cart Software Release Notes Version 3.0

3dCart Shopping Cart Software Release Notes Version 3.0 Release Overview The latest installment in the 3dCart shopping software (version 3.0), is a complete redesign of the 3dCart platform. It includes performance improvements, new features, and usability enhancements.

More information

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and

More information

Scrum Portlet. Expertise. Software. Solutions. User manual. Date: 02.11.2014 Version: 1.0

Scrum Portlet. Expertise. Software. Solutions. User manual. Date: 02.11.2014 Version: 1.0 Expertise. Software. Solutions. Scrum Portlet User manual Date: 02.11.2014 Version: 1.0 RTG Portale UG (haftungsbeschränkt) Karl-Zahn-Straße 11 44141 Dortmund Germany Tel: +49(0) 231-226186-60 Fax: +49(0)

More information

Kentico CMS User s Guide 5.0

Kentico CMS User s Guide 5.0 Kentico CMS User s Guide 5.0 2 Kentico CMS User s Guide 5.0 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

BT MEDIA JOOMLA COMPONENT

BT MEDIA JOOMLA COMPONENT BT MEDIA JOOMLA COMPONENT User guide Version 1.0 Copyright 2013Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...3 Related Topics:...3 Product Features...3 Installing and Upgrading...4

More information

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training dotcms & Accessibility Folders Creating a New Folder Note: All folders showing on menu must have an index page. 1. Right-click the parent folder in which the new folder will reside. 2. Click New > Folder.

More information

How to Set Up Your Online Store

How to Set Up Your Online Store About ecommercesoftwareone ecommercesoftwareone User Manual ecommercesoftwareone is a sophisticated ecommerce solution chosen by the over 1000 entrepreneurs in Australia and all over the world. This is

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

darlingharbour.com Content Management System Tenant User Guide

darlingharbour.com Content Management System Tenant User Guide darlingharbour.com Content Management System Tenant User Guide August 2014 Table of Contents 1 Introduction... 1 2 Getting started... 1 2.1 Requirements...1 2.2 Logging in...1 2.3 Change your Password...2

More information

KPN SMS mail. Send SMS as fast as e-mail!

KPN SMS mail. Send SMS as fast as e-mail! KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.

More information

Manage. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc.

Manage. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Manage Email Users An email user account represents a person's

More information

Shop builder User s Guide. -www.shopbuilder.com.au

Shop builder User s Guide. -www.shopbuilder.com.au User s Guide -www.shopbuilder.com.au Contents About Shop builder 3 Build online store 3 Step 1 - Design your online store 5 Step 2 - Add content to your online store 8 Step 3 - Add categories to your online

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Kentico CMS 5.5 User s Guide

Kentico CMS 5.5 User s Guide Kentico CMS 5.5 User s Guide 2 Kentico CMS User s Guide 5.5 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

Setting Up Custom Items and Catalogs

Setting Up Custom Items and Catalogs Setting Up Custom Items and Catalogs Updated August 2015 Contents About Setting Up Custom Items and Catalogs...3 Prepare to Use Custom Items and Catalogs...3 Plan Ahead for Customer Demos or Web Account

More information

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,

More information

Google Sites. How to create a site using Google Sites

Google Sites. How to create a site using Google Sites Contents How to create a site using Google Sites... 2 Creating a Google Site... 2 Choose a Template... 2 Name Your Site... 3 Choose A Theme... 3 Add Site Categories and Descriptions... 3 Launch Your Google

More information

Training Manual. Version 6

Training Manual. Version 6 Training Manual TABLE OF CONTENTS A. E-MAIL... 4 A.1 INBOX... 8 A.1.1 Create New Message... 8 A.1.1.1 Add Attachments to an E-mail Message... 11 A.1.1.2 Insert Picture into an E-mail Message... 12 A.1.1.3

More information

Drive. Etobicoke-Mimico Watershed Coalition

Drive. Etobicoke-Mimico Watershed Coalition Drive Etobicoke-Mimico Watershed Coalition (Adapted from Google Drive for Academics available at https://docs.google.com/document/d/1hvbqob26dkpeimv6srdgwvpupuo5ntvojqjxorq0n20/edit?pli=1) Table of Contents

More information

Customize tab; click the Accounts category; drag the satellite dish icon to your toolbar.

Customize tab; click the Accounts category; drag the satellite dish icon to your toolbar. The Tech/Media Department will install and configure GroupWise for you on your classroom Mac OS X or PC computer. If GroupWise is not currently installed and you would like to begin using it, please submit

More information

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

More information

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

Microsoft FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

More information

Committee guide to club features on UWESU Website Version 1.1

Committee guide to club features on UWESU Website Version 1.1 Committee guide to club features on UWESU Website Version 1.1 This guide will help you get the best out of your club pages, whether you are a sport, society or network. 1 Logging on and gaining access

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

Startup Instructions for the Online Member Forum

Startup Instructions for the Online Member Forum Startup Instructions for the Online Member Forum What is the Online Member Forum? The Online Member Forum is a powerful tool that allows your association to create an online community with your members

More information

Virtual Spirits control panel V5

Virtual Spirits control panel V5 Virtual Spirits control panel V5 Tutorial let s get started Document version 5.4 VSpirits Technologies Ltd. 2013 All Rights Reserved. In this guide, you'll learn how to: 1. Design my chat agent How can

More information

Cloud Services MDM. Control Panel Provisioning Guide

Cloud Services MDM. Control Panel Provisioning Guide Cloud Services MDM Control Panel Provisioning Guide 10/24/2014 CONTENTS Overview... 2 Accessing MDM in the Control Panel... 3 Create the MDM Instance in the Control Panel... 3 Adding a New MDM User...

More information

How To Create A Site In Sharepoint 2013

How To Create A Site In Sharepoint 2013 1 About the Author Isha Kapoor is a SharePoint Geek, a Vivid blogger, Author, Trainer and a SharePoint Server MVP from Toronto Canada. She is a founder and primary Author of famous SharePoint website www.learningsharepoint.com.

More information

AWEBDESK LIVE CHAT SOFTWARE

AWEBDESK LIVE CHAT SOFTWARE AWEBDESK LIVE CHAT SOFTWARE Version 6.1.0 AwebDesk Softwares Administrator Guide Edition 1.2 January 2014 Page 1 TABLE OF CONTENTS Introduction.......... 4 Sign In as Admin...5 Admin Dashboard Overview.

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

BulkSMS Text Messenger Product Manual

BulkSMS Text Messenger Product Manual BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select

More information

Editing your Website User Guide

Editing your Website User Guide User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already

More information

How To Use Rstickets!Pro On A Pc Or Macbook 2.5 (For Macbook)

How To Use Rstickets!Pro On A Pc Or Macbook 2.5 (For Macbook) Quick guide Step 1: Purchasing an RSTickets!Pro membership Step 2: Downloading RSTickets!Pro Step 3: Installing RSTickets!Pro Step 4: Configuring RSTickets!Pro Step 5: Add new departments Step 6: Add new

More information

Single Property Website Quickstart Guide

Single Property Website Quickstart Guide Single Property Website Quickstart Guide Win More Listings. Attract More Buyers. Sell More Homes. TABLE OF CONTENTS Getting Started... 3 First Time Registration...3 Existing Account...6 Administration

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

DNNCentric Custom Form Creator. User Manual

DNNCentric Custom Form Creator. User Manual DNNCentric Custom Form Creator User Manual Table of contents Introduction of the module... 3 Prerequisites... 3 Configure SMTP Server... 3 Installation procedure... 3 Creating Your First form... 4 Adding

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

ASUS WebStorage Client-based for Windows [Advanced] User Manual

ASUS WebStorage Client-based for Windows [Advanced] User Manual ASUS WebStorage Client-based for Windows [Advanced] User Manual 1 Welcome to ASUS WebStorage, your personal cloud space Our function panel will help you better understand ASUS WebStorage services. The

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Faculty Web Site with WCM

Faculty Web Site with WCM Faculty Web Site with WCM WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 FACULTY WEB SITE WITH WCM... 2 Introduction 2 Getting Started 3 Understanding the Template 4 The WCM Layout

More information

Microsoft Office Live Meeting Events User s Guide

Microsoft Office Live Meeting Events User s Guide Microsoft Office Live Meeting Events User s Guide Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies,

More information

OVERVIEW AND TERMINOLOGY

OVERVIEW AND TERMINOLOGY ACH Online Services OVERVIEW AND TERMINOLOGY There are ACH terms and definitions that are helpful to understand in order to use the ACH Online Service. In addition, there are basic tasks (accessing ACH

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: http://www.itoris.com or contact directly by email: sales@itoris.

CMS and e-commerce Solutions. version 1.0. Please, visit us at: http://www.itoris.com or contact directly by email: sales@itoris. Help Desk for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2. Installation...

More information

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com Advance User s Guide -www.ecommercesoftwareone.com Contents Background 3 Method 4 Step 1 - Select Advance site layout 4 Step 2 - Identify Home page code of top/left and bottom/right sections 6 Step 3 -

More information

frequently asked questions which you might find useful for creating/updating your SlideRunner. Frequently Asked Questions

frequently asked questions which you might find useful for creating/updating your SlideRunner. Frequently Asked Questions SlideRunner is the latest and most fabulous tool for presenting your ideas. Below are some of the frequently asked questions which you might find useful for creating/updating your SlideRunner. Frequently

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 2.11 Connecting

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

ADP Workforce Now Portal Administrator Guide. Version 1.2

ADP Workforce Now Portal Administrator Guide. Version 1.2 ADP Workforce Now Portal Administrator Guide Version 1.2 ADP s Trademarks The ADP Logo and ADP are registered trademarks of ADP, Inc. ADP Workforce Now is a trademark of ADP, Inc. Third-Party Trademarks

More information

Drupal Training Guide

Drupal Training Guide Drupal Training Guide Getting Started Drupal Information page on the IT site: http://it.santarosa.edu/drupal On this page is information about Drupal sign up, what Drupal is, which is a content management

More information

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring 7 th Annual LiveText Collaboration Conference Advanced Document Authoring Page of S. La Grange Road, nd Floor, La Grange, IL 6055-455 -866-LiveText (-866-548-3839) edu-solutions@livetext.com Page 3 of

More information

DIIMS Records Classifier Guide

DIIMS Records Classifier Guide DIIMS Records Classifier Guide Featuring Content Server 10 Second Edition, November 2012 Table of Contents Contents 1. DIIMS Overview... 3 1.1 An Overview of DIIMS within the GNWT... 3 1.1.1 Purpose of

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

The Electronic Voting System - EVS

The Electronic Voting System - EVS The Electronic Voting System - EVS The electronic voting system is based on the MSU surveys application. Its primary purpose is to allow the MSU community to vote on a variety of issues, membership or

More information

Job Streaming User Guide

Job Streaming User Guide Job Streaming User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition 08 2006 TOPS JS AA 3.2.1 The names of actual

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents User Guide Table of Contents 1. Introduction to Facebook Connect and Like Free... 3

More information

Daily Traffic Control Log

Daily Traffic Control Log Daily Traffic Control Log User Instructions Name: FAP&A940/3.2 Property of Ford Motor Company GIS: 37.01 S+3T Proprietary Printed December 2012. This Instruction manual has been written to accompany the

More information

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS JOHN MOYLAN UKONS EXPRESSIONENGINE DOCUMENTATION 2 What is ExpressionEngine? ExpressionEngine is a flexible, feature-rich content

More information

Nintex Forms 2013 Help

Nintex Forms 2013 Help Nintex Forms 2013 Help Last updated: Friday, April 17, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Lions Clubs International e-district House Content Management System (CMS) Training Guide

Lions Clubs International e-district House Content Management System (CMS) Training Guide Lions Clubs International e-district House Content Management System (CMS) Training Guide All of the material contained in this guide is the exclusive property of Alkon Consulting Group, Inc. (Alkon).

More information

ez Publish Website Interface version 1.0

ez Publish Website Interface version 1.0 ez Publish Website Interface User Guide version 1.0 Table of Contents ez Publish Website Interface User Guide 1.Introduction...4 1.1.About ez Publish and ez Publish Now...4 1.2.Target audience...4 1.3.Conventions...5

More information

GETTING STARTED. 1. Go to www.active.com/activegiving. 2. Click on Fundraiser Login at the top right hand of the screen

GETTING STARTED. 1. Go to www.active.com/activegiving. 2. Click on Fundraiser Login at the top right hand of the screen GETTING STARTED 1. Go to www.active.com/activegiving 2. Click on Fundraiser Login at the top right hand of the screen 3. Log In using your username (your email) and your password 4. Once in the Campaign

More information

Getting started with Sitebuilder

Getting started with Sitebuilder 1 Getting started with Sitebuilder Table of Contents 1. Accessing your website in WCMS 2. Creating a new page in WCMS 3. Editing a page in WCMS 4. Insert an image 6. Uploading an image 7. Uploading a document

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1 KFUPM Web Content Management System powered by SharePoint 2010 1 Sample Department Site Site Actions Steps to login for administrators Navigate to your website and type in the url /admin.aspx

More information

Kaseya 2. User Guide. Version 1.1

Kaseya 2. User Guide. Version 1.1 Kaseya 2 Directory Services User Guide Version 1.1 September 10, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro Color Swatches Pro Magento Extension User Guide Official extension page: Color Swatches Pro Page 1 Table of contents: 1. How to upload images for attributes... 3 2. General Settings....... 7 3. Category

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

Converting Prospects to Purchasers.

Converting Prospects to Purchasers. Email Template Guide LASSO EMAIL TEMPLATE EDITOR... 2 ABOUT LASSO EMAIL TEMPLATE EDITOR... 2 CREATING AN EMAIL TEMPLATE... 2 ACCESSING EMAIL TEMPLATES... 2 ADDING AN EMAIL TEMPLATE FOLDER... 3 BASIC PRINCIPLES

More information

Quick Start Guide. Ten steps for opening your shop:

Quick Start Guide. Ten steps for opening your shop: Quick Start Guide Just a few steps are required before your shop can be used to sell online. We will show you how to quickly and simply create your online shop and enter the world of online business. Note:

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Terminal Four (T4) Site Manager

Terminal Four (T4) Site Manager Terminal Four (T4) Site Manager Contents Terminal Four (T4) Site Manager... 1 Contents... 1 Login... 2 The Toolbar... 3 An example of a University of Exeter page... 5 Add a section... 6 Add content to

More information

Insert/Edit Link: Popup Tab

Insert/Edit Link: Popup Tab Overview Note: The information on this page pertains to the old WYSIWYG Editor. For information about the new JustEdit Editor and the JustEdit toolbar, visit the JustEdit page. The Popup tab of the Insert/Edit

More information

RoboMail Mass Mail Software

RoboMail Mass Mail Software RoboMail Mass Mail Software RoboMail is a comprehensive mass mail software, which has a built-in e-mail server to send out e-mail without using ISP's server. You can prepare personalized e-mail easily.

More information

User guide to the EMIR 1 notifications web portal

User guide to the EMIR 1 notifications web portal User guide to the EMIR 1 notifications web portal Contents 1. INTRODUCTION 2 2. Registering as a user 2 2.1 Super users 3 2.2 Adding additional counterparties 3 2.3 Adding additional users 4 2.4 Adding

More information

Magento Extension REVIEW BOOSTER User Guide

Magento Extension REVIEW BOOSTER User Guide Magento Extension REVIEW BOOSTER 0.1.0 Version 2 April, 2014 Release Date support@magebuzz.com Support 1 Table of contents Table of contents I. Preface 1. About This Document 2. Compatibility 3. Questions

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Live Text at Centenary College Quick Tips Guide

Live Text at Centenary College Quick Tips Guide Live Text at Centenary College Quick Tips Guide Please read all the information on this page. LiveText can help you create and maintain a digital portfolio of all the assignments and teaching materials

More information

What Do You Think? for Instructors

What Do You Think? for Instructors Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation

More information

Event Management Do-It-Yourself User Guide

Event Management Do-It-Yourself User Guide ) Event Management Do-It-Yourself User Guide Last Revised 9/6/11 Version 1 Powered by TABLE OF CONTENTS MODULES: 3-74 ereg Module: 3-58 Event Info Tab 4-13 Categories Tab 14-16 Attendee Info Tab 17-19

More information

Cvent Attendee Management

Cvent Attendee Management Cvent Attendee Management 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com customercare@cvent.com U.S. and Canada (toll-free) 866.318.4357 UK (toll-free) 0808.234.4543 Australia (toll-free)

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

DNNSmart Super Store User Manual

DNNSmart Super Store User Manual DNNSmart Super Store User Manual Description This is one simple but useful e-commerce module. It consists of multiple submodules which can help you setup your DNN E-commerce sites quickly. It's very easy

More information

Umbraco v4 Editors Manual

Umbraco v4 Editors Manual Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information