MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein.

Size: px
Start display at page:

Download "MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein."

Transcription

1 Magento 1.8 & 1.9 Othman Hussein 1

2 Table of Contents: Installation Steps Merchant Configuration Details Payment Request.7 Test Card Details.10 Live URL.10 2

3 Installation steps: Please follow the below mentioned steps for installing Magento plugin 1) Extract MindPlugged.zip file into app\code\local 2) Extract myfatoorahgateway.zip file into app\design\frontend\{theme}\default\template\ 3) For Admin Transaction Details app\design\adminhtml\default\default\template\sales\order\view\items.phtml Put below mentioned code at the end of the file code. <?php //MyFatoorah Transaction Details Block Start $Paymode = ''; $transactiondetailsarray = array(); $order = Mage::getModel("sales/order")->load($this- >getrequest()->getparam('order_id')); $transactiondetails = $order->getpayment()->getadditionalinformation(); foreach ($transactiondetails as $transactiondetailskey => $transactiondetailsvalue) { $transactiondetailsarray = json_decode($transactiondetailskey); } $Paymode = strtoupper($transactiondetailsarray->paymode); $payment_method = $order->getpayment()->getmethodinstance()->getcode(); if($payment_method=='myfatoorahgateway') { $transactionid = $order->getpayment()->getlasttransid();?> <div class="box-left"> <!--Payment Method--> <div class="entry-edit"> <div class="entry-edit-head"> <h4 class="icon-head head-payment-method"><?php echo Mage::getStoreConfig('payment/myfatoorahgateway/title');?> Information</h4> </div> <fieldset> MyFatoorah Transaction Id : <?php echo ($transactionid? $transactionid : 'N.A') ;?><br/> Paymode : <?php echo ($Paymode? $Paymode : 'N.A');?> <div></div> </fieldset> </div> </div> <br/> <?php } //MyFatoorah Transaction Details Block End?> 3

4 4) For Separate Payment Tabs app\design\frontend\{theme}\default\template\checkout\onepage\payment\methods.phtml Below The Below Code : <?php else: foreach ($methods as $_method): $_code = $_method->getcode();?> Above The Below Code : <dt id="dt_method_<?php echo $_code?>"> Put the below mentioned code <?php $paymentmode = Mage::getStoreConfig('payment/myfatoorahgateway/payment_mode'); if($_code=='myfatoorahgateway' && strtoupper($paymentmode)!='both'): $modesarray = array(); if(strtoupper($paymentmode)=='separate') { $modesarray = array( 'KNET'=>'_knet', 'VISA'=>'_visa'); } else { $modesarray = array( $paymentmode=>'_'.strtolower($paymentmode) ); } $_current_mode = $_code; foreach ($modesarray as $_keymodes => $_modes): $_code = $_current_mode.$_modes;?> <dt id="dt_method_<?php echo $_code?>"> <?php if(!$onemethod):?> <input id="p_method_<?php echo $_code?>" value="<?php echo $_current_mode?>" type="radio" name="payment[method]" title="<?php echo $this- >escapehtml($_method->gettitle())?>" onclick="payment.switchmethod('<?php echo $_code?>')"<?php if($this->getselectedmethodcode()==$_code):?> checked="checked"<?php endif;?> class="radio switchmode" /> <?php else:?> <span class="no-display"><input id="p_method_<?php echo $_code?>" value="<?php echo $_code?>" type="radio" name="payment[method]" checked="checked" class="radio" /></span> <?php $onemethod = $_code;?> <?php endif;?> <label for="p_method_<?php echo $_code?>"><?php echo $this- >escapehtml($this->getmethodtitle($_method)).ucfirst(' '.$_keymodes)?></label> </dt> <?php endforeach;?> <?php else:?> On the same file put the below mentioned code at the END OF FILE <script type="text/javascript"> //<![CDATA[ 4

