PX Shopping Cart Plugin Magento. Version 1.3

Size: px
Start display at page:

Download "PX Shopping Cart Plugin Magento. Version 1.3"

Transcription

1 PX Shopping Cart Plugin Magento Version 1.3

2 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 to user flow screenshots. 1.2 Update to Refund description. 1.3 Complete (Capture) updated.

3 Copyright Copyright 2017, Payment Express Limited 33 Wilkinson Road, Ellerslie PO Box 8400 Auckland, 1150 New Zealand All rights are reserved. No part of this work may be reproduced or copied in any form or by any means, electronic or mechanical, including photocopying, without the express written permission of Payment Express Limited. Proprietary Notice The information described in this document is proprietary and confidential to Payment Express Limited. Any unauthorised use of this material is expressly prohibited except as authorised by Payment Express Limited in writing.

4 Contents 1 Overview... Page Introduction Features Supported PX Pay 2.0 vs PX Fusion Installation... Page Magento 1 Installation Magento 2 Installation Configuration... Page Magento 1 Configuration Magento 2 Configuration for PX Pay Magento 2 Configuration for PX Fusion User Experience... Page 7 5 Admin Functions... Page Complete (Capture) Function Magento 1 Complete Magento 2 Complete Refund (Credit Memo) Function Magento 1 Refund Magento 2 Refund Contact Us... Page 12

5 1 Overview 1.1 Introduction The Payment Express Magento Shopping Cart Plugin supports both Magento versions 1 & 2. The plugin package is designed to get your Magento website setup to accept online payments securely via the Payment Express payment gateway. This plugin has been tested with both Community & Enterprise Editions. Important: Moving forward Magento 1 will receive maintenance support only. Any new features will be added to Magento 2. We would recommend using Magento 2 for any new deployments. 1.2 Key Features Supported Purchase Transactions Auth Transactions Account2Account (A2A) Token Creation & Token Storage Token Rebilling Complete Transactions (known as Capture in Magento) Refund Transactions (known as Credit Memo, Refund on Order Invoice in Magento) Requires PX Pay 2.0 or PX Fusion Requires PX Pay 2.0 Requires PX Post 1.3 PX Pay 2.0 vs PX Fusion The Magento plugin supports both PX Pay 2.0 and PX Fusion APIs. Please note that PX Fusion is only available for Magento 2. Below are some key points for selecting one API over the other. PX Pay 2.0 Key Advantages PX Fusion Key Advantages Secure Hosted Payments Page hosted at Payment Express. Reduced PCI Scope for merchant. Enable alternative Payment Methods (e.g. A2A, China Union Pay Online Payment). There is no re-direction visible to the card holder. Payment process appears more seamless with merchant website. Standard PX Pay 2.0 features (3D Secure, CVC, Google recaptcha etc) are supported. Please note: PX Pay 2.0 is widely accepted and recommended by banks however if you wish to deploy PX Fusion then please ensure you check with your acquiring bank before proceeding. 1 of 12

6 2 Installation 2.1 Magento 1 Installation If installing via Magento Marketplace, please follow standard Magento Marketplace plugin install procedure. The following sections detail how to install manually via file provided by Payment Express. 1. Login to Magento Admin Panel. 2. Open Magento Connect Manager (System > Magento Connect > Magento Connect Manager). 3. Under Direct Package File Upload (Extension tab), select choose file. 4. Select the Payment Express Magento 1 tgz file from your computer. 5. Select Upload and then select Install. 2 of 12

7 2.2 Magento 2 Installation If installing via Magento Marketplace, please follow standard Magento Marketplace plugin install procedure. The following sections detail how to install manually via file provided by Payment Express. 1. Copy the Magento 2 plugin folder PaymentExpress to %magento2%/app/code. The folder structure is shown on the right. 2. Enable the Payment Express Magento 2 plugin by adding PaymentExpress_PxPay2' => 1 to "% magento2%\app\etc\config.php". 3. Run following commands via command prompt. cd %magento2% php bin/magento setup:upgrade php bin/magento setup:static-content:deploy 3 of 12

