Note about compatibility: This module requires that PHP is enabled on the server. You should verify that your host offers PHP prior to installation.

Size: px
Start display at page:

Download "Note about compatibility: This module requires that PHP is enabled on the server. You should verify that your host offers PHP prior to installation."

Transcription

1 Soft Goods This module provides a means for selling downloadable products. The Concept... This module provides an interface for you to deliver downloadable products, such as zip, pdf, music and video files. After a customer places an order (with an approved payment method) he/she can be provided with a download link on the invoice and/or be sent an with the download link. Download links use unique strings, and can have expirations set on them (number of downloads and timeframe). And since the actual download files are stored in your mivadata directory, the files are not publicly accessible. Note about compatibility: This module requires that PHP is enabled on the server. You should verify that your host offers PHP prior to installation. Note about how the module works: This module uses a supporting.php file to deliver an accurate, unique link to the customer. Installing the Module... This module is installed as an Order Fulfillment module. Click here for installation steps. Accessing the Module... After installing the module, click on the Order Fulfillment link in your Miva Merchant Admin, and click on the Coupon Settings link in the right-hand screen. This is where you will make all configurations for the module.

2 Before You Start Before configuring the Soft Goods module, you need to open the download.php file (included in the zip file you received) in a text editor and edit the module path field at the top of the file. This line needs to be the full URL to the Soft Goods module file, and will look something like this: To verify the right url, you may need to FTP to your server to confirm the directory structure. Once you ve verified the full url, you need to upload this file to your site s public directory (this is the same directory where your site s home page like the index.html file is located). We recommend putting the file parallel to the index.html and Merchant2 folders so it can be called simply via Main Settings... Before serving downloadable files, you need to configure settings for Soft Goods. Enabled: This box must be checked in order for the module to actually function. We recommend leaving this unchecked until you are ready to test your settings. Path to Miva data directory: On a typical server installation of Miva Merchant, your data directory will be named mivadata or htsdata, and can normally be called as../mivadata/ or../htsdata/. However, some server setups may have alternative paths. The actual server path to the data directory must be put here. If you find a problem with this setting, you may need to contact your host, or refer to the troubleshooting section at the end of this documentation. Path to downloads: You ll need to create a directory on the server in which your downloadable files will be stored. The directory needs to be relative to your data directory. We recommend creating a directory named downloads as a sub-directory of your mivadata directory. Via FTP this would look like: mivadata/downloads. In the Path box, enter the name of the directory followed by a slash. For example: downloads/. URL to PHP script: Enter the URL to the download.php script you uploaded to the server. Commonly this would be something like

3 Max download attempts: Enter a positive number denoting the maximum number of download attempts a customer may make. Most sites set this at 2 or 3. Why would you want to allow more than one attempt to be made? Because some browsers may crash, not parse the url directly, or an interruption to the Internet may occur. Any time the max attempts is reached, the customer will need to contact you for assistance. Max minutes to download: Enter the maximum number of minutes a customer has to download the file. One full day equals 1440 minutes. We recommend giving at least one full day for download. You may want to offer 2 or 3 days, as some customers may place their order on a weekend and come back later to download the file. Approved payment modules: Because you likely would not want to offer an immediate download to someone who pays by check or PayPal (in case they use the e-check method), the module lets you decide which payment methods result in immediate download. If a customer pays with an unapproved method, you can quickly activate the download from a special listing. Error for invalid/expired: Enter text for the error you want displayed if a customer attempts to download a file that has been downloaded too many times, or if the attempt exceeds the maximum minutes to download. We recommend you include a message for how the customer should contact you if the error is reached and a no file has been downloaded. Log failed attempts: The module can log any failed download attempts, which can assist you in verifying legitimate download problems. Log file: The module will write the log file and name it as you wish. By default this file will be stored in the root of your mivadata directory. You can include a path if you d like it stored elsewhere. For example, you can create a directory named sglogs and set the Log file field to read: sglogs/logattempts.dat Note: The log file can get quite large, especially on highly active sites. We recommend purging the log regularly. You can always save a copy off the server should you need it for future reference.