5 var $j = jquery.noconflict(); Mage.Cookies.set('switchMode', ''); $j(function() { $j(".switchmode").click(function() { var valattr = $j(".switchmode").attr("value"); var forknet = "p_method_"+valattr+"_knet"; var forvisa = "p_method_"+valattr+"_visa"; var isknetchecked = $j('#' + forknet).is(":checked"); var isvisachecked = $j('#' + forvisa).is(":checked"); if(isknetchecked) { var urlstorecode = window.location.pathname.replace(/^\/+ \/+$/g,"").split('/')[0]; if(urlstorecode!= "") Mage.Cookies.set('switchMode', 'KNET'); } if(isvisachecked) { var urlstorecode = window.location.pathname.replace(/^\/+ \/+$/g,"").split('/')[0]; if(urlstorecode!= "") Mage.Cookies.set('switchMode', 'VISA'); } }); }); //]]> </script> 5 ) Create folder /app/etc/modules Copy MindPlugged_All.xml file into it 5

6 Merchant Configuration details: In Magento Admin Panel fill Merchant Configuration Details provided by MyFatoorah to be added. Merchant Code: User Name: Password: E55D0 Payment Gateway URL: Payment Mode: Select One 1. Knet 2. Visa / Debit Card 3. Myfatoorah Both 4. Separate Knet & Visa 6

7 PaymentRequest: Step: 1 Select Item from category and Add to cart. Note: Click on update to get the subtotal. Click on Proceed to Checkout Step: 2 Fill the Billing Information as follows. Billing Information Parameter: Customer Information First Name - Customer First Name (Required) Middle Name/Initial - Customer Middle Name (Optional) Last Name - Customer Last Name (Required) Company - Customer Company (Optional) Address - Customer Address (Required) Street Address 2 - Customer Street Address 2 (Optional) City - Customer City Name (Required) State/Province - State Name (Optional) Zip/Postal Code - Zip Code (Required) Country - Customer Country Name (Required) Telephone - Customer Telephone Number (Required) Fax - Fax Number (Optional) There will be 2 options Ship to this address (If Customer selects this the information provided in the billing information will be used.) Ship to different address (If the Customer selects this he needs to fill the customer information for the order shipment in Shipping Information Form.) 7

8 Step: 3 Click on Continue. It will move to shipping method that will show rates. Click on Continue Step: 4 Payment Information Select MyFatoorah Gateway. Click on Continue Step: 5 Order Review. Review your order if you have forgot any item you can edit your cart. Click on Place Order Step: 6 You will be taken to MyFatoorah Payment Link. 8

9 9

10 Test Card Details: KNET Test Cards (any Pin /Expiry) Captured (any Pin /Expiry) Not Captured MasterCard Test Cards Card Number Expiry Date CVV / / Visa Test Cards Card Number Expiry Date CVV / / Note: For visa test the amount should as per the below given scenarios. Live URL: Once completed with the test, merchant can go live using the url given below and the live credentials provided by MyFatoorah. 10

Registration Fields Manager extension for Magento2. User Guide

Registration Fields Manager extension for Magento2. User Guide Registration Fields Manager extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

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

Lateral Payment Solutions HPS

Lateral Payment Solutions HPS Lateral Payment Solutions HPS LPS Payment Gateway (HPS) Magento Payment Gateway allows you to accept payment on your Magento connect. LPS Payments supports Credit & Debit Cards on VISA & MASTERCARD card

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

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

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

First Data Global Gateway SM Virtual Terminal User Manual

First Data Global Gateway SM Virtual Terminal User Manual First Data Global Gateway SM Virtual Terminal User Manual Version 1.0 2015 First Data Corporation. All Rights Reserved. All trademarks, service marks, and trade names referenced in this material are the

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 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

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0.

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0. DYNAMIC VAT Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 IMPORT GUIDE Version 1.0 Developed By Table of Contents Solution Import... 1 Registration... 6 Configuration...

More information

Payson Magento - All in One

Payson Magento - All in One Payson Magento - All in One The Payson all in one module will display all available payment options, including invoice. The previous Payson modules will display two separate payment windows as seen in

More information

Magento 2 Vendor Split Cart Addon - User Guide