8 3 Configuration 3.1 Magento 1 Configuration 1. Navigate to the Magento 1 Payment Methods page (System > Configuration > Payment Methods). 2. Find Payment Express PxPay2 payment method. 3. Fill in and complete all fields. Set Enabled to Yes to enable the plugin. Set Payment Type to desired Payment Type (e.g. Purchase). Set Account2Account Only. This should be set to Yes only if your Payment Express account is setup for A2A only and no credit card. Enter your PX Pay User ID provided by Payment Express into the PxPay UserId field. Enter your PX Pay Key provided by Payment Express into the PxPay Key field. Enter the PX Pay URL into the PxPay Url field. (only use this if your test account is setup on UAT host). If Token Billing is required, set Enable Rebill to Yes or No. If Complete (Capture) & Refund (Credit Memo) transactions are required, the PX Post details must be filled in. Enter your PX Post User ID provided by Payment Express into the PxPost UserId field. Enter your PX Post Password provided by Payment Express into the PxPost Password field. Enter the PX Post URL into the PxPost Url field. (only use this if your test account is setup on UAT host). 4 of 12

9 3.2 Magento 2 Configuration for PX Pay Navigate to the Magento 2 Payment Methods page (Stores > Configuration > Sales > Payment Methods). 2. Find Payment Express Checkout payment method. 3. Fill in and complete all fields. Set Enabled to Yes to enable the plugin. Set Payment Type to desired Payment Type (e.g. Purchase). Set Account2Account Only. This should be set to Yes only if your Payment Express account is setup for A2A only and no credit card. Enter your PX Pay User ID provided by Payment Express into the PxPay UserId field. Enter your PX Pay Key provided by Payment Express into the PxPay Key field. Enter the PX Pay URL into the PxPay Url field. (only use this if your test account is setup on UAT host). If Token Billing is required, set Enable Rebill to Yes or No. If Complete (Capture) & Refund (Credit Memo) transactions are required, the PX Post details must be filled in. Enter your PX Post User ID provided by Payment Express into the PxPost UserId field. Enter your PX Post Password provided by Payment Express into the PxPost Password field. Enter the PX Post URL into the PxPost Url field. (only use this if your test account is setup on UAT host). 5 of 12

10 3.3 Magento 2 Configuration for PX Fusion 1. Navigate to the Magento 2 Payment Methods page (Stores > Configuration > Sales > Payment Methods). 2. Find Payment Express PxFusion payment method. 3. Fill in and complete all fields. Set Enabled to Yes to enable the plugin Set Payment Type to desired value (e.g. Purchase) Enter your PxFusion user name provided by Payment Express into Username field Enter your PxFusion password provided by Payment Express into Password field Enter the PxFusion Post Url. (only use this if your test account is setup on UAT host) Enter the PxFusion WSDL. (only use this if your test account is setup on UAT host) If Complete (Capture) & Refund (Credit Memo) transactions are required, the PxPost details must be filled in. Enter your PX Post User ID provided by Payment Express into the PxPost Username field. Enter your PX Post Password provided by Payment Express into the PxPost Password field. Enter the PX Post URL into the PxPost Url field. (only use this if your test account is setup on UAT host) 6 of 12

11 4 User Experience The diagram below shows the typical user experience when checking out as a Guest or Registered user. The key difference is that a Registered User may already have shipping, billing and token data stored and just need to login to access and select this information. Proceed to Checkout Registered User Checkout Method? Guest User User Login Enter Billing Info Select Billing Info Enter Shipping Info Select Shipping Info Select Shipping Method Select Payment Method (Payment Express Checkout) Only CVC is required if Token is used Review & Place Order API? PX Pay 2.0 Hosted Payments Page (Redirect) PX Fusion Payments Form (No Re-direct) Merchant Website Confirmation Page Sample from Merchant Website Confirmation Page: 7 of 12

