Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions and

Size: px
Start display at page:

Download "Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions and"

Transcription

1 Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions and October 2016 MTIG

2 Contents Contents Chapter 1: Introduction... 3 Purpose of This Guide... 4 Audience... 4 Assumptions... 4 Prerequisites...4 Chapter 2: Masterpass Portal and Mastercard Developers Registration... 6 Masterpass Portal and Mastercard Developers Registration... 7 Chapter 3: Masterpass Magento Plug-In Installation... 8 Masterpass Magento Plug-In Installation... 9 Chapter 4: Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration...13 Chapter 5: Configuration Verification Configuration Verification Appendix A: Installation Instructions for Internationalization Module...32 Installation Instructions for Internationalization Module...33 Appendix B: Uninstallation Instructions for Masterpass Extension Module Uninstallation Instructions for Masterpass Extension Module Appendix C: FAQ...37 FAQ Notices...39 October

3 Introduction Chapter 1 Introduction This chapter provides an overview of this document. Purpose of This Guide... 4 Audience... 4 Assumptions... 4 Prerequisites... 4 October

4 Introduction Purpose of This Guide Purpose of This Guide The purpose of this document is to provide instructions on how to install and configure the Masterpass Magento Plug-in (aka Extension Module) into a standard Magento (Enterprise Edition, version or ) installation on Linux/Windows operating system. Audience The intended audience of this document is PCI-compliant merchants or system configurators/ integrators. Assumptions The instructions in this guide assume the following: Working knowledge of Linux/Windows operating system environments. Working knowledge of LAMP stack on Linux OS or WAMP stack on Windows or XAMPP. Working knowledge of Magento installation and administration. Working installation of Magento with no issues and warnings. Command access to the Linux OS with the proper permission. Successful completion of registration in the Masterpass Merchant or Service Provider Partner Portal and the Mastercard Developers website (see the instructions that follow) with the following information available for configuration. Consumer Keys Checkout Identifier(s) Keystore File Keystore Password To support Australian addresses, you must have installed the Fontis Australia plug-in from The plug-in is developed for use with the English language and compatible browsers are Internet Explorer and Chrome. Prerequisites Depending on your XAMPP/LAMP/WAMP installation, if the following file is not at the given pear location you need to externally download it and keep it in the location as follows. Download the XML Parser library from Copy the Parser.php file in the XML folder of the pear library folder (path, for example, /lib/php/pear/xml or /lib/php/pear/xml or /xampp/php/pear/xml or / xampp/php/pear/xml ) October

5 Introduction Prerequisites Change the include_path variable in the php.ini file for the pear library, for example, include_path="/path/to/pear/" (This might be an optional/additional step or already there but you can try it if there is any error related to the pear/xml library) October

6 Masterpass Portal and Mastercard Developers Registration Chapter 2 Masterpass Portal and Mastercard Developers Registration This chapter provides information on how to register with the Masterpass Portal and the Mastercard Developers website. Masterpass Portal and Mastercard Developers Registration...7 October

7 Masterpass Portal and Mastercard Developers Registration Masterpass Portal and Mastercard Developers Registration Masterpass Portal and Mastercard Developers Registration Before you begin working with this plug-in, you must complete the registration process in the Masterpass Merchant or Service Provider Portal and the Mastercard Developers site. Please refer to the Onboarding instructions in the relevant Masterpass Integration Guide located here: October

8 Masterpass Magento Plug-In Installation Chapter 3 Masterpass Magento Plug-In Installation This chapter provides instructions on how to install the Masterpass Magento Plug-in. Masterpass Magento Plug-In Installation... 9 October

9 Masterpass Magento Plug-In Installation Masterpass Magento Plug-In Installation Masterpass Magento Plug-In Installation You must obtain the plug-in extension zip file from Masterpass before you begin the manual installation process. The file can be found at either of the following locations: Mastercard Developers: Masterpass Magento Plug-in at the Magento Connect Store: Procedure The following steps will guide you through the manual installation process. 1. Unzip/extract the plug-in extension zip file using the following command: tar -zxvf <filename> NOTE: For extracting packaged extension files (.tar or.tgz) on Windows, it is recommended to use WinRar in order to get uncorrupted files. 2. You should see the following top folder structure after you have successfully unzipped the file: Inside the app folder, you should see three subfolders as follows: 3. Assuming that Magento is installed at /var/www/magento, follow the instructions below to install the plug-in. Depending on the permissions, you might need to log in as special to copy the files or folders. a. Copy the etc/modules/mastercard_masterpass.xml file into the /var/www/ magento/app/etc/modules folder. b. Make sure that the /var/www/magento/app/code/local folder exists. If not, create the folder. October