Magento 2 Vendor Split Cart Addon - User Guide by CedCommerce Docs - Products User Guides 1 / 11 1. Overview... 3 2. Vendor Split Cart Configuration... 3 3. Front-End View... 4 2 / 11 1. Overview Vendor Split Cart Addon is an add-on of CedCommerce

More information

Pincode Checker - Admin Guide

Pincode Checker - Admin Guide Pincode Checker - Admin Guide by CedCommerce Technical Publications 1 / 13 1. Overview... 3 2. Pincode Checker Configuration Settings... 3 3. Manage Pincodes... 4 3.1. Actions... 9 4. Front-end View...

More information

The Platform ecommerce Functionality

The Platform ecommerce Functionality The Platform ecommerce Functionality EXTERNAL ADMINISTRATOR GUIDE 2 ECOMMERCE FUNCTIONALITY (EXTERNAL ADMINISTRATOR GUIDE) Contents Log on to The Platform 4 Search for a Training Course 6 Checking Training

More information

WordPress WooCommerce plugin. Merchant Integration Manual

WordPress WooCommerce plugin. Merchant Integration Manual WordPress WooCommerce plugin Merchant Integration Manual 2015 07 10 Features Adds EveryPay card payment gateway service to the WooCommerce installation for supporting Visa and MasterCard payments. Requirements

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

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

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon.

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon. How to create and order individual pages 1. Once you open the My Memories Suite software, choose the Design icon. 2. Under the Photobooks category, choose the size you would like your project to be out

More information

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce Documentation of Reward Points for Woocommerce Installation of Reward Points for Woocommerce Installation Install Word Press from http://codex.wordpress.org/installing_wordpress. Upload via FTP : - Unzip

More information

Store Pickup Magento2 USER MANUAL MAGEDELIGHT.COM E:

Store Pickup Magento2 USER MANUAL MAGEDELIGHT.COM E: Store Pickup Magento2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successfully installing the Store Pickup extension on your Magento store, First of all you required to configure

More information

Event Registration Guide

Event Registration Guide Ferris State University Conference and Professional Services Event Registration Guide How to Add, Manage, and Register Multiple Members Step 1 Accessing the Registration Homepage Step 1 Open your internet

More information

Supplier Profile Management & Registration Process Oman Shipping Company

Supplier Profile Management & Registration Process Oman Shipping Company Supplier Profile Management & Registration Process Oman Shipping Company Please Click Here to Register Please select the correct Commodity & Provide brief description about your business activity Please

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

Quick Reference Guide For Self-Registration

Quick Reference Guide For Self-Registration Quick Reference Guide For Self-Registration Municipal Securities Rulemaking Board August 2016 1300 I Street NW, Suite 1000 Washington, DC 20005 202-838-1500 msrb.org emma.msrb.org New to MuniEdPro? Create

More information

CitiManager Quick Start Guide for Administrators

CitiManager Quick Start Guide for Administrators 1 CitiManager Quick Start Guide for Administrators March 2017 Treasury and Trade Solutions Contents Self-Register as a Non-Cardholder 3 Log Into CitiManager 6 Perform an Account Search 7 View Statements

More information

Installation Instructions Nochex Payment Module for Jigoshop ecommerce

Installation Instructions Nochex Payment Module for Jigoshop ecommerce Installation Instructions Nochex Payment Module for Jigoshop ecommerce A guide to the installation of the Nochex payment module for Jigoshop ecommerce. All the information you need to start accepting Nochex

More information

Lorna Jane. Wholesale Website Guide

Lorna Jane. Wholesale Website Guide Lorna Jane Wholesale Website Guide Wholesale Website Guide Contents New Look Features... 2 Header... 3 Footer... 4 Logging In... 5 Forgot Password... 6 Change Language... 6 Searching for Products... 7

More information

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

First Data Global Gateway Virtual Terminal User Guide. Version 2.4

First Data Global Gateway Virtual Terminal User Guide. Version 2.4 First Data Global Gateway Virtual Terminal User Guide Version 2.4 July 15, 2010 Table of Contents 1 Introduction 6 1.1 First Data Global Gateway Virtual Terminal Overview 6 1.1.1 Processing Transactions