12 5 Admin Functions 5.1 Complete (Capture) Function Magento 1 Complete A Complete (Capture) Transaction can be done via the Magento admin menu. The Complete Transaction requires a PX Post Account. 1. Navigate to the Magento 1 Orders page (Sales > Orders). 2. Select and open the Order you wish to complete. 3. Click the Invoice button on the top right to create a new invoice for the Order. 4. Click the Submit Invoice button at the bottom right within the Items to Invoice section. Ensure Capture Online is used. 5. A confirmation message will be displayed once the Refund (credit memo) has been processed successfully. 8 of 12

13 5.1.2 Magento 2 Complete A Complete (Capture) Transaction can be done via the Magento admin menu. The Complete Transaction requires a PX Post Account. 1. Navigate to the Magento 2 Payment Orders page (Sales > Orders). 2. Select and open the Order you wish to complete. 3. Click the Invoice button on the top right to create a new invoice for the Order. 4. Click the Submit Invoice button at the bottom right within the Items to Invoice section. 5. A confirmation message will be displayed once the Refund (credit memo) has been processed successfully. 9 of 12

14 5.2 Refund (Credit Memo) Function Magento 1 Refund A Refund (Credit Memo) Transaction can be done via the Magento Admin Panel menu. The Refund Transaction requires a PX Post Account. 1. Navigate to the Magento 2 Payment Orders page (Sales > Orders). 2. Select the Order you wish to create a credit memo for. 3. Go to the Invoices menu and open the invoice. 4. Click the Credit Memo button at the top right of the invoice. 5. Click the Refund button at the bottom right within the Refund Totals section. You may adjust the refund amount as necessary before submitting the Refund. 6. A confirmation message will be displayed once the Refund (credit memo) has been processed successfully. 10 of 12

15 5.2.2 Magento 2 Refund A Refund (Credit Memo) Transaction can be done via the Magento Admin Panel menu. The Refund Transaction requires a PX Post Account. 1. Navigate to the Magento 2 Payment Orders page (Sales > Orders). 2. Select the Order you wish to create a credit memo for. 3. Go to the Invoices menu and open the invoice. 4. Click the Credit Memo button at the top right of the invoice. 5. Click the Refund button at the bottom right within the Refund Totals section. You may adjust the refund amount as necessary before submitting the Refund. 6. A confirmation message will be displayed once the Refund (credit memo) has been processed successfully. 11 of 12

16 6 Contact Us General Support Queries - support@paymentexpress.com Technical/Integration Queries - devsupport@paymentexpress.com Sales Queries - sales@paymentexpress.com New Zealand Auckland Australia Sydney United Kingdom London Phone (landline) 0800 PAYMENT ( ) Phone (mobile) Fax Address 33 Wilkinson Road, Ellerslie Auckland New Zealand Phone or Fax Address Level 3, Kent Street Sydney, NSW 2000 Australia Phone or +44 (0) Fax + 44 (0) Address Union Street LI. 313 Southwark, London SE1 0LH USA Los Angeles Rest of the World Phone or or Fax Address 8939 South Sepulveda Boulevard, Suite 520 Los Angeles, CA USA Canada Phone or Singapore Phone Hong Kong Phone (landline) Republic of Ireland Phone International Phone Address Payment Express P O Box 8400 Auckland 1150 New Zealand 12 of 12

PX Payform Product Guide. Version 3.0

PX Payform Product Guide. Version 3.0 PX Payform Product Guide Version 3.0 Document Revision Information Version Comments 1.0 Initial Revision 2.0 Updated Images and customisation sections 3.0 Update of document format and content Copyright

More information

Payment Express Apple Pay E-Commerce. Version 0.8

Payment Express Apple Pay E-Commerce. Version 0.8 Payment Express Apple Pay E-Commerce Version 0.8 DOCUMENT REVISION INFORMATION Version Revision Information 0.1 Initial version 0.2 Added set up walkthrough 0.3 Inclusion of Transaction JSON 0.4 Added

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

PayPalPlus Magento 2 User's Guide