10 Masterpass Magento Plug-In Installation Masterpass Magento Plug-In Installation c. Copy the app/code/local/mastercard folder into the /var/www/magento/app/local folder. d. The following instructions will copy the layout and template files into your default theme folder. NOTE: If merchants have multiple web stores and only want to use the Masterpass plug-in on a certain web store, then merchants should only copy the Masterpass plugin template to that particular web store s template. i. Navigate to the merchant template folder. /var/www/magento/app/design/frontend/base ii. Copy the app/design/frontend/base/default/layout/masterpass folder into the /var/www/magento/app/design/frontend/base/default/layout folder. iii. Copy the app/design/frontend/base/default/template/masterpass folder into the /var/www/magento/app/design/frontend/base/default/template folder. iv. Copy the skin/frontend/base/default/css/masterpass folder into the /var/www/magento/skin/frontend/base/default/css folder. 4. To install the SDK as library files, copy the phar files from the lib folder (from the unzipped plug-in folder structure) into the var/www/magento/lib folder. 5. To install third-party libraries and use them in the plug-in module, copy the downloaded guzzle.phar, logging library folder, and config.xml (Logger configuration file) ) from the extracted plug-in s lib folder into the respective magento folders ( var/magento/lib ), and including the SDK files you will have all of the library files in the /var/magento/lib folder as follows: This configuration will print INFO, DEBUG level logs all together in a log file at the specified location. 6. The Masterpass Magento Plug-in is now installed and ready for configuration. October

11 Masterpass Magento Plug-In Installation Masterpass Magento Plug-In Installation NOTE: The Masterpass Magento Plug-in package includes the following third-party libraries that are used with the Masterpass plug-in: Guzzle: Version Log4PHP: Version XML Serializer: Version NOTE: The following Magento application pages are customized/extended for the Masterpass plug-in. Application Main Website Affected Pages Checkout page One page Checkout page Order Details Page Confirmation Page October

12 Masterpass Magento Plug-In Configuration Chapter 4 Masterpass Magento Plug-In Configuration This chapter provides instructions on how to configure the installed Masterpass Magento Plug-in. Masterpass Magento Plug-In Configuration October

13 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration The following instructions will step you through configuration of the Masterpass Magento Plug-in. Procedure 1. Log in to the Magento Administration Console. NOTE: If you were logged in to the Administration Console before completing the plug-in installation, you should log out and log back in again. Otherwise, when attempting to access Masterpass for the first time you will receive a 404 error. 2. You will land on the dashboard page. 3. From the top menu options select System. 4. From the System menu select Configuration. October

14 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration 5. To make sure that the Masterpass plug-in is installed and enabled, scroll down to the ADVANCED section on the left side and select the Advanced submenu. 6. Scroll down to the MasterCard_Masterpass option. The Masterpass configuration is disabled by default. To configure Masterpass, Enable the Masterpass Wallet. October

15 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration NOTE: After you install the plug-in, enable it on the Advanced configuration page and then enable it on the System > Masterpass configuration screen, then any future enabling/disabling should be done from the System > Masterpass configuration screen. If you only disable Masterpass from the Advanced configuration page, the normal checkout button will not appear. 7. Click Save Config if you made any changes. 8. If the Magento cache is enabled, you must flush the cache for your changes to take effect. 9. From the System menu click Configuration. Select the Masterpass option on the left under the GENERAL section. NOTE: If you see a 404 error page after clicking the Masterpass tab, log out and log back in to the Administration Console. October

16 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration 10. Navigate to the Masterpass configuration screen by going to the Magento Admin Panel and then to System > Configuration, and then selecting Masterpass from the menu on the left side of the page. October

17 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration After enabling the Masterpass Module, you must Enable the Masterpass Plug-in in order to view Masterpass configurations. Following is the list of configurable items for Masterpass for the Standard Checkout flow. Standard Checkout flow can be selected in the User Flows field on the configuration page shown in the following figure. October

18 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration October