4 Download Settings You can opt to display the download link right on the invoice, sent via , or both. Displaying the link on the invoice gives the customer instant access. Some stores only send the link via , using this method as a confirmation method that the customer used a valid address when ordering. You could also opt to not provide any links immediately, and manually send links as you verify each order individually. Invoice Screen Settings You can select to display download links above or below the invoice. You can also include a custom header message for the links, upload a clickable download icon, and include a footer below the links area. Settings Here you can set the FROM address, opt to carbon copy the to someone else (will copy for every single order), use a custom subject, header and footer.

5 Creating Downloadable Products To assign products as downloadable, you first need to upload (via FTP) the product s associated file to the downloads directory (inside your store s data directory). 1. In the Admin, locate the product you want to set as downloadable and open it for editing. 2. Click on the Soft Goods tab. 3. Check off the Enabled box (required for download links to work). 4. If you are serving a file for the purchase of the product itself, enter the file s full name (ie. wonderful.zip). If you put the file in a sub-directory of the downloads directory, you ll need toreference it like: books/wonderful.zip (note that you need no slash at the beginning as you had put the slash at the end of the downloads/ directory in the module s Main Settings. 5. If you want to include a custom message to appear on the download , you can do so and it will only appear in the if this particular product is purchased. 6. Soft Goods can serve download files based on one attribute selection only. For example, if you offer a product in both printed and e-book formats and use an attribute for the customer to select which one he/she wants, you can set the e-book option as the downloadable item. However, you cannot use a combination of attributes to offer the download. You can, though, use one attribute for a format with multiple options and set a different file to be downloaded for each format (such as.wav,.mp3, etc.). Attribute Templates are not supported. Any attributes you want to use for downloadable products must be entered manually for the product, or if using an attribute template you must use the copy function. To serve downloads based on an attribute, check off the Enable Attribute-Based Files box select the attribute from the list. 7. Click the Update button. 8. If configuring downloads based on the attributes, enter the file s full name for each applicable attribute option, and click Update.

6 Errors When Assigning Files The most common error when assigning files is one stating that the file cannot be found. This is usually attributed to one of many things: The file has not been uploaded to the server. The file name is not correct (check case, spaces, file extension). The file is not in the proper directory. The path to the store s data directory is not correct (check the Soft Goods module s Main Settings). If you receive an error when assigning a file, you will need to fix it at this point. Testing the Download Link To test a download link, first make sure that the download is Enabled on the Soft Goods tab for the product. 1. Click the Create Download URL. 2. Enter the address to which you want the sent. 3. Make sure Approved is checked, and click the Update button. Once you receive the , click the download link. Errors Downloading Files If errors occur when clicking a link to download a file, consider the following: PHP must be installed on the server. The download.php file MUST contain the proper URL to the Soft Goods script file. The download file must reside the proper location on the server (the same location defined on the Soft Goods tabs for the product). The path to the store s data directory must be correct.

7 Working Live with Soft Goods Once you ve tested everything and have downloaded several files via links successfully, it s time to put the module into action. To turn on the module, click on the Soft Goods tab under Order Fulfillment, check off the Enabled box, and click Update. If you ever encounter serious issues with the fulfillment of files properly, you can uncheck the Enabled box at any time. Working With Unapproved Payments If a customer places an order with an unapproved payment method (a method not set for offering immediate downloads), you ll need to manually send the download link. To quickly send download links via for these types of orders, in the Soft Goods module admin, click the Unapproved Downloads link. Here you can check off the order number(s) that are now approved and click the Update button. Resending Download Links If the customer did not receive the initial or click the link on the invoice screen, or if the download link expired before the item could be downloaded, you ll need to resend the download link. There are two ways to do this: In the Soft Goods admin, click the Reorder Downloads link, enter the order number, and click Update. This will work so long as files are associated with the product(s) ordered. In product s admin area, click the Soft Goods link, then click the Create Download URL link, enter the address and click Update. If you need to send a link for a product not already set as downloadable, you ll need to use this method. Manually Sending Download Links If you need to send a link and there s no associated order for the product in the store, you can do so by clicking the Soft Goods link in the product s admin area and clicking the Create Download URL link. Database Maintenance From time to time you ll want to clear all the expired records from the downloads database. This file can get quite large for highly active stores. If you need to maintain a copy of these records, you can download the database files from your mivadata directory.

8 Importing Download File Associations You can bulk import file associations, saving you time from having to manually assign them via the Admin. Doing this requires that you have installed the Soft Goods Import module. Formatting the Import File The import file can be created in a database or spreadsheet program, such as Microsoft Excel. You will then need to save the file as a delimited file, and the PIPE delimiter is recommended. Product-Wide Files For product-wide files (you re not using attributes), the file needs to contain at least three columns: the Product Code, and Enabled option, and the Filename (with any subdirectory path). The Enabled column must contain a 0 or a 1 with 1 meaning that downloads are enabled for the product, and 0 meaning they are not. There is no need to include codes for any products that will not be downloadable. Example of file A typical file for importing would look something like: file.zip file2.zip file3.zip Or, if you re using sub-directories: books/file.zip cds/file2.zip books/file3.zip You can also include a column for a product-specific download message (optional). If including a message, your file would look like: books/file.zip You will have 60 days to view this file cds/file2.zip If you like this, then checkout books/file3.zip You will have 60 days

9 Attribute Option Files To import file assignments for attribute options, the file will need to include the Product Code, the Enabled option, the Enabled Attribute-Based Files option, the Attribute Code, the Attribute Option and the file name. When importing this type of assignment, the attributes must already be applied to the products and cannot be dynamically updatable by an attribute template. Attribute options and files need to follow a specific format and need to be separated by a comma. For example, if you offer music files in both.wav and.mp3 format, your import file would look something like this: Format MP3:cds/file.zip,WAV:cds/file2.zip And here s a breakdown of the fields: 1000 the product code 1 product enabled for downloads 1 product attribute options enabled for downloads Format the Attribute Code MP3:cds/file.zip the Option Code for.mp3 format, followed by the subdirectory and the file name WAV:cds/file.zip the Option Code for.wav format, followed by the subdirectory and the file name Importing the File To import the flat file, in your Miva Merchant Admin Menu, navigate to: Stores Your Store Utilities Import Data Soft Goods Import Use the upload button to upload the file, and select the delimiter of the file. During import you ll be prompted to select which fields in the file pertain to which fields that are required by the Soft Goods module.

10 Installing Soft Goods 1. In the Miva Merchant Admin Menu, click the next to Modules. 2. Click Add Module. 3. Use the upload button to upload the DEN_SOFTGOODS.mvc (or.mv if running MM version 4.13 or lower) to the store. 4. Once uploaded, click the Add button. 5. Click the next to your store s link. 6. Click the Order Fulfillment link. 7. In the right-hand screen, check off the box next to Soft Goods and click Update. 8. At the top of the screen, click the Soft Goods link. 9. Enter your license key and agree to the terms. 10. Click Update. If you are running the Open Look & Feel (OpenUI), which is required for Miva Merchant versions 4.14 and higher, installation is complete. Installing the Import File 1. In the Miva Merchant Admin Menu, click the next to Modules. 2. Click Add Module. 3. Use the upload button to upload the DEN_SGIMPT.mvc (or.mv if running MM version 4.13 or lower) to the store. 4. Once uploaded, click the Add button. Updating/Upgrading Soft Goods From time to time updates may be made to fix issues or add more features. To see if there are updates available for this module, you can click the upgrades link in the module s admin at any time. If one is available, you can download the file and follow the instructions on updating the module.

11 Troubleshooting Soft Goods Besides the troubleshooting scenarios outlined in this documentation, here are some additional issues some users face, and information on fixing them. "Module not found. Invalid URL to Soft Goods module." This error normally means that the URL to the DEN_SOFTGOODS.mvc file is not set correctly in the download.php file. If you are a current user of this module and recently upgraded to a new version of Miva Merchant, you must update the directory (4.2x, etc.) in the download.php file. If you are sure the $module_path setting in download.php is correct, below is a list of other (though rare) known causes of this error. There may be a permissions problem with the DEN_SOFGOODS.mv(c) module. Try accessing the URL in your browser. A totally blank page should appear. If you instead get a page not found error, check to make sure that the permissions on the file (and it s folder) are correct. The 'allow_url_fopen' setting may be disabled in the PHP configuration file. You will need to contact your hosting provider to make sure this setting is enabled. The server may be behind a firewall that blocks URL calls from PHP to the same domain. Try using 'localhost' in place of yourdomain.com in the $module_path setting, or contact your hosting provider. "File not found. Invalid path or filename." The most common cause of this error is an invalid path to the Miva data directory set in the Soft Goods Global Settings tab. If you are having trouble finding the correct path to use, it may help to create a small info.php file with only the following content: <?php phpinfo();?> Name this file info.php and upload it to the server s root HTML directory (where the index.html file is located). This file will print out various php configuration settings. You ll want to search for 'DOCUMENT_ROOT'. This should display the path to your documents (HTML) directory and from that you can usually tell what the actual path to the Miva data directory would be. You can often also use a path relative to the download.php script, i.e.../mivadata/. Or, you may need to contact your host. Other causes include an invalid path to the downloads folder, a permissions problem, or an invalid filename.

12 Obtaining Support Standard support for this module is offered free of charge via the Support Desk. Standard support covers initial installation issues, confliction issues and standard usage of the module. Some issues may be considered advanced, such as requests that require custom coding or configuration. Services are offered for this type of support or work. Please inquire. Before contacting support, please double-check your settings against this document, and visit the Module s FAQ section.

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits.

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits. Card Magic Module for Miva Merchant Copyright 2007 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you need additional

More information

Card Magic. Module for Miva Merchant. Introduction. Table of Contents

Card Magic. Module for Miva Merchant. Introduction. Table of Contents Card Magic Module for Miva Merchant Copyright 2007, 2008 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

Inventory Manager version 5

Inventory Manager version 5 http://www.vikingcoders.com Inventory Manager version 5 This module lets you maintain control of inventory for your store s products as well as product attributes. Inventory counts can be set manually

More information

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE If your buyers use PayPal to pay for their purchases, you can quickly export all names and addresses to a type of spreadsheet known as a

More information

2CHECKOUT PLUG-IN USER GUIDE

2CHECKOUT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 2CHECKOUT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE ON 2CHECKOUT.COM... 5 4. HOW TO CONFIGURE IN 2CHECKOUT

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 Logging in to Qualtrics Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 1. Open a browser and go to http://www.qualtrics.com 2. If you have a Qualtrics account, use it to login.

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

Mail Merge for Gmail v2.0

Mail Merge for Gmail v2.0 The Mail Merge with HTML Mail program will help you send personalized email messages in bulk using your Gmail account. What can Mail Merge for Gmail do? You can send messages in rich HTML, the message

More information

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1 Ad Banner Manager 8.1 User Guide Ad Banner Manager 8.1 User Guide... 1 Introduction... 6 Installation and configuration... 6 Upgrading... 6 Installation Steps... 7 Setting Page Permissions for the BannerAdvertisers

More information

Upload and Go! Tired of doing data entry? Save time and increase cash flow by submitting accounts in bulk upload. Upload and Go!

Upload and Go! Tired of doing data entry? Save time and increase cash flow by submitting accounts in bulk upload. Upload and Go! Tired of doing data entry? Save time and increase cash flow by submitting accounts in bulk upload. Step 1: TIP: Make sure the file, to be uploaded, does not have any blank lines above the header line or

More information

FULFILLMENT PROGRAM How to Order Membership Invitation Materials

FULFILLMENT PROGRAM How to Order Membership Invitation Materials FULFILLMENT PROGRAM How to Order Membership Invitation Materials FULFILLMENT Yes, I want to order invitation materials. Yes, I want to customize a membership invitation letter and have invitation packets

More information

Positive Pay. Quick Start Set-up Guide

Positive Pay. Quick Start Set-up Guide Positive Pay Quick Start Set-up Guide 1-2-3 EASY STEPS TO FRAUD PROTECTION The following information will help you get up and running with Positive Pay quickly and easily. With Positive Pay, you provide

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

SedonaOffice Users Conference. San Francisco, CA January 21 24, Sedona . Presented by: Jim Mayes Carolyn Johnson

SedonaOffice Users Conference. San Francisco, CA January 21 24, Sedona . Presented by: Jim Mayes Carolyn Johnson SedonaOffice Users Conference San Francisco, CA January 21 24, 2018 SedonaEmail Presented by: Jim Mayes Carolyn Johnson This Page Intentionally Left Blank Page 2 of 50 Table of Contents Overview... 4 What

More information

DocShuttle Dictator. by Bytescribe, Inc.

DocShuttle Dictator. by Bytescribe, Inc. DocShuttle Dictator by Bytescribe, Inc. Additional Documentation For more information on using DocShuttle Dictator, please visit: DocShuttle Frequently Asked Questions (FAQ s) go to www.bytescribe.com/faqs.htm

More information

Pinnacle Cart User Manual v3.6.3

Pinnacle Cart User Manual v3.6.3 Pinnacle Cart User Manual v3.6.3 2 Pinnacle Cart User Manual v3.6.3 Table of Contents Foreword 0 Part I Getting Started Overview 7 Part II Categories & Products 11 1 Manage... Categories Overview 11 Add

More information

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih OpenCart E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih Introduction OpenCart is free open source ecommerce platform for online merchants. It is a module based system which allows users

More information

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla!

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla! AceShop Quick Guide 1.1 What is AceShop? AceShop is a full-featured e-commerce component for Joomla with an easy to use, search engine friendly, visually appealing interface. AceShop is the integration

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

ADMIN GUIDE. Easily manage your staff s access to Snap, reset passwords and update user profiles.

ADMIN GUIDE. Easily manage your staff s access to Snap, reset passwords and update user profiles. ADMIN GUIDE Easily manage your staff s access to Snap, reset passwords and update user profiles. Welcome to Snap As an Agency Administrator, you can easily manage the Agency staff s access to Snap. Using

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

PLR-MRR-Products.com 1

PLR-MRR-Products.com 1 PLR-MRR-Products.com 1 You may give away this ebook. It may not be modified in any manner. Brought to You by PLR-MRR-Products.com Disclaimer Reasonable care has been taken to ensure that the information

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Oracle isupplier. Supplier User Guide

Oracle isupplier. Supplier User Guide Supplier User Guide Table of Contents isupplier Application, Help and Support... 3 Registration... 3 For Help... 3 Overview... 4 User Registration... 5 Login to isupplier... 7 isupplier and Sourcing Responsibility

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

X-Payments:FAQ. X-Payments user manual

X-Payments:FAQ. X-Payments user manual X-Payments:FAQ X-Payments user manual 1. X-Payments:General information How It Works Key features 2. What's New What's New in X-Payments 3.1 What's New in X-Payments 3.0 3. System requirements System requirements

More information

CMS Shado 9. Quick Start Guide

CMS Shado 9. Quick Start Guide CMS Shado 9 Quick Start Guide 1 Logging In 3 Shado Central Interface 4 Sections, Pages and Containers 7 Sections 7 Pages 7 Containers 7 The Site Tree 8 Edit Content on a Page 9 Editing Container Content

More information

Creating Accounts and Test Registrations Using Batch Load

Creating Accounts and Test Registrations Using Batch Load Quick Start Guide Creating Accounts and Test Registrations Using Batch Load Document Purpose This document contains information used by site administrators to create ACT WorkKeys online accounts and test

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

DocShuttle Administrator

DocShuttle Administrator DocShuttle Administrator by Bytescribe, Inc. Additional Documentation For more information on using DocShuttle Administrator, please visit: DocShuttle Frequently Asked Questions (FAQ s) go to www.bytescribe.com/faqs.htm

More information

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5 Contents A. Getting Started... 3 1. About e-access... 3 2. Enrolling in e-access:... 3 3. Authenticating your account... 5 4. Login... 5 B. Fix a Problem... 6 1. Provided the wrong email address during

More information

SiteProxy adds security, reduces network traffic on the camera, and improves performance.

SiteProxy adds security, reduces network traffic on the camera, and improves performance. SiteProxy SiteProxy is a cross-platform HTTP server for managing one or more Internet Camera Servers (Canon VB101, VB150, and VB-C10/R, and others) streaming video servers. Location of the SiteProxy Software

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

These five steps are necessary for a successful upgrade. Please pay close attention to any of them, and do not skip any steps.

These five steps are necessary for a successful upgrade. Please pay close attention to any of them, and do not skip any steps. Updating PrestaShop New versions of PrestaShop come every few weeks. Some are major, most are minor, but they all bring a slew of innovations, improvements and bug-fixes. It is therefore highly advised

More information

Web Sites Getting Started Guide

Web Sites Getting Started Guide Web Sites Getting Started Guide Last Updated: November 14, 2007 INTRODUCTION...4 The Management Console...5 Logging Into The Management Console...6 Troubleshooting Login Problems...9 Web Site Options...10

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Indian GST extension User Manual

Indian GST extension User Manual extension User Manual Magento 2 extension helps creating and calculating tax rates and rules to make your Magento 2 stores GST ready. Table of Content 1. Extension Installation Guide 2. Configuration 3.

More information

Cart32 Store Builder User Manual

Cart32 Store Builder User Manual Cart32 Store Builder User Manual 1 Contents 1. Client and Sales Summaries... 3 2. Main Categories... 3 3. Store Builder Sub-Categories... 3 Categories... 4 Add a Category/Subcategory... 5 Edit a Category/Subcategory...

More information

Getting Started with PHP

Getting Started with PHP SECTION I AL Getting Started with PHP LESSON 3: Learning PHP Syntax LESSON 5: Debugging Code MA LESSON 4: Working with Variables TE LESSON 2: Adding PHP to a Web Page RI LESSON 1: Setting Up Your Workspace

More information

Check Positive Pay. User Guide

Check Positive Pay. User Guide Bu Check Positive Pay User Guide Table of Contents Overview... 2 Issues... 2 Issue Entry... 2 Import Issues... 5 Issue Activity... 17 Decisions... 20 Decision Items... 20 Decision Activity... 25 Subscriptions...

More information

1 Installation. 2 Set an admin password. 3 Setup Basic Settings. WiFi Hotspot Pro User Guide. April Version 1.3-9

1 Installation. 2 Set an admin password. 3 Setup Basic Settings. WiFi Hotspot Pro User Guide. April Version 1.3-9 1 Installation 1. Connect the power supply 2. Connect the WAN port to a spare port on your existing router, ADSL or cable modem with the cable supplied. 3. From a computer with Wireless connect to the

More information

Resellers Guide Managing your Reseller Account

Resellers Guide Managing your Reseller Account Resellers Guide Managing your Reseller Account Read our Blog: http://blog.webfusion.co.uk/ View our support site: http://webfusion-support.co.uk/ Follow us on Twitter: http://twitter.com/webfusionuk Contents

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

More information

When you don t want to lose your site s existing look and feel, you re

When you don t want to lose your site s existing look and feel, you re Bonus Chapter 2 Hosting Your Site In This Chapter Hosting at home (page) Giving your site a test Using tags on a page When you don t want to lose your site s existing look and feel, you re short on time,

More information

Make Courses User Guide. version

Make Courses User Guide. version Make Courses User Guide version 09102014 Contents 1. Make Courses Starting a New Course Editing Your Course Lessons Starting a Lesson Adding a New Lesson Adding Media Files to a Lesson Switching Lessons

More information

Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2

Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2 Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2 Miva Corporation 2629 Ariane Drive San Diego, CA 92117 Telephone: 858-490-2570 Telefax: 858-490-0548 http://www.miva.com

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD WebAD IISADMPWD Replacement Tool v2.5 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v2.5 Web Active Directory, LLC Contents Overview... 2 Solution

More information

View my bill online. User guide

View my bill online. User guide View my bill online User guide View my bill online With View My Bill Online, you can monitor the conferencing charges to your account anytime from anywhere. It s easier than ever to get the charge details

More information

Web ordering process

Web ordering process Web ordering process Rapido Print 2014 Welcome to our home page The menu bar has navigation links to - our products, an area with artwork guides and general information, some of our client feedback, information

More information

MySagePay User Guide

MySagePay User Guide MySagePay User Guide Table of Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

Design Gallery User Guide

Design Gallery User Guide Design Gallery User Guide Table of Contents Placing an Order... 3 For Stock and Print on Demand Items... 4 For Customizable Items... 5 Advanced Location Search in Shopping... 7 Your Shopping Cart... 8

More information

Order Status Manager.

Order Status Manager. http://www.vikingcoders.com Order Status Manager This modules allows you to set order statuses, and provide tracking information, for orders and individual products. An accompanying module Order Status

More information

Web Sites Web Site Content

Web Sites Web Site Content Web Sites Web Site Content Last Updated: November 14, 2007 INTRODUCTION...3 Web Site Content...4 Tabs and Pages...4 Adding a Tab or Page...4 Editing a Tab or Page...8 Deleting a Tab or Page...9 Renaming

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

Account Administration... 3 Is There a Test Server Where I Can Practice my Setups?... 4 How Do I Request Support?... 5

Account Administration... 3 Is There a Test Server Where I Can Practice my Setups?... 4 How Do I Request Support?... 5 LICENSEE SUPPORT Table of Contents Account Administration... 3 Is There a Test Server Where I Can Practice my Setups?... 4 How Do I Request Support?... 5 License Agreements...11 How do I view Agreement

More information

PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE

PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE PROFESSIONAL DEVELOPMENT ADVISOR (PDA) USER GUIDE PDA Account Registration On the America s Health Insurance Plans website (www.ahip.org/courses ), Click Register and submit your information. Please note

More information

CREATING WEBSITES. What you need to build a website Part One The Basics. Chas Large. Welcome one and all

CREATING WEBSITES. What you need to build a website Part One The Basics. Chas Large. Welcome one and all Slide 1 CREATING WEBSITES What you need to build a website Part One The Basics Chas Large Welcome one and all Short intro about Chas large TV engineer, computer geek, self taught, became IT manager in

More information

IT Student Helpdesk Handbook

IT Student Helpdesk Handbook IT Client Services IT Student Helpdesk Handbook.......... A commitment to ongoing support and assistance for AUT students (09) 921 9953 : help@aut.ac.nz Contents Contents... 2 Who are we?...1 Internet

More information

Table of Contents. 2 P a g e A I M Q U I C K R E F E R E N C E G U I D E

Table of Contents. 2 P a g e A I M Q U I C K R E F E R E N C E G U I D E May 2017 Table of Contents Introduction... 3 Accessing the My ARKIVE Portal... 3 The Dashboard... 4 Accessing AIM... 4 Searching/Filtering Inventory... 5 Adding New Inventory. 9 Work Orders... 11 Adding

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

Step By Step Guide to Your New Website. Basic Website User Manual

Step By Step Guide to Your New Website. Basic Website User Manual Step By Step Guide to Your New Website Basic Website User Manual July, 2018 TABLE OF CONTENTS SECTION ONE - Getting to Know the CMS CONTENT SECTION TWO Home Page & Site-Wide Settings CONTENT TABS Editable

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 3 Plug-in

More information

Company System Administrator (CSA) User Guide

Company System Administrator (CSA) User Guide BMO HARRIS ONLINE BANKING SM FOR SMALL BUSINESS Company System Administrator (CSA) User Guide Copyright 2011 BMO Harris Bank N.A. TABLE OF CONTENTS WELCOME... 1 Who should use this guide... 1 What it covers...

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Version 4.1 Updated Graphical User Interface. Updated navigation from version 4.0 to include Add functions rather than Provision functions.

Version 4.1 Updated Graphical User Interface. Updated navigation from version 4.0 to include Add functions rather than Provision functions. Server Management Tool (SMT) 4.1 User s Guide (Windows Version) Advanced Internet Technologies, Inc. AIT Center September 22, 2004 Revision History: This is version 4.1 of the SMT User s Guide for Windows.

More information

Publisher Onboarding Kit

Publisher Onboarding Kit Publisher Onboarding Kit Smart content. Smart business. Publishing, Supporting & Selling HotDocs Market Templates A HotDocs Market publisher s guide for loading templates, answering customer questions

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

Overview & Training Materials

Overview & Training Materials Overview & Training Materials Introduction SimplifyIT s Intranet Portal and Enterprise Management Solutions including a help desk, knowledge base, training management, vendor management and more is designed

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Gift Cards. User Guide

Gift Cards. User Guide by Table of Contents License Agreement... 3 Extension Description... 4 Extension Installation and Configuration... 5 Working with the Extension... 6 Getting Help and Support... 16 Page 2 of 16 License

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Online Banking Procedures

Online Banking Procedures Table of Contents Online Banking Procedures... 2 1.1 Sign into Online Banking- No Token...2 1.2 Sign into Online Banking- Token...3 1.3 Change Account Nickname...5 Stop Payments... 7 1.4 New Stop Payments...7

More information

DW File Management. Installation Manual. How to install and configure the component.

DW File Management. Installation Manual. How to install and configure the component. DW File Management Installation Manual How to install and configure the component. 1. Download the component and plugin. Go to the website http://shop.decryptweb.com/and purchase the latest version of

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

Positive Pay Quick Start Guide

Positive Pay Quick Start Guide Positive Pay Quick Start Guide Welcome to Positive Pay With Positive Pay, you provide us with information about the checks you write and we compare that information against the physical checks when they

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

MySagePay USER GUIDE

MySagePay USER GUIDE MySagePay USER GUIDE Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

SharePoint List Sync 1.0 User Guide

SharePoint List Sync 1.0 User Guide SharePoint List Sync 1.0 User Guide Copyright Copyright 2008-2017 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright and no part of this

More information

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

Atlantic Capital Exchange Quick Reference Guide

Atlantic Capital Exchange Quick Reference Guide Check Positive Pay Overview Atlantic Capital Exchange Quick Reference Guide The Check Positive Pay service allows users to enter and review checks that have been issued, as well as enter decisions and

More information

How to bulk upload users

How to bulk upload users City & Guilds How to bulk upload users How to bulk upload users The purpose of this document is to guide a user how to bulk upload learners and tutors onto SmartScreen. 2014 City and Guilds of London Institute.

More information

GolfNow Central. Marketing User Guide. February 2018

GolfNow Central. Marketing User Guide. February 2018 Marketing User Guide 2018 1 Table of Contents Course management Player Rules Booking Engine settings Connecting to your Social Media accounts How to send and schedule a one-time campaign How to send and

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

Creating Accounts Using Batch Load

Creating Accounts Using Batch Load User Guide Creating Accounts Using Batch Load Document Purpose This document guides site administrators through the process of creating ACT WorkKeys online accounts for multiple examinees using a batch

More information