PayPalPlus Magento 2 User's Guide PayPalPlus Magento 2 User's Guide The PayPalPlus module for Magento 2 replaces the complete selection of payment methods in Magento. The PayPalPlus module supports other, proprietary payment methods that

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

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

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

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

WePay Payment Gateway

WePay Payment Gateway WePay Payment Gateway webkul.com /blog/magento-wepay-payment-gateway/ Published On - August 25, 2014 WePay Payment Gateway is available in now your ecommerce store, provide trusted, secure, fast payment

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

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

Delete Orders User Guide

Delete Orders User Guide Delete Orders User Guide Installation manual The extension can be installed by following the instructions below: 1) Connect to the Magento server as a user who has write permissions to the Magento root

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Magento 2 Guide ING. Guide 1

Magento 2 Guide ING. Guide 1 Magento 2 Guide ING Guide 1 ING Payments How do I integrate product into my webshop? To make the integration process as easy as possible for you, we have developed various plugins for your webshop software

More information

Admin Product Grid Category Filter

Admin Product Grid Category Filter Admin Product Grid Category Filter User/Installation Guide Version 2.2.0 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 1. Overview The Admin Product Grid Category Filter extension

More information

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE EXTENSION FOR MAGENTO 2 (Updated May 23 rd 2017) INSTALLATION GUIDE Confidential Information Notice Copyright 2017. All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This

More information

Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017

Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017 Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017 1 Contents About Phone Based One-Time Password... 3 OTP Acquisition and Activation Process Overview... 3 Step 1: Determine

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

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

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

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

MD Helicopters, Inc. On-line Publications Ordering Applications Guide

MD Helicopters, Inc. On-line Publications Ordering Applications Guide MD Helicopters, Inc. On-line Publications Ordering Applications Guide Welcome. This guide is provided to assist you in placing orders for Technical Publications using the new On-line Publications Order

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

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

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 Shopping List Manager 3 Version & Compatibility Support 3 Features 4 How to Install This Module? 4 Module Configuration 6 General

More information

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe 1. Change Directory to your Magento root folder 2. Enter following commands to install module: composer config repositories.radwebstripe git git@github.com:radweb/stripe-magento2.git composer require radweb/stripe

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

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