More information

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit.

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit. Before Ordering 1. Type in www.myarchroma.com, you can see below screen. If you don t have the user name and password yet, click Request a User Name and Password. 2. Fill in the blanks; fill your RETAILER/BRAND

More information

Store Pickup M2 USER MANUAL E: P: +1-(248)

Store Pickup M2 USER MANUAL E:  P: +1-(248) Store Pickup M2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: INFO@MAGEDELIGHT.COM SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 P: License Key After successfully installing the Store Pickup extension on your

More information

Changes in checkout-affiliates/trunk [13:52]

Changes in checkout-affiliates/trunk [13:52] Changes in checkout-affiliates/trunk [13:52] Location: Files: checkout-affiliates/trunk 6 added 3 modified vendors vendors/class.update.php languages languages/checkout-affiliates-en_us.mo languages/checkout-affiliates-en_us.po

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

Payment Account Setup

Payment Account Setup Enrollment Process There are 4 steps involved with the enrollment process. Tell Us About Yourself Create Your Account Payment Account Setup Activate Login Step 1 - Tell Us About Yourself the consumer will

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

To login to the Virtual Terminal, click on the link in your Welcome to PPI , enter your user ID and password and click OK.

To login to the Virtual Terminal, click on the link in your Welcome to PPI  , enter your user ID and password and click OK. Welcome to the PPI PayMover Virtual Terminal Training. The Virtual Terminal allows you to process real-time credit card transactions without a standalone hardware terminal. You are able to process credit

More information

AORN GROUP MEMBERSHIP Facility Program Application CHECKLIST IMPORTANT PLEASE READ ALL INSTRUCTIONS BEFORE COMPLETING GROUP MEMBERSHIP APPLICATION

AORN GROUP MEMBERSHIP Facility Program Application CHECKLIST IMPORTANT PLEASE READ ALL INSTRUCTIONS BEFORE COMPLETING GROUP MEMBERSHIP APPLICATION IMPORTANT PLEASE READ ALL INSTRUCTIONS BEFORE COMPLETING GROUP MEMBERSHIP APPLICATION To ensure timely processing of your application, please ensure information is complete, accurate, and legible (if hand-written).

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

ADD MULTIPLE PRODUCTS TO CART

ADD MULTIPLE PRODUCTS TO CART 1 User Guide Add Multiple Products to Cart ADD MULTIPLE PRODUCTS TO CART USER GUIDE BSSCOMMERCE 1 2 User Guide Add Multiple Products to Cart Contents 1. Add Multiple Products to Cart Extension Overview...

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

Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions and

Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions and Masterpass Magento Plug-In Installation Guide Enterprise Edition Versions 1.13.1 and 1.14.1 27 October 2016 MTIG Contents Contents Chapter 1: Introduction... 3 Purpose of This Guide... 4 Audience... 4

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

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

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

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

More information

HIDE PRODUCT PRICE. User Guide. User Guide Page 1

HIDE PRODUCT PRICE. User Guide. User Guide Page 1 HIDE PRODUCT PRICE User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any

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

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved support@pixlogix.com Shipping Availability Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Shipping Availability Configuration... 4 2.1 General...

More information

AHA Coding Clinic Advisor User Guide and Instructions

AHA Coding Clinic Advisor User Guide and Instructions AHA Coding Clinic Advisor User Guide and Instructions TABLE OF CONTENTS Existing Users How to log in (click here)... PAGES 3 4 New User Registration How to create account (click here)... PAGES 5 7 How

More information

Magento Extension User Guide. This document explains how to install the official Secure Trading extension on your Magento store.

Magento Extension User Guide. This document explains how to install the official Secure Trading extension on your Magento store. This document explains how to install the official Secure Trading extension on your Magento store. Module version: 3.2.1 Published: 13 June 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

PowerStore 2: Customizing the WA_Globals.php file

PowerStore 2: Customizing the WA_Globals.php file PowerStore 2: Customizing the WA_Globals.php file This document covers all the settings included in the WA_Globals.php file for PowerStore 2. Refer to this document for information regarding each of the

