CCBill Module for Magento Installation and Configuration

Size: px
Start display at page:

Download "CCBill Module for Magento Installation and Configuration"

Transcription

1 CCBill Module for Magento Installation and Configuration Created: October 8, 2014 Updated: November 13, CCBill, LLC Plugin v2.0 November

2 Table of Contents Introduction & Overview... 3 Introduction... 3 Overview... 3 Installation... 3 Verifying Installation... 3 Configure your CCBill Account... 3 Enable Dynamic Pricing... 3 Creating a Salt / Encryption Key... 4 Disabling User Management... 5 Webhook Setup... 5 Create a New Payment Form... 6 Option 1: Creating a New FlexForms Payment Form... 6 Create an Approval URL... 6 Create a New FlexForm... 7 Option 2: Creating a New Standard Payment Form... 9 Configuring the New Standard Billing Form Background Post for Magento Configuration - Magento General Options CCBill Options Confirmation Page 2 of 14

3 Introduction & Overview Introduction The goal of this document is to provide installation and configuration instructions for the CCBill Magento billing module. This document assumes that the reader has a working knowledge of Magento and has already installed the Magento software. Overview The CCBill Magento billing module enables easy integration of your CCBill account within the Magento e- commerce platform. Installation involves the following steps: Installing the CCBill payment module for Magento. Configuring your CCBill account for use with Magento. Configuring the module with your CCBill account information. Installation The CCBill Magento module is installed by uploading the extracted (unzipped) plugin code downloaded from the CCBill website into the /app/code/magento/ folder of your Magento installation. The result structure should be /app/code/magento/ccbill. Once you have successfully copied CCBill plugin content, execute the following command from the BIN folder in Magento: php magento setup:upgrade Verifying Installation You can verify your installation by checking in the top menu of your Magento admin interface by selecting System > Configuration. Select Payment Methods from the left menu. CCBill should be listed near the top of the Payment Methods page. If it does not appear, flush the Magento cache using the System > Cache Management section of the Magento admin interface, then return to the System > Configuration > Payment Methods section. Configure your CCBill Account Before using the plugin, it s necessary to configure a few things in your CCBill account. The following CCBill settings must be correct for the payment module to work correctly. Enable Dynamic Pricing Please work with your CCBill support representative to activate Dynamic Pricing for your account. You can verify that Dynamic Pricing is active at Account Info > Feature Summary in the Admin Portal. Your Dynamic Pricing status appears at the bottom of the Billing Tools section. Page 3 of 14

4 Creating a Salt / Encryption Key A "salt" is a string of random data used to make your encryption more secure. CCBill Merchant Support will generate your Salt/Encryption Key. Once set, it will be visible at Sub Account Admin > Advanced. It will appear in the Encryption Key field of the Upgrade Security Setup Information section. Page 4 of 14

5 Disabling User Management Since this account will be used for Dynamic Pricing transactions (not managing user subscriptions), User Management must be disabled. 1. Sign in to the Admin Portal. 2. On the Account Info megamenu, click Sub Account Admin, then User Management on the left menu. 3. Select Turn off User Management in the top section. 4. Select Do Not Collect Usernames and Passwords in the Username Settings section. Webhook Setup For the plugin to work, you will need to set up CCBill Webhooks. To do so: 1. Log in to the CCBill Admin. 2. Open the Account Info mega menu and navigate to Sub Account Admin. 3. Select Webhooks from the navigation pane on the left. 4. Under Webhook URL, enter the base URL for your Magento store, followed by: /rest/default/v1/ccbillwebhook For example, if your Magento store is located at the Approval URL would be: Page 5 of 14

6 5. NewSaleSuccess and NewSaleFailure are REQUIRED Webhook notifications for the CCBill Magento plugin. 6. Select Satelite Locations and click Update to commit the changes you have made. Create a New Payment Form The billing form is the CCBill form that will be displayed to customers after they choose to check out using CCBill. The billing form accepts customer payment information, processes the payment, and returns the customer to your Magento store where a confirmation message is displayed. Important! CCBill provides two types of billing forms. FlexForms is our newest (and recommended) system, but standard forms are still supported. Please select a form type and proceed following the instructions for Option 1 or Option 2, according to your selection. Option 1: Creating a New FlexForms Payment Form Note: Skip this section if using standard forms. To set up FlexForms for use with Magento: 1. Ensure All is selected in the top Client Account dropdown menu. FlexForms are not specific to sub accounts, and cannot be managed when a sub account is selected. 2. Navigate to the FlexForms Systems tab in the top menu bar and select FlexForms Payment Links. All existing forms will be displayed in a table. Create an Approval URL 1. Click the URLs Library button in the upper-right corner of the screen to create a new URL. The Saved URLs Editor dialog displays. 2. Use the fields under Add New to create a new URL with the following properties. a) URL Name. Enter a meaningful name for this URL (e.g. Payment Success). b) URL. Under URL, enter the base URL for your Magento store, followed by: Page 6 of 14