User Guide. Twilio SMS Notification. Extension for Magento by Azaleasoft. Support: (

User Guide. Twilio SMS Notification. Extension for Magento by Azaleasoft. Support: ( Twilio SMS Notification Extension for Magento by Azaleasoft User Guide Copyright 2016-2017 azaleasoft.com. 1 Table of Contents 1.Installation Process 3 2.How to use 4 2.1 Create Twilio Account 4 2.2 Admin

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

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

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

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

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION Menu STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION Table of Contents 1. About 2. Install 3. Uninstall 4. Upgrade 5. Configuration 6. Testing Cards 7. Admin Area a. Issuing Refunds b. Capturing «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

EMARSYS FOR MAGENTO 2

EMARSYS FOR MAGENTO 2 EMARSYS FOR MAGENTO 2 Integration Manual July 2017 Important Note: This PDF was uploaded in July, 2017 and will not be maintained. For the latest version of this manual, please visit our online help portal:

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

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

Quick Start Manual. Not2Order for Magento 2. Start here

Quick Start Manual. Not2Order for Magento 2. Start here Quick Start Manual Not2Order for Magento 2 Start here 1 Introduction Reading Introduction Congratulations on your purchase of Not2Order for Magento 2. You are almost in business! This guide provides the

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

Quickbooks Connector Quick Start Guide

Quickbooks Connector Quick Start Guide Quickbooks Connector Quick Start Guide Installation (from a Zip file) Configuration & Setup Customer Synchronization Customer Grid Customer Detail Page Product Synchronization Product Grid Product Detail

More information

MexBS Google Invisible Recaptcha v1.0.0 User Guide

MexBS Google Invisible Recaptcha v1.0.0 User Guide MexBS Google Invisible Recaptcha v1.0.0 User Guide Welcome to the MexBs family, and thank you for purchasing the "Google Invisible Recaptcha v1.0.0" Magento extension! In this document we will guide you

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

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

BluePay Magento 2 User Guide

BluePay Magento 2 User Guide BluePay Magento 2 User Guide This documentation contains a step -by-step guide on installing the plugin and also how to utilize all of the plugin s features. This plugin is designed to work wit h the Magento

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

Standard User Site Registration Account Options Customer Hot List Creation & Utilization.

Standard User Site Registration Account Options Customer Hot List Creation & Utilization. Standard User Site Registration Account Options Customer Hot List Creation & Utilization www.gosafe.com gosafe.com User Instructions This document details the process for registering with gosafe.com, options

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

Merchant Portal User Guide

Merchant Portal User Guide Merchant Portal User Guide TABLE OF CONTENTS Accessing the Click Merchant Portal... 3 Virtual Terminal... 4 Single Entry (Merchant Enters Card Details)... 5 Payment Using Collected Card Details... 5 Payment

More information

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM EMAIL: SUPPORT@MAGEDELIGHT.COM Introduction: E-wallet extension is to allow customers do shopping using online wallet credited with some amount. It works

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

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

Magento 2.0 Implementation Guide

Magento 2.0 Implementation Guide Magento 2.0 Implementation Guide 2016 Vertex SMB. Copyright 2016 Vertex Global Tax Solutions Ireland Holdings. All rights reserved. All information and materials contained herein are confidential and proprietary

More information

Indian GST extension User Manual

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

More information

Resurs Bank. Magento 1 module. Checkout

Resurs Bank. Magento 1 module. Checkout Resurs Bank Magento 1 module Checkout Content Content Module installation Frontend Cart Shipping methods Discount code The iframe Data syncing Order placement Admin Payment methods Callback settings Salt-key

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

Import Export Products Attributes

Import Export Products Attributes Import Export Products Attributes Extension for Magento2 Installation Guide https://www.magebees.com/magento2-import-export-products-attributesextension.html Import Export Products Attributes By Our Websites

More information

Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2

Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2 Magento 2 / Google Maps Integration User Guide For Extension Version 1.0.2 This document details the installation, configuration and functionality of the DP Extensions Google Maps Integration 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 Advanced Sample Orders 3 Features 3 Version & Compatibility Support 4 How to Install This Module? 4 General Configuration 6 Price

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

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Star Track Shipping... 2 Pre-requisites... 2 Installation... 3 Installation Steps... 3 Extension Activation... 7 Configuration... 8 Contact Us...14

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

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

User Guide. Nexmo SMS Notification Extension for Magento by Azaleasoft. Support: (

User Guide. Nexmo SMS Notification Extension for Magento by Azaleasoft. Support: ( Nexmo SMS Notification Extension for Magento by Azaleasoft User Guide Copyright 2016-2017 azaleasoft.com. 1 Table of Contents 1.Installation Process... 3 2.How to use... 4 2.1 Create Nexmo Account... 4

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

USER GUIDE MAGENTO TO MAGENTO MIGRATION

USER GUIDE MAGENTO TO MAGENTO MIGRATION USER GUIDE MAGENTO TO MAGENTO MIGRATION The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of technology,

More information

Rewards Points for Magento 2.0

Rewards Points for Magento 2.0 Rewards Points for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/rewards-points-for-magento-2.html Magento 2 Reward Points extension provides you with effective rewards program, customizable

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

Brolly Sheets Wholesale Login

Brolly Sheets Wholesale Login Brolly Sheets Wholesale Login Logging into your Account Go to our Wholesale website to login using the URL below. www.brollysheetswholesale.co.nz (for NZ customers) www.brollysheetswholesale.com.au (for

More information

BluePay QuickBooks Online Plugin User Guide

BluePay QuickBooks Online Plugin User Guide BluePay QuickBooks Online Plugin User Guide This documentation contains a step-by-step guide on installing the plugin and also how to utilize all of the plugin s features. You will need to first contact

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

GUEST CHECKOUT TO REGISTERED CUSTOMERS

GUEST CHECKOUT TO REGISTERED CUSTOMERS GUEST CHECKOUT TO REGISTERED CUSTOMERS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to

More information

Student User Guide. Version 1.2. Page 1 of 16. Student User Guide Version 1.2

Student User Guide. Version 1.2. Page 1 of 16. Student User Guide Version 1.2 Page 1 of 16 Table of Contents Introduction... 3 Using Your Unikey... 3 Managing Your Account... 4 Editing Contact Information... 4 Managing Addresses... 5 Course Notes... 8 Selecting Course Notes... 8

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

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

Goddess Purchasing Portal Quick Reference Guide. Welcome to the Goddess Purchasing Portal!

Goddess Purchasing Portal Quick Reference Guide. Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your HSU Email Addres Welcome1 (case sensitive)

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

rma_product_return_magento2

rma_product_return_magento2 rma_product_return_magento2 version BoostMyShop avril 19, 2019 Contents RMA Product Return for Magento2 1 1. Overview 1 2. Installation 1 First Installation 1 Upgrade 1 Disable extension 1 3. Customer

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

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

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

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

Store User Guide Updated: November 26, 2010

Store User Guide Updated: November 26, 2010 Store User Guide Updated: November 26, 2010 Table of Contents Overview... 3 Landing Page... 3 Shop as a Guest... 3 Create an Account... 4 Login with an Active Account... 5 Contact Us... 6 ASCENT Store...

More information

EducoSoft. Student Registration

EducoSoft. Student Registration EducoSoft Student Registration 1. Register 2-5 2. Register using Access Code 6-8 3. Pay for Web Access and Register 9-14 4. Purchase a Book and Register 15 21 5. Repeat Registration 22-23 1 1. Register

More information

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

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

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

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

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 Sliding Contact Us 3 Features 3 Version & Compatibility Support 3 How to Install This Module? 4 General Configuration 6 Sender &

More information

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

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.5 ) Table of Contents Introduction to Quick Order 2 Version & Compatibility Support 3 Features 3 How to Install This Module? 4 Module Configuration 6 Multiple SKU Box

More information

Visual Guide for Ordering Seed Online

Visual Guide for Ordering Seed Online 1) Login to the website if you are not already logged in. Visual Guide for Ordering Seed Online 2) Click on Order Seed link under SEEDS menu. You will only see the link if you are logged in. It will take

More information

What are Non-Catalog Orders?

What are Non-Catalog Orders? What are Non-Catalog Orders? Non-Catalog Orders are intended to address purchasing needs that fall outside of typical requests within a punch-out site, catalog or form. Prior to beginning a Purchase Request,

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

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

Customer Redirect Pro for Magento 2

Customer Redirect Pro for Magento 2 Customer Redirect Pro for Magento 2 www.magepsycho.com (Quality extension provider for Magento 1 & Magento 2) Contents 1. Overview... 3 2. Installation... 4 3. Manage Settings... 5 3.1. General Settings...

More information

Payments. Magento2 Module User Guide for v4.0.x

Payments. Magento2 Module User Guide for v4.0.x Payments Magento2 Module User Guide for v4.0.x Table of Contents Payments Magento2 Module User Guide for v4.0.x 1 Introduction 2 2 Requirements 2 3 Fraud automatic order cancellation 2 4 Installation 2

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. Product Custom Option Templates 4. Individual Product Custom Options 5. Front-End View 6. User Agreement

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

USER GUIDE TERMINAL <ACQ + GW IMAGE HERE> VERSION 1.0

USER GUIDE TERMINAL <ACQ + GW IMAGE HERE> VERSION 1.0 TERMINAL VERSION 1.0 TABLE OF CONTENTS 1. PROCESSING A TRANSACTION 3 1.1 SALE 3 1.2 REFUND 5 1.3 MANUAL 6 1.4 CARD VERIFICATION 7 2. EXPLANATION OF TERMINAL FIELDS 8 1. PROCESSING

More information

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

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 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.7 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 5 Main features...

More information