More information

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version support@magestore.com sales@magestore.com +1-415-954-7137 ONE STEP CHECKOUT USER GUIDE for Magento 2.0 Version 1.0 One step checkout v1.0 User Guide for Magento 2.0 1 Table of Contents 1. INTRODUCTION

More information

Splitit USA Inc. User Guide for Merchants

Splitit USA Inc. User Guide for Merchants Splitit USA Inc. User Guide for Merchants Page 1 www.splitit.com COPYRIGHT 2015 Splitit USA Inc. ALL RIGHTS RESERVED RELEASE October 2015 Disclaimer: SPLITIT USA INC. OR ITS SUPPLIERS MAY DISCONTINUE OR

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

DeltaVista DSPOne DVA Check Extension User Guide

DeltaVista DSPOne DVA Check Extension User Guide MagentoCRUX DeltaVista DSPOne DVA Check What does the DeltaVista DSPOne DVA Check Magento extension do? o The objective of the module is to check credit for customers from Germany, Switzerland and Austria.

More information

First Data Global Gateway Virtual Terminal User Guide. Version v9.0

First Data Global Gateway Virtual Terminal User Guide. Version v9.0 First Data Global Gateway Virtual Terminal User Guide Version v9.0 March 2015 Revision History DOCUMENT: First Data Global Gateway Virtual Terminal User Guide The following table lists the additions, updates/modifications,

More information

Magento 1 CCH SureTax for Magento Extension

Magento 1 CCH SureTax for Magento Extension Magento 1 CCH SureTax for Magento Extension User Guide August 16, 2016 2016, CCH Incorporated and its affiliates and licensors. All rights reserved. Material in this publication may not be reproduced or

More information

The Platform ecommerce Functionality

The Platform ecommerce Functionality The Platform ecommerce Functionality EXTERNAL USER GUIDE 2 ECOMMERCE FUNCTIONALITY (EXTERNAL USER GUIDE) Contents Create a login for The Platform 4 Log on to The Platform 8 Search for a Training Course

More information

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED.

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED. CED COMMERCE. ALL RIGHTS RESERVED. SUPPORT@CEDCOMMERCE.COM [SocialLogin] SocialLogin extension is very useful extension for the magento ecommerce platform. It provides your store the feature to login /

More information

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store.

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store. This document explains how to install the official Secure Trading extension on your Magento store. Module version: 3.4 Published: 31 October 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

Page 1 of 32. Rewards Points

Page 1 of 32. Rewards Points Page 1 of 32 Rewards Points Table of Contents Rewards Points... 1 Installation... 2 Configure Reward Points... 3 General Configuration... 4 Earning Points Configuration... 4 Spending Points Configuration:...

More information

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: (903)

Office Hours: Monday thru Friday 8:00 am 5:00 pm General Inquiries: (903) TABLE OF CONTENTS Select the appropriate link below for the action you wish to perform. 1. LOG IN 2. FORGOT PASSWORD 3. HOME PAGE 4. VIEW PAYMENT/CHARGE HISTORY 5. VIEW CONSUMPTION HISTORY 6. CURRENT STATEMENT

More information

Data Feed Manager. End user instructions

Data Feed Manager. End user instructions Data Feed Manager End user instructions Configure your data feeds with Data Feed Manager To create and configure your data feeds, go to Products > Data Feed Manager > Data Feeds. Your data feeds will be

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

In order to install mypos Checkout plugin please follow the steps below:

In order to install mypos Checkout plugin please follow the steps below: Installation In order to install mypos Checkout plugin please follow the steps below: 1. Sign in to your Magento Admin Panel. 2. From the admin menu, go to System > Magento connect > Magento Connect Manager.

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

USER HELP. Copyright Information Copyright 2016 Global Payments Inc. All rights reserved worldwide.

USER HELP. Copyright Information Copyright 2016 Global Payments Inc. All rights reserved worldwide. MERCHANT SALES: 800-637-8268 New Merchant Accounts PARTNER PROGRAMS: 800-637-8268 New and existing partnerships CUSTOMER CARE: 800-338-6614 Existing merchant account support Statements and deposits Changes

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