19 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration Enable Masterpass Wallet Select the Enable or Disable option from the drop-down list. Notification Address October

20 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration If a private key executable path is not entered in the administration console of Magento, a notification will be sent to the address entered into this field. Masterpass Button Size If desired, select a different size for the button that will be displayed next to the Proceed to Checkout button. Acceptance Marks If desired, select a different size for the button that will be displayed on the payment summary page and the order confirmation page. Environment It is set to Sandbox by default. You can switch between Sandbox and Production environments. Note that the Masterpass Consumer Key, Checkout Identifier, and Keystore File are different between the environments. Masterpass API Version (XML version) Set to v6 by default. This is a read-only value that indicates the current version of the Masterpass wallet that this plug-in/extension supports. Consumer Key Retrieve this key from the Masterpass Merchant Portal. This key is provided by Mastercard upon registration as a Masterpass provider. Checkout Identifier Retrieve this key from the Masterpass Merchant Portal. This key is provided by Mastercard upon registration as a Masterpass provider. Keystore File Empty by default. Enter the file provided during registration as a Masterpass provider. This must be a.p12 file type. Private Key Executable Path The path for the private key executable needs to be correctly configured in the Administration Console. Make certain that the Private Key Executable Path is populated and contains the correct path to an executable that retrieves the private key. For a Linux OS, use a.sh file type (sample path = /var/ ). For a Windows OS, use a.bat file type (sample path = C:\\privatekey.bat ). Callback URL Empty by default. If the merchant wants the consumer to land on a custom page (rather than the usual order confirmation page) after he or she has completed the interaction with Masterpass, enter the URL for the destination page. October

21 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration Enter the desired location in the following format: store path/en/login/checkout Payment Gateway Select the payment gateway that will process the credit card transactions. Credit card validation needs to be turned off. In the Admin Panel, navigate to System > Configuration > Payment Methods. Select Payment Gateway. Set the value to No in the field labeled Request Card Security Code. User Flows If the merchant wishes to enable the Masterpass user flow for Express Checkout, select Express Checkout from the User Flows field and the following additional fields will appear on the configuration screen. Select the information that the merchant would like to capture during the user s Express Checkout experience. NOTE: Merchant must obtain approval from Mastercard in order to activate the Express Checkout user flow. Click on the link on the Masterpass configuration screen under the User Flows field, in order to access a request-approval form to activate this functionality. If Express Checkout is set as the user flow and the Merchant is not approved for same, only Standard Checkout will be available as the Masterpass checkout option. Shipping Suppression Set to false by default. October

22 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration Update to true to suppress the shipping address selector in the Masterpass Wallet and to bypass it during the checkout process. Typically used for the sale of digital or other goods that do not require physical shipment. Rewards Program Set to false by default. Enter the list of valid values (obtained from Mastercard) separated by commas and no spaces. Note that this functionality is not handled by the plug-in. The configurator/integrator will need to add logic in order to apply the loyalty card program and affect the order total. Request Basic Checkout Set to false by default. This is the override for 3DS/Advanced Checkout. This parameter should not be changed within the plug-in. In order to enable the 3DS/ Advanced Checkout screens, the merchant must complete the Advanced Checkout configuration in the Masterpass Merchant Portal. Accepted Credit Cards Three cards selected by default: Mastercard, American Express, Visa. Make sure your payment gateway will accept these cards. If needed, deselect any of the defaults and/or select other cards accepted by your payment gateway. October

23 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration Private Label Card Empty by default. If the merchant supports private label card(s), enter the code numbers of the supported private label card(s) separated by commas. These codes must be obtained from Mastercard. NOTE: The Masterpass module (plug-in) does not perform validation of credit card payments. The module passes information from the Masterpass wallet to the merchant. It is the merchant s responsibility to ensure that any private label card the merchant accepts will adhere to payment validation rules of the e-commerce platform and payment gateway. Generic Checkout Error Message If desired, edit the default message to customize the message that will be displayed to the consumer if Masterpass encounters an error. Enable Learn More Link Set to Enable by default. When set to Enable, the Learn More link appears below the masterpass button. The text will appear when you enable the Learn More link. The text is in MasterPass.enable.learn.more.text. October