7 /index.php/ccbillpayment/router/index/?action=denial_post For example, if your Magento store is located at the Approval URL would be: 3. Click Save to commit your changes. Your new URL displays under Existing List. 4. Promote to Live. a) Click Promote under the Actions column. Your URL is now live. b) Close the Saved URLs editor to return to the main FlexForms menu. Create a New FlexForm 1. Click the Add New button in the upper-left to create a new form. 2. The New Form dialog is displayed: a) Payment Flow Name. At the top, enter a name for the new payment flow (this will be different than the form name, as a single form can be used in multiple flows). b) Form Name. Under Form Name, enter a name for the form. c) Dynamic Pricing. Under Pricing, check the box to enable dynamic pricing. Page 7 of 14

8 d) Layout. Select your desired layout, and save the form. e) Edit the Flow. Click the arrow button to the left of your new flow to view the details. Under the green Approve arrow, click the square to modify the action. Page 8 of 14

9 f) Approval URL. In the left menu, select A URL. Select Select a Saved URL and select the URL you created earlier (e.g. Payment Success). g) Redirect Time. Select a redirect time of 1 second using the slider at the bottom and save the form. 3. Promote to Live. Click the Promote to Live button to enable your new form to accept payments. 4. Note the Flex ID. Make note of the Flex ID: this value will be entered into the form name when completing the configuration in Magento. Continue to the Background Post for Magento section of this document. Option 2: Creating a New Standard Payment Form Note: Skip this section if using FlexForms. 1. Sign into the Admin Portal, and navigate to the Form Admin. Page 9 of 14

10 2. Click Create New Form in the left menu to create your new form. 3. Select the appropriate option under Billing Type. (In most cases, this will be Credit Card.) 4. Select Standard under Form Type, unless you intend to customize your form. 5. Select the desired layout, and click Submit at the bottom of the page. Your new form has been created, and is visible in the table under View All Forms. In this example, our new form is named 201cc. Be sure to note the name of your new form, as it will be required in the Magento configuration section. Configuring the New Standard Billing Form Note: Skip this section if using FlexForms. 1. Click the title of the newly-created form to edit it. Page 10 of 14

11 2. Select Basic from the left menu. 3. Set the following options: Site Name Approval URL Denial URL Redirect Time Enter the URL of your Magento store Select an approval redirect time of 3 seconds, and a denial redirect time of Instant. Background Post for Magento While still in the Sub Account Admin section, select Advanced from the left menu. Notice the top section titled Background Post Information. We will be modifying the Approval Post URL and Denial Post URL fields. Page 11 of 14

12 Approval Post URL Denial Post URL Your CCBill account is now configured. In your CCBill admin interface, navigate to Sub Account Admin and ensure the information displayed is correct. Configuration - Magento General Options In the top menu of your Magento admin interface, select System and then Configuration. Select Payment Methods from the left menu. CCBill should be listed near the top of the Payment Methods page. Page 12 of 14

13 CCBill Options In your Magento admin interface under CCBill enter the following information: Enable CCBill Merchant Account Number Ensure Yes is selected under Enabled. Enter your CCBill merchant account number. Merchant Subaccount Number Enter your CCBill merchant sub-account number. Form Name Currency Salt Enter the name of the form created during CCBill account configuration. Select the billing currency. Ensure this aligns with the selection made in the Currency Setup section of the Magento configuration menu. Enter your salt / encryption key obtained during CCBill configuration. Under Currency Code, select the default currency you want displayed to your buyers. CCBill currently supports the following currencies: Currency Code US Dollar (USD) 840 Euro (EUR) 978 Australian Dollar (AUD) 036 Canadian Dollar (CAD) 124 Great Britain Pounds Sterling (GBP) 826 Japanese Yen (JPY) 392 Click Save Changes at the bottom of the CCBill configuration section. Page 13 of 14