One Step Checkout Guide

One Step Checkout Guide Website: http://magehit.com Contact: sale@magehit.com One Step Checkout Guide Version 1.0 March 2015 Frontend Overview Configuration Go to System => Configurations => Mage Hit => One Step Checkout Pro

More information

Aitoc. All-In-One Checkout User Manual for Magento

Aitoc. All-In-One Checkout User Manual for Magento All-In-One Checkout User Manual for Magento Table of Content 1. All-In-One Checkout components. 2. Enabling All-In-One Checkout in Magento. 3. One-Page Checkout Booster settings. 4. Configurable Checkout

More information

PORTAL NOFRAUD GUIDE

PORTAL NOFRAUD GUIDE PORTAL NOFRAUD GUIDE This document serves as a guide to the NoFraud Portal account to ensure proper configuration and enable merchant functions and overview of all transactions running through the NoFraud

More information

Payment Card Industry (PCI) Data Security Standard

Payment Card Industry (PCI) Data Security Standard Payment Card Industry (PCI) Data Security Standard Attestation of Compliance for Onsite Assessments Merchants Version 3.0 February 2014 Section 1: Assessment Information Instructions for Submission This

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

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

NAPAMS HELP DOCUMENT

NAPAMS HELP DOCUMENT NAPAMS HELP DOCUMENT What you should know All documents to be uploaded must be PDF documents and not more than 250KB All images should be in JPEG and not more than 250KB There are two payment options,

More information

Overview. Guide for the Authorized User

Overview. Guide for the Authorized User Overview This guide demonstrates how to view your student s account balance and make payments for your student as an Authorized User. Note: Your student must first login to MySJSU and set up an authorized

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

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

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

USB-IF Product Order Form

USB-IF Product Order Form USB-IF Product Order Form Please use the following information to select the test hardware from the USB-IF estore. USB 3.1 (10 GT/s) Type-C Electrical Test Fixture Kit The USB 3.1 USB (10 GT/s) Type-C

More information

Getting Started With Transaction Express

Getting Started With Transaction Express Getting Started With Transaction Express Table of Contents Product Overview... 8 Welcome Email... 8 Merchant List... 8 Navigation... 9 Left Navigation Sections... 10 Password Security... 11 Change... 12

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

MANUAL. Extension for Shop System Magento Version th September 2017

MANUAL. Extension for Shop System Magento Version th September 2017 MANUAL Extension for Shop System Magento Version 1.2.26 29 th September 2017 Content 1 Introduction... 3 2 Installation... 3 2.1 Installation via zip file provided by VR pay ecommerce... 3 3 Configuration...

More information

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved.

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved. SHOPIFY to MAGENTO Migration Tool User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Shopify to Magento Migration Tool: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 3 3. Set-up...

More information

Virtual Terminal User Guide

Virtual Terminal User Guide With the Clearent Virtual Terminal, merchants can accept credit card payments using the web browser on a computer, tablet, or mobile device. In this guide you will find step-by-step instructions for using

More information

How to place an order on CSI s online store

How to place an order on CSI s online store How to place an order on CSI s online store Store website http://store.csionline.org/ 1. Click on account, then log in 2. Create an account or LOGIN using your currently registered email and password.

More information

Follow Up Getting Started. How to install extension

Follow Up Getting Started. How to install extension Follow Up Email 1.0.18 Getting Started Welcome to the Follow Up Email Documentation. Whether you are new to Follow Up Email or an advanced user, you can find useful information here. First of all we recommend

More information

User manual. General. 1. Knowledge Base 2. Getting started 3. User manual

User manual. General. 1. Knowledge Base 2. Getting started 3. User manual 1. Knowledge Base 2. Getting started 3. User manual Enter a question, keywo User manual This is the user manual for OneStepCheckout version 3.0 and higher. This manual explains how to use OneStepCheckout

More information

Wheaton Online Bill Pay Utility Billing