24 Masterpass Magento Plug-In Configuration Masterpass Magento Plug-In Configuration NOTE: The Masterpass Branding Requirements require that this link be enabled. Learn More Link If desired, edit the default styling code, to modify the position, font size, color, and location of the link text. Click Save Config to save changes. If the Magento cache is enabled, you must flush the cache for your changes to take effect. October

25 Configuration Verification Chapter 5 Configuration Verification This chapter provides instructions on how to verify that the Masterpass Magento Plug-in has been successfully installed and configured. Configuration Verification October

26 Configuration Verification Configuration Verification Configuration Verification If the Masterpass Magento Plug-in is installed and configured successfully, you should see the masterpass button next to the Proceed to Checkout button on the shopping cart page. 1. masterpass button displays on the shopping cart page when Masterpass is enabled. For Magento 1.13: For Magento 1.14: 2. After clicking the masterpass button, you should see the following wallet screens. Sign in to a Masterpass wallet and then select Finish shopping. October

27 Configuration Verification Configuration Verification October

28 Configuration Verification Configuration Verification 3. You should see the following screens after clicking the Finish shopping button. Note that the selections made in the Masterpass wallet should be displayed in the Payment, Shipping, and Billing sections. For Magento 1.13: October

29 Configuration Verification Configuration Verification October

30 Configuration Verification Configuration Verification For Magento 1.14: October

31 Configuration Verification Configuration Verification October

32 Installation Instructions for Internationalization Module Installation Instructions for Internationalization Module Appendix A Installation Instructions for Internationalization Module This appendix provides instructions on how to install the internationalization module. Installation Instructions for Internationalization Module...33 October

33 Installation Instructions for Internationalization Module Installation Instructions for Internationalization Module Installation Instructions for Internationalization Module Installation of this module will resolve issues related to country address inconsistencies and will place data in correct address fields for billing and shipping addresses. The installation of this module is not required. However, failure to install the module could result in a need for some consumers/shoppers to enter additional information during the Standard Checkout flow. The module is recommended for any countries outside of the default addresses of USA, CAN, AUS, and UK. The following steps will guide you through the manual installation process. 1. Unzip the file using the following command. tar -zxvf <filename> 2. You should be able to see the following top folder structure after you have successfully unzipped the file. 3. Assuming that Magento is installed at /var/www/magento, follow the instructions below to install the plug-in. Depending on the permissions, you might need to log in as special to copy the files or folders. a. Copy the etc/modules/mastercard_countriesmapping.xml file into the /var/www/ magento/app/etc/modules folder. b. Make sure that the /var/www/magento/app/code/local folder exists. If not, create the folder. c. Copy the app/code/local/mastercard folder into the /var/www/magento/app/local folder. 4. Navigate to the Masterpass Administration Console and verify that the MasterCard_Countriesmapping option is enabled. October

34 Installation Instructions for Internationalization Module Installation Instructions for Internationalization Module October

35 Uninstallation Instructions for Masterpass Extension Module Uninstallation Instructions for Masterpass Extension Module Appendix B Uninstallation Instructions for Masterpass Extension Module This appendix provides instructions on how to uninstall the Masterpass Extension Module. Uninstallation Instructions for Masterpass Extension Module October

36 Uninstallation Instructions for Masterpass Extension Module Uninstallation Instructions for Masterpass Extension Module Uninstallation Instructions for Masterpass Extension Module Follow the instructions below to uninstall the Masterpass Extension Module. 1. To disable the extension, select System > Configuration > Masterpass. Change Enable Masterpass Wallet to Disable, then click Save Config. 2. Edit the following Masterpass XML file: app/etc/modules/mastercard_masterpass.xml 3. Change <active>true</active> to <active>false</active> 4. Save the change. 5. Clear the cache. NOTE: Removing code is not required. In Magento, if the value is set to false in the XML file, then Magento ignores all code related to the Masterpass extension module. October

37 FAQ FAQ Appendix C FAQ This appendix provides frequently asked questions about Masterpass Magento Plug-in installation, and their answers. FAQ October

38 FAQ FAQ FAQ I have configured all of the items, yet my buttons do not show up. 1. Check the security settings in the administrative panel. 2. If you are the administrator, check your to see if you received the hint regarding what is wrong. 3. Check if the executable file returns the correct Keystore Password. 4. Check the server logs for more information. October