14 Confirmation You are now ready to process payments via CCBill! Please conduct a few test transactions (using test data provided by CCBill) to ensure proper operation before enabling live billing mode in your CCBill account. Page 14 of 14

Easy Cart User Manual

Easy Cart User Manual Easy Cart User Manual Table of contents 1. Installing Easy Cart (p. 2) 2. Overview of the administration panel (p. 2) 3. Configuring the website (p. 3) 4. Template settings (p. 6) 5. Setting the product

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

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

Subscriptions and Recurring Payments Guide

Subscriptions and Recurring Payments Guide Subscriptions and Recurring Payments Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l'instant. Last Updated:

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

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

Enterprise Manage Distribution (Self Service Tool)... 1

Enterprise Manage Distribution (Self Service Tool)... 1 Enterprise Manage Distribution (Self Service Tool) User Guide Contents Enterprise Manage Distribution (Self Service Tool)... 1 Contents... 1 1 Introduction... 1 2 Discovering the Tools... 1 3 Prerequisites

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

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

More information

Magento 2 User Guide March 11, 2018

Magento 2 User Guide March 11, 2018 Magento 2 User Guide March 11, 2018 Getting Started Logging in to your Magento 2 Admin Panel Once your account has been set up, you can access the Plugin through your Internet browser. To log in: 1. Use

More information

Comodo Accounts Management Software Version 15.0

Comodo Accounts Management Software Version 15.0 2 Comodo Accounts Management Software Version 15.0 Reseller Portal Guide Guide Version 15.0.072117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.The Reseller Portal...

More information

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Website Settings Tamika C - 2017-02-07 - in ESP Websites Website Settings The Website Settings section enables you to

More information

Catch Integration - User Guide

Catch Integration - User Guide by CedCommerce Products Documentation 1 / 50 1. Overview... 3 2. Catch Magento 2 Store Integration Extension Installation... 3 3. Retrieve API Credentials from the Catch Seller Account... 4 4. Catch Configuration

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

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

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

TSSA PORTAL TRAINING GUIDE

TSSA PORTAL TRAINING GUIDE TSSA PORTAL TRAINING GUIDE Owner Processes Page 0 Table of Contents Contents 1.1 Redeem Invitation... 2 1.2 Reset Password... 5 1.3 Manage Profile... 7 2.1 View Your Record(s) of Inspection... 8 2.2 Validate

More information

DoorVaani.com User Guide

DoorVaani.com User Guide DoorVaani.com User Guide DoorVaani.com is a VOIP Services provider and the website at DoorVaani.com is a fully automated web application for self-administration of your account. This user guide details

More information

Cdiscount Integration - User Guide

Cdiscount Integration - User Guide by CedCommerce Docs - Products User Guides 1 / 45 1. Overview... 3 2. Cdiscount Integration for Magento Extension Installation... 3 3. Cdiscount Configuration Settings... 4 4. Manage Cdiscount Profiles...

More information

Wholesale Add To Cart Grid. User manual

Wholesale Add To Cart Grid. User manual Wholesale Add To Cart Grid User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

More information

MEZZANINE E-Commerce Web Shop Guide

MEZZANINE E-Commerce Web Shop Guide MEZZANINE E-Commerce Web Shop Guide SOLUTION MANAGEMENT LTD Ph 61 9 446-1204 Fax 61 9 446-1205 Email : kevinw@solutionm.co.nz SECT. TITLE PAGE 1.0 About Mezzanine 1 2.1 Users 2 2.1 Add User 2 2.2 Permissions

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed

More information

How to Install HubShop.ly for Magento. A HubShop.ly for Magento Guide

How to Install HubShop.ly for Magento. A HubShop.ly for Magento Guide How to Install HubShop.ly for Magento A HubShop.ly for Magento Guide Getting Started Installation Step 1 Step 2 Configuration Step 1 Step 2 Step 3 Step 4 Step 5 Support Extract Contents Flush Cache Authorize

More information

USER MANUAL. Portal Invoice Add-on TABLE OF CONTENTS. Version: 1.0

USER MANUAL. Portal Invoice Add-on TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Portal Invoice Add-on... 1 Prerequisites... 1 Installation... 2 WordPress Manual Plug-in installation... 2 Plug-in Configuration... 7 SuiteCRM

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

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Review Coupons 3 Version & Compatibility Support 3 How to Install This Module? 4 General Configuration 5 Email Template Configuration

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

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