Wheaton Online Bill Pay Utility Billing Wheaton Online Bill Pay Utility Billing WHEATON Online Bill Pay Wheaton Online Bill Pay allows users to pay City invoices from the convenience of any computer connected to the internet. With respect to

More information

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento About the Tutorial Magento is an open source E-commerce software, created by Varien Inc., which is useful for online business. It has a flexible modular architecture and is scalable with many control options

More information

COULEUR NATURE ACCOUNT APPLICATION

COULEUR NATURE ACCOUNT APPLICATION ACCOUNT APPLICATION APPLICATION FORMS Please fill in the application forms and send us your first order. FORM 1: ACCOUNT INFORMATION REQUIRED FORM 2: TAX ID FORM 3: CREDIT CARD AUTHORIZATION FORM 4: ACKNOWLEDGEMENT

More information

USER GUIDE (MERCHANT) MOBILE MONEY ONLINE PLATFORM. Project number: PRMTN160104

USER GUIDE (MERCHANT) MOBILE MONEY ONLINE PLATFORM. Project number: PRMTN160104 MOBILE MONEY ONLINE PLATFORM Project number: PRMTN160104 Table of Contents 1. MERCHANT ACCOUNT CREATION... 1 1.1. Individual Merchant Account... 1 1.1.1. Individual Merchant with Mobile Money Account...

More information

Download complete member portal details here (include PDF sent the other day) ALL WORKS MEMBERS WILL NEED TO SET UP A NEW PORTAL ACCOUNT

Download complete member portal details here (include PDF sent the other day) ALL WORKS MEMBERS WILL NEED TO SET UP A NEW PORTAL ACCOUNT MEMBER PORTAL CLICK HERE TO ENTER THE MEMBER PORTAL https://theworkshealthclub.thememberspot.com/account/login NEW CLUB AUTOMATION PORTAL IS HERE Through the portal s dashboard tab you will be able to:

More information

EASYPAY MODULE - MAGENTO 2

EASYPAY MODULE - MAGENTO 2 EASYPAY MODULE - MAGENTO 2 This document aims to describe the installation and configuration of the EasyPay Magento2 module. 1. INSTALLATION To assure correct functioning it s necessary to install and

More information

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10 BACKGROUND POST USER S GUIDE 2012, CCBILL, LLC.; V.8,; 05072012 Page 1 of 10 CONTENTS Introduction... 3 Overview... 3 Passing Variables to the Signup Form... 3 Approval and Denial Posts... 5 Variables...

More information

Extra Fee for Magento 2

Extra Fee for Magento 2 Extra Fee for Magento 2 Magento 2 Extension User Guide Official extension page: Extra Fee for Magento 2 Page 1 Table of contents: 1. General settings.....3 2. Extra Fees Creation.....5 3. Condition Settings...11

More information

MSEDCL e-tendering Contractor Registration Guide

MSEDCL e-tendering Contractor Registration Guide MSEDCL e-tendering Contractor Registration Guide 1 P a g e 2 P a g e Table Of Contents Getting Started...4 Contractor Registration...5 Adding Company Details...5 Adding Company Contact Details...7 Next

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

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

More information

Customer Wise Filter Payment Method for Magento 2

Customer Wise Filter Payment Method for Magento 2 Customer wise Filter payment Magento 2 Customer Wise Filter Payment Method for Magento 2 Magento 2.x Extension User Guide Official extension page: Customer wise payment for Magento 2 Introduction: Customer

More information

MobiMoney Framework Card Control Card Alerts

MobiMoney Framework Card Control Card Alerts MobiMoney Framework Card Control Card Alerts Application Install Start Once you decide to try MobiMoney, download the MobiMoney application from either the App Store or Google Play. A gray spring board

More information

ORDERING FROM TEMPLATES Click on the My Accounts tab at the top of the screen, and then select Templates.

ORDERING FROM TEMPLATES Click on the My Accounts tab at the top of the screen, and then select Templates. ONLINE ORDERING INSTRUCTIONS LOGGING IN Visit the All Med Website at www.amms.net LOG-IN with your User Name and Password User Name: Password (case-sensitive): ORDERING FROM TEMPLATES Click on the My Accounts

More information