39 Notices Notices Following are policies pertaining to proprietary rights, trademarks, translations, and details about the availability of additional information online. Proprietary Rights The information contained in this document is proprietary and confidential to Mastercard International Incorporated, one or more of its affiliated entities (collectively Mastercard ), or both. This material may not be duplicated, published, or disclosed, in whole or in part, without the prior written permission of Mastercard. Trademarks Trademark notices and symbols used in this document reflect the registration status of Mastercard trademarks in the United States. Please consult with the Global Customer Service team or the Mastercard Law Department for the registration status of particular product, program, or service names outside the United States. All third-party product and service names are trademarks or registered trademarks of their respective owners. Disclaimer Mastercard makes no representations or warranties of any kind, express or implied, with respect to the contents of this document. Without limitation, Mastercard specifically disclaims all representations and warranties with respect to this document and any intellectual property rights subsisting therein or any part thereof, including but not limited to any and all implied warranties of title, non-infringement, or suitability for any purpose (whether or not Mastercard has been advised, has reason to know, or is otherwise in fact aware of any information) or achievement of any particular result. Without limitation, Mastercard specifically disclaims all representations and warranties that any practice or implementation of this document will not infringe any third party patents, copyrights, trade secrets or other rights. Translation A translation of any Mastercard manual, bulletin, release, or other Mastercard document into a language other than English is intended solely as a convenience to Mastercard customers. Mastercard provides any translated document to its customers AS IS and makes no representations or warranties of any kind with respect to the translated document, including, but not limited to, its accuracy or reliability. In no event shall Mastercard be liable for any damages resulting from reliance on any translated document. The English version of any Mastercard document will take precedence over any translated version in any legal proceeding. Information Available Online Mastercard provides details about the standards used for this document including times expressed, language use, and contact information on the Publications Support page available on Mastercard Connect. Go to Publications Support for centralized information. October

Magento 2 Community / Enterprise Plugin

Magento 2 Community / Enterprise Plugin Realex Payments Magento 2 Community / Enterprise Plugin Configuration Guide Version: 1.1 A web version of this guide is available on the Realex Developer Hub 1 Document Information Document Name: Magento

More information

Software Token. Installation and User Guide. 22 September 2017

Software Token. Installation and User Guide. 22 September 2017 Software Token Installation and User Guide 22 September 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information contained in this document

More information

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F.

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. ! Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. Save and complete! A. Identify version number A.1. Log in to Admin

More information

Integration Manual Valitor Magento Module

Integration Manual Valitor Magento Module Integration Manual Valitor Magento Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration options, or alternatively browse our selection of client libraries

More information

MasterCard NFC Mobile Device Approval Guide v July 2015

MasterCard NFC Mobile Device Approval Guide v July 2015 MasterCard NFC Mobile Device Approval Guide v2.0 30 July 2015 Notices Following are policies pertaining to proprietary rights, trademarks, translations, and details about the availability of additional

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180128 03:18 by Wirecard CEE Integration Documentation () Created: 20180128 03:18 Online Guides Integration documentation 1/9 Created on: 20180128 03:18 by Wirecard Shop Plugin for Magento

More information

Merchant Administration User Guide

Merchant Administration User Guide Merchant Administration User Guide For MasterCard Payment Gateway Version 6.8 09 March 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information

More information

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 30 September 2016 SPMM Summary of Changes, 30 September 2016 Summary of Changes, 30 September 2016

More information

ipay88 PLUG-IN USER GUIDE

ipay88 PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.3217.1357 ipay88 PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ipay88... 8 2 1. INTRODUCTION

More information

Integration Manual Valitor WooCommerce Module

Integration Manual Valitor WooCommerce Module Integration Manual Valitor WooCommerce Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration options, or alternatively browse our selection of client

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Sales Reps and Dealers for Magento 2

Sales Reps and Dealers for Magento 2 Last update: 2018/02/02 11:01 magento_2:sales_reps_and_dealers https://amasty.com/docs/doku.php?id=magento_2:sales_reps_and_dealers For more details see the Sales Reps and Dealers extension page. Sales

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Integration Document. Supports Payumoney & Citrus

Integration Document. Supports Payumoney & Citrus Integration Document Supports Payumoney & Citrus Introduction This guide will show you how to Install and configure the PayUmoney plugin for Magento on your Magento powered website for payments through

More information

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E:

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E: Stripe Payment with Recurring Profile USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment with recurring extension by using the Magento setup,

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. Important Notice Magento reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 )

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts...

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