Global Access. User Guide. March Copyright 2015 UPS

Global Access. User Guide. March Copyright 2015 UPS Global Access User Guide March 2015 Copyright 2015 UPS Table of Contents Introduction... 4 1.1 Purpose of this User Guide... 4 1.2 Global Access Platform... 4 1.3 Account Management Dashboard... 5 1.4

More information

https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html

https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Product Name: Recurring & Subscription Payments Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Table of Content 1) Installation

More information

Coastal Office of Online Learning

Coastal Office of Online Learning Moodle Enhancements This resource guide highlights new features that are now available in the upgraded Moodle 3.1. It also addresses changes to existing features. Coastal Office of Online Learning Keep

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 DotNetNuke Manual Plug-in Installation...

More information

Bitcoin for WooCommerce Documentation

Bitcoin for WooCommerce Documentation Bitcoin for WooCommerce Documentation Release 3.0.1 EliteCoderLab June 13, 2015 Contents 1 Table of Contents 3 2 Installation 5 2.1 Server Requirements........................................... 5 2.2

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

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

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Magento Pinterest Extension User Guide

Magento Pinterest Extension User Guide Magento Pinterest Extension User Guide Welcome to the Pinterest extension for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Pinterest extension

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

Partner Documentation Reseller Portal Guide

Partner Documentation Reseller Portal Guide 2 Partner Documentation 1. Introduction and Enrollment One of the benefits of MSP Consortium membership is access to Comodo's range of enterprise security and management tools at greatly discounted rates.

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

Citizen Self Service Portal Guide to Online Permits

Citizen Self Service Portal Guide to Online Permits Citizen Self Service Portal Guide to Online Permits The City has transitioned to a new online permit system. Citizen Self Service (CSS) is a web portal offering contractors a convenient way of conducting

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

PX Shopping Cart Plugin Magento. Version 1.3

PX Shopping Cart Plugin Magento. Version 1.3 PX Shopping Cart Plugin Magento Version 1.3 Document Revision Information Version Comments 0.1 Initial version. 0.2 Add user flow screenshots. 0.3 Document format update. 1.0 Release version. 1.1 Update

More information

Table of Contents. Page 3

Table of Contents. Page 3 Owner Portal Guide Page 2 Welcome! Welcome to the National Rental Services (NRS) Owner Portal Guide. This guide reviews the features, services and settings associated with the NRS Owner Portal including:

More information

Setting Up A WordPress Blog

Setting Up A WordPress Blog Setting Up A WordPress Blog Introduction WordPress can be installed alongside an existing website to be used solely as the 'blog' element of a website, or it can be set up as the foundation for an entire

More information

Installation through FTP

Installation through FTP Installation through FTP Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded and

More information

Triveneto payment method for Magento 2

Triveneto payment method for Magento 2 Docs» Triveneto payment method for Magento 2 Triveneto payment method for Magento 2 This is the documentation for the Triveneto module for Magento 2, which integrates Magento 2 with the aforementioned

More information

Cdiscount Integration for Magento User Guide

Cdiscount Integration for Magento User Guide by CedCommerce Docs - Products User Guides 1 / 26 1. Overview... 3 2. Cdiscount Integration Extension Installation... 3 3. Cdiscount Configuration Settings... 6 4. Manage Cdiscount Profiles... 7 4.1. Add

More information

Magento 2 Shipping Flat Rate5. Quick start guide

Magento 2 Shipping Flat Rate5. Quick start guide Magento 2 Shipping Flat Rate5 Quick start guide 1. Introduction Shipping Flat Rate5 is an upgraded extension of single flat rate option in Magento by serving multiple flat rate methods based on different

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector SIMICART USER GUIDE SERIES Install SimiConnector TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12 I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x

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

Product Questions Magento Extension

Product Questions Magento Extension Product Questions Magento Extension User Manual This is the user manual of Magento Product Questions v1.3.1 and was last updated on 23-12-2017. To see what this extension can do, go to the Magento Product