Oracle Revenue Management and Billing. Self Service Installation and Configuration Guide. Version Revision 1.0

Oracle Revenue Management and Billing. Self Service Installation and Configuration Guide. Version Revision 1.0 Oracle Revenue Management and Billing Version 2.3.0.1.0 Self Service Installation and Configuration Guide Revision 1.0 E56453-01 September, 2014 Oracle Revenue Management and Billing E56453-01 Copyright

More information

PagSeguro Payment. User Guide

PagSeguro Payment. User Guide PagSeguro Payment for Magento 2 User Guide Version 1.0.1 Support: info@pronkoconsulting.com Table of Contents Introduction About PagSeguro Payment For Merchants For Customers Functionality 1. Installing

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for.

1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. FAQ FREQUENTLY ASKED QUESTIONS HOW TO ORDER 1. Use the website navigation at the top of the page (eg. Power Booty, Classes, Shop) to locate items you are looking for. 2. Once you find an item click the

More information

esignlive for Microsoft Dynamics CRM

esignlive for Microsoft Dynamics CRM esignlive for Microsoft Dynamics CRM Deployment Guide Product Release: 2.1 Date: June 29, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web:

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Login and Pay with Amazon - extension for Magento

Login and Pay with Amazon - extension for Magento Login and Pay with Amazon - extension for Magento Release 1.6.4 Marek Zabrowarny Oct 09, 2017 Contents 1 Overview 3 1.1 Extension features............................................ 3 1.2 Getting the

More information

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide One Identity Starling Two-Factor HTTP Module 2.1 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

Intel Unite Solution Version 4.0

Intel Unite Solution Version 4.0 Intel Unite Solution Version 4.0 Skype* for Business Application Guide Revision 1.0 October 2018 Document ID: XXXX Legal Disclaimers and Copyrights This document contains information on products, services

More information

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Admin Actions Audit Log... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 3 Configuration...

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Anywhere Proctored User Guide

Anywhere Proctored User Guide Anywhere Proctored User Guide Admit candidates for A-BE AP exam delivery Version 18.3.1 March 2018 PearsonVUE.com Copyright 2015-2018 Pearson Education, Inc. or its affiliate(s). All rights reserved. pvuecopyright@pearson.com

More information

One Identity Starling Identity Analytics & Risk Intelligence. User Guide

One Identity Starling Identity Analytics & Risk Intelligence. User Guide One Identity Starling Identity Analytics & Risk Intelligence User Guide Copyright 2019 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

Frequently Asked Questions

Frequently Asked Questions Q. What is GTSE v.2.1.3? Frequently Asked Questions A. GTSE stands for Global Transport Secure ecommerce. GTSE v.2.1.3 is the next generation of Global Payments complete solution for small to mid-sized

More information

Login and Pay with Amazon - extension for Magento

Login and Pay with Amazon - extension for Magento Login and Pay with Amazon - extension for Magento Release 1.6.4 Marek Zabrowarny Sep 27, 2017 Contents 1 Overview 3 1.1 Extension features............................................ 3 1.2 Getting the

More information

One Identity Active Roles 7.2

One Identity Active Roles 7.2 One Identity December 2017 This document provides information about the Active Roles Add_on Manager7.2. About Active Roles Add_on Manager New features Known issues System requirements Getting started with

More information

Scan to Digitech v1.0

Scan to Digitech v1.0 Scan to Digitech v1.0 Administrator's Guide June 2009 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180820 04:40 by Wirecard CEE Integration Documentation () Created: 20180820 04:40 Online Guides Integration documentation 1/10 Created on: 20180820 04:40 by Wirecard Shop Plugin for Shopware

More information

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/mobile_admin/mobile_admin_documentation

More information

IBM TRIRIGA Application Platform Version 3 Release 5.3. User Experience User Guide IBM

IBM TRIRIGA Application Platform Version 3 Release 5.3. User Experience User Guide IBM IBM TRIRIGA Application Platform Version 3 Release 5.3 User Experience User Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 19. This edition

More information

Klarna Checkout Plug-in

Klarna Checkout Plug-in support@simicart.com Phone: +84.3217.1357 Klarna Checkout Plug-in USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 2 1. INTRODUCTION With 10% e-commerce