More information

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Contents 1. Installation 2. Uploading Magento 2 extension files 2.1. SSH Installation (requires SSH access

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Joomla Manual Plug-in installation...

More information

Sears Integration for Magento 2-User Guide 0.0.1

Sears Integration for Magento 2-User Guide 0.0.1 by CedCommerce Docs - Products User Guides 1 / 36 1. Overview... 3 2. Sears Magento 2 Integration Extension Installation... 4 3. Sears Configuration Settings... 4 4. Manage Profiles... 10 4.1. Add a New

More information

Event Scheduling System 4.0 User Guide

Event Scheduling System 4.0 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Last Updated 11/13/15. LM Procure to Pay Quick Reference Guide For Suppliers Using einvoicing

Last Updated 11/13/15. LM Procure to Pay Quick Reference Guide For Suppliers Using einvoicing Last Updated 11/13/15 LM Procure to Pay Quick Reference Guide For Suppliers Using einvoicing Lockheed Martin Procure to Pay November 2015 Procedure This quick reference guide navigates through the DCI

More information

USER S GUIDE Last Modified: 04/08/2013 1

USER S GUIDE Last Modified: 04/08/2013 1 USER S GUIDE Last Modified: 04/08/2013 1 Contents 1 Welcome 1 Activating ROAMpay X4 2 Using the System 2 Login 2 First-time Login 2 Default Settings 3 Retrieving Your Password 3 Online Sales 4 Saved Item

More information

GeoIP Redirect for Magento 2

GeoIP Redirect for Magento 2 Last update: 2017/11/04 13:00 magento_2:geoip_redirect https://amasty.com/docs/doku.php?id=magento_2:geoip_redirect For more details see the GeoIP Redirect extension page. GeoIP Redirect for Magento 2

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Drupal Manual Plug-in installation...

More information

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2 User Guide Form Builder Extension Version - 1.1.3 User Guide Version - 1.1.3 Magento Editions Compatibility Community - 2.2 1 Content Form Builder V-1.1.3 Introduction Installation Usage Admin General

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Drupal Manual Plug-in installation...

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 3 Main features,

More information

REWARD POINTS PLUG-IN USER GUIDE

REWARD POINTS PLUG-IN USER GUIDE support@simicart.com Phone: +84.3217.1357 REWARD POINTS PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 5 3. HOW TO CONFIGURE... 6 3.1 For those who are using Reward Point

More information

Sappi Ariba Network. Summit Guided Session: Account Configuration

Sappi Ariba Network. Summit Guided Session: Account Configuration Sappi Ariba Network Summit Guided Session: Account Configuration 1 Manage invitation letter + 2 Landing Page Sappi 2 1 1 Open the Invitation Letter that you received at your email address from ordersender-prod@ansmtp.ariba.com

More information

Hotel Booking Plugin for WordPress Documentation

Hotel Booking Plugin for WordPress Documentation Hotel Booking Plugin for WordPress Documentation Updated on November 17, 2017 Overview Quick Start Guide Installation Add Seasons Add Services Add Accommodation Types Add Amenities Add Categories Add Rates

More information

User Training Guide Version 2.0 December

User Training Guide Version 2.0 December User Training Guide Version 2.0 December 2016 1 Table of Contents Helpful Hints... 3 General Site Overview & Navigation... 4 Logging In... 4 Top Navigation... 5 Secondary Navigation... 7 Navigating Categories

More information

ROAMpay TM. X4 User's Guide

ROAMpay TM. X4 User's Guide ROAMpay TM X4 User's Guide Last Modified: 06/14/2013 Contents 1 Activating ROAMpay X4 2 Using the System 2 Login 2 First-time Login 2 Default Settings 3 Retrieving Your Password 3 Online Sales 4 Saved

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

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

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

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

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Joomla Manual Plug-in installation...

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

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

Cart Product Selector. Quick Start Guide

Cart Product Selector. Quick Start Guide Cart Product Selector Quick Start Guide 1. Introduction Cart Product Selector is an extension which allows the customer to selectively choose products present in the cart and proceed to checkout with the

More information

Evoq 8 Content Managers Training Manual

Evoq 8 Content Managers Training Manual Evoq 8 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 8...3 Editing Bar...3 Dashboard...4

More information

MYCIBSE USER GUIDE. Contents

MYCIBSE USER GUIDE. Contents MYCIBSE USER GUIDE CIBSE upgraded its IT systems on 26th July 2016 to improve core customer functions and increase efficiency and effectiveness. As part of this upgrade members and customers that were

More information

Gift Card Manager Extension

Gift Card Manager Extension Ph: +91-120-4243310 Gift Card Manager Extension User Manual v1.0.0 Prepared by E-mail: support@knowband.com E-23, Sector-63, Noida. Phone: +91-120-4243310 1 Ph: +91-120-4243310 Contents 1.0 Introduction

More information

SOMETHING BRILLIANT IS ON THE HORIZON. Preview & User Set-Up Guide. Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22

SOMETHING BRILLIANT IS ON THE HORIZON. Preview & User Set-Up Guide. Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22 SOMETHING BRILLIANT IS ON THE HORIZON Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22 Preview & User Set-Up Guide On October 9 the Preview & User Set-up period of our new and

More information

Thank you for choosing Oak Tree Financing.

Thank you for choosing Oak Tree Financing. Thank you for choosing Oak Tree Financing. Please follow this application guide carefully to ensure you get your funds as quickly as possible. If you have any questions regarding the application process,

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Drupal Manual Plug-in installation...

More information

FAQ RHB TravelFX App and Multi-Currency Card

FAQ RHB TravelFX App and Multi-Currency Card FAQ RHB TravelFX App and Multi-Currency Card 1 About RHB TravelFX 1.1 What is the RHB TravelFX? RHB TravelFX is a mobile application that is to be used for your RHB TravelFX Multi-Currency Card that allows

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

Mega Menu Add-on User Guide

Mega Menu Add-on User Guide Mega Menu Add-on User Guide A guide to using the Mega Menu add-on interface Last updated: February 7, 2018 Version: 1.0 2017-2018 Cybage. All rights reserved. The information contained in this document

More information

Protecting SugarCRM with SafeNet Authentication Manager

Protecting SugarCRM with SafeNet Authentication Manager Protecting SugarCRM with SafeNet Authentication Manager Version 8.2 Integration Guide Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document

More information

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1 PAYPLUG EXTENSION FOR MAGENTO V1 TABLE OF CONTENTS 1. INTRODUCTION..3 2. CONFIGURATION 4 2.1. CONNECT... 2.2. SETTINGS..5 2.3. PAYMENT PAGE..6 2.4. DISPLAY/HIDE PAYPLUG. 3. PAYMENT PAGE.6 3.1. REDIRECT.7

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

Sears-Magento Integration Guide 0.0.1

Sears-Magento Integration Guide 0.0.1 by CedCommerce Docs - Products User Guides 1 / 34 1. Overview... 3 2. Sears Integration Extension Installation... 4 3. Sears Configuration Settings... 4 4. Manage Sears Profiles... 9 4.1. Add New Profile...

More information

Manual FCPM for Magento 2 Version 1.2.1

Manual FCPM for Magento 2 Version 1.2.1 INSTALLATION OF THE EXTENSION Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded

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

daa isupplier User Guide

daa isupplier User Guide daa isupplier User Guide December 2017 Contents Prerequisites... 3 Introduction... 4 1.1 Registration... 6 1.2 Login... 6 1.3 Basic Overview of the isupplier Portal Homepage... 7 1.4 Purchase Order Acceptance

More information

Ebay Integration User Guide 0.0.1

Ebay Integration User Guide 0.0.1 by CedCommerce Products User Guides 1 / 39 1. Ebay Integration for Magento 2 store Overview... 3 2. Ebay Integration for Magento 2 store extension Installation... 4 3. ebay Configuration Settings... 4

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting Up the Outgoing Mail Server, page 1 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Php4u Payment Restrictions Module for Magento 2

Php4u Payment Restrictions Module for Magento 2 Php4u Payment Restrictions Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x Version 1.0.0 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer install...4 2. Configuration...5

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

Using Stripe to Accept Payments on Your Website

Using Stripe to Accept Payments on Your Website Using Stripe to Accept Payments on Your Website Business Model Copyright 2016 Rootworks Overview This document is designed to provide the steps of setting up a Stripe account for your firm, and getting

More information

Magento 2 Vendor Group Addon - Admin Guide

Magento 2 Vendor Group Addon - Admin Guide Magento 2 Vendor Group Addon - Admin Guide by CedCommerce Docs - Products User Guides 1 / 16 1. Overview... 3 2. Vendor Group Configuration... 3 3. Manage Vendor Groups... 4 3.1. Add a New Vendor Group...

More information

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

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

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual for Magento 2 https://www.magebees.com/ymm-products-parts-finder-extension-formagento-2.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com,

More information