More information

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA)

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) This is a License Agreement (the "Agreement") for certain code (the Software ) owned by Akamai Technologies, Inc. ( Akamai ) that is useful in connection

More information

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E:

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Authorize.net CIM extension by using the Magento setup, you are now required

More information

TIBCO Spotfire Automation Services 7.5. User s Manual

TIBCO Spotfire Automation Services 7.5. User s Manual TIBCO Spotfire Automation Services 7.5 User s Manual Revision date: 15 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal About the Tutorial is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content. This reliable and secure CMS is built on PHP based environment

More information

Intel Unite Solution Version 4.0

Intel Unite Solution Version 4.0 Intel Unite Solution Version 4.0 Cisco TelePresence* Application Guide Revision 1.0 October 2018 Document ID: XXX Legal Disclaimers and Copyrights This document contains information on products, services

More information

Amazon Pay (EU and UK) - extension for Magento 1.x

Amazon Pay (EU and UK) - extension for Magento 1.x Amazon Pay (EU and UK) - extension for Magento 1.x Release 2.0.0 Marek Zabrowarny Oct 17, 2017 CONTENTS 1 Overview 3 1.1 Extension features............................................ 3 1.2 Getting the

More information

SAP Global Track and Trace Onboarding Guide

SAP Global Track and Trace Onboarding Guide SAP Global Track and Trace Onboarding Guide Document Version: Cloud 2019.04a Implementation Guide PUBLIC TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Prerequisite... 3 1.2 Overview... 3 2 SET UP AN SAP CLOUD

More information

Merchant e-solutions Payment Acceptance User Guide for Magento (M1)

Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts... 3 Extension

More information

EWAY RAPID SETUP GUIDE FOR

EWAY RAPID SETUP GUIDE FOR EWAY RAPID SETUP GUIDE FOR CONTENTS 1. Add ewayrapid payment method to your online shop... 2 2. Configure and activate ewayrapid payment method... 3 3. Add eway logo and credit card types to your website...

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Version 9 Release 0. IBM i2 Analyst's Notebook Premium Configuration IBM

Version 9 Release 0. IBM i2 Analyst's Notebook Premium Configuration IBM Version 9 Release 0 IBM i2 Analyst's Notebook Premium Configuration IBM Note Before using this information and the product it supports, read the information in Notices on page 11. This edition applies

More information

CCBill Module for Magento Installation and Configuration

CCBill Module for Magento Installation and Configuration CCBill Module for Magento Installation and Configuration Created: October 8, 2014 Updated: November 13, 2017 2017 CCBill, LLC Plugin v2.0 November 2017 http://www.ccbill.com/ Table of Contents Introduction

More information

Magento Extension User Guide: Web Services Version 3.6.1

Magento Extension User Guide: Web Services Version 3.6.1 Version 3.6.1 This document explains how to install the official Secure Trading extension on your Magento store. Published: 3 August 2017 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2 Requirements...

More information

MasterPass Guide. Business Gateway. V1.1 February Use this guide to:

MasterPass Guide. Business Gateway. V1.1 February Use this guide to: Business Gateway MasterPass Guide V1.1 February 2015 Use this guide to: Learn about the MasterPass digital wallet service Anticipate how MasterPass may affect your system and procedures MasterPass Guide

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

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

econtracts for Tier1 partners COURSE CODE: COE01

econtracts for Tier1 partners COURSE CODE: COE01 econtracts for Tier1 partners COURSE CODE: COE01 April 2017 Introduction Welcome to the econtracts for Partners course. This course provides a brief overview of what the Zebra econtracts Portal is used

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

Patch Management for Solaris

Patch Management for Solaris Patch Management for Solaris User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003, 2011. US Government

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services Software Release 7.11 LTS November 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

PeopleFluent OrgPublisher HTML5 Installation and Configuration Guide

PeopleFluent OrgPublisher HTML5 Installation and Configuration Guide July 30, 2017 Document Version Number: 1.0 Copyright 2017, PeopleFluent. All Rights Reserved. Contents Contents Preface...1 Audience... 1 Intent... 1 Before You Begin... 1 Document Revision... 1 Document

More information

IBM Datacap Mobile SDK Developer s Guide

IBM Datacap Mobile SDK Developer s Guide IBM Datacap Mobile SDK Developer s Guide Contents Versions... 2 Overview... 2 ios... 3 Package overview... 3 SDK details... 3 Prerequisites... 3 Getting started with the SDK... 4 FAQ... 5 Android... 6

More information

All Applications Release Bulletin September 2013

All Applications Release Bulletin September 2013 In this bulletin... All Applications Release Bulletin September 2013 System Administration and My BackPack (General) Enhancements 2 Dashboard 7 My BackPack Redesign 8 My BackPack Web ID Wizard Enhancements

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180128 03:18 by Wirecard CEE Integration Documentation () Created: 20180128 03:18 Online Guides Integration documentation 1/9 Created on: 20180128 03:18 by Wirecard Shop Plugin for Magento

More information

SEGPAY WooCommerce Plugin SETUP

SEGPAY WooCommerce Plugin SETUP SEGPAY WooCommerce Plugin SETUP Client Documentation Version 1.1 May 11, 2017 Table of Contents Version Tracking... 3 Summary... 4 Pre-Installation Checklist... 4 Plugin Installation... 5 Testing... 9

More information

Anywhere Proctored User Guide

Anywhere Proctored User Guide Anywhere Proctored User Guide Admit candidates for ITS AP exam delivery Version 18.3.1 March 2018 PearsonVUE.com Copyright 2015-2018 Pearson Education, Inc. or its affiliate(s). All rights reserved. pvuecopyright@pearson.com

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Gift Promotions OnCart Total... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 4 Configuration...

More information

Bazaarvoice hosted authentication reference and implementation guide

Bazaarvoice hosted authentication reference and implementation guide Bazaarvoice hosted authentication reference and implementation guide Disclaimer Copyright 2012 Bazaarvoice. All rights reserved. The information in this document: Is confidential and intended for Bazaarvoice

More information

WORKGROUP MANAGER S GUIDE

WORKGROUP MANAGER S GUIDE 1 Portal Framework v4.12: Workgroup Manager s Guide EMPLOYEE PORTAL WORKGROUP MANAGER S GUIDE Page 1 2 Portal Framework v4.12: Workgroup Manager s Guide Table of Contents FAQs... 4 Q: I added an assistant

More information

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017 Cisco Meeting App Cisco Meeting App (ios) 1.9.19.0 Release Notes October 06, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 What's changed in the Release Notes 1 2 Introduction 2 2.1 Installation Instructions

More information

Dell Statistica. Statistica Enterprise Server Installation Instructions

Dell Statistica. Statistica Enterprise Server Installation Instructions Dell Statistica Statistica Enterprise Server Installation Instructions 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR HYPERV 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0 Cloud Access Manager 8.1.3 How to Configure for SSO to SAP Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Version 5.5 August 31, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

econtracts for Tier1 partners COE01 USER GUIDE

econtracts for Tier1 partners COE01 USER GUIDE econtracts for Tier1 partners COE01 USER GUIDE COPYRIGHT & TRADEMARKS 2017 ZIH Corp. The copyrights in this manual are owned by ZIH Corp. Unauthorized reproduction of this manual or the software and/or

More information

PTC Windchill Quality Solutions Extension for ThingWorx Guide

PTC Windchill Quality Solutions Extension for ThingWorx Guide PTC Windchill Quality Solutions Extension for ThingWorx Guide Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR NUTANIX ACROPOLIS 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties,

More information

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud Cloud Access Manager 8.1.3 How to Deploy Cloud Access Manager in Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

U s e r s g U i d e 1

U s e r s g U i d e 1 User s guide 1 Contents 2 Welcome 3 User Service Activation 4 Introduction 4 Purpose 5 Key Features 6 Activation 8 Using the System 8 Login 9 Credit Sale 10 For Swipe Capable Devices 10 For Manual Entry

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

FIA Electronic Give-Up Agreement System (EGUS) Version 2. Administrator Guide

FIA Electronic Give-Up Agreement System (EGUS) Version 2. Administrator Guide FIA Electronic Give-Up Agreement System (EGUS) Version 2 Administrator Guide 19 November 2007 Copyright Unpublished work 2007 Markit Group Limited FIA EGUS Version 2 Administrator Guide This work is an

More information

Donation Cart. User Guide

Donation Cart. User Guide Donation Cart User Guide Rev 6/5/2009 2008 CHARGE Anywhere, LLC. All trademarks, service marks, and trade names referenced in this material are the property of their respective owners. Contents 1 PURPOSE...

More information