Magento 2 Guide ING. Guide 1

Similar documents
Magento 1 Installation Guide. Sort by Date. Installation Guide 1

Admin Product Grid Category Filter

Import Export Products Attributes

Delete Orders User Guide

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

MexBS Google Invisible Recaptcha v1.0.0 User Guide

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

Php4u Payment Restrictions Module for Magento 2

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

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

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

This guide will show you how to install and configure Fastly CDN extension for Magento 2.

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

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

INSTALLATION GUIDE. for Magento 2 Extension

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

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

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

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

USER GUIDE MAGENTO TO MAGENTO MIGRATION

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

PayPalPlus Magento 2 User's Guide

How to Migrate from Drupal Commerce to Magento

Lazy Load Images Extension for Magento 2

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

PagSeguro Payment. User Guide

Fastly_Cdn Module Installation Instructions

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

Cart Product Selector. Quick Start Guide

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

Mobile Login extension User Manual

Triveneto payment method for Magento 2

Purpletree SMS for Magento2

User Manual for Market Place. Version 2.0 & above

[ 5 ] If you are in developer or default mode, run the following commands:

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION

Stockbase Extension Magento 2.0

Custom Carrier Trackers

Verifone e-commerce integration extension user manual Magento 2

Analytics for Magento 2.0

Quick Start Manual. Not2Order for Magento 2. Start here

EASYPAY MODULE - MAGENTO 2

Blast Search Lucene Search Module for Magento 2

Buyer Seller Communication Marketplace Add-on

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility

PX Shopping Cart Plugin Magento. Version 1.3

Web Push Notification

CUSTOMER APPROVAL FOR MAGENTO 2

User Guide. Order Attachments. Extension Version User Guide Version Magento Editions Compatibility

Customer Redirect Pro for Magento 2

Quickbooks Connector Quick Start Guide

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

Magento Pinterest Extension User Guide

EMARSYS FOR MAGENTO 2

Ajax login Magento2 Extension

Instagram Widget User Guide

GDPR PRO FOR MAGENTO 2

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

Facebook Pixel for Remarketing for Magento 2

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

Custom Registration Field For Magento2

Rewards Points for Magento 2.0

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

USER GUIDE StarTrack Shipping (Magento 2) Compatibility:

MAGENTO 2 INSTALL EXTENSION MANUALLY

Fyndiq Prestashop Module

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

Cache Warmer How to install the extension. How to upgrade extension. Disabling the Extension

Magento Survey Extension User Guide

DPD France Shipping Method Module Magento 2

Configuring Autocomplete & Suggest

Store Login Access extension for Magento2. User Guide

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2

Ajax Quick Search Pro Extension for Magento 2

Call For Price extension User Manual

Category Dynamic Dependent Dropdown

Review Reminder extension for Magento2. User Guide

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

1. Installation Instructions

Magento 2 User Guide March 11, 2018

Configuring Autocomplete & Suggest

extension for Magento2 User Guide

Control for CloudFlare - Installation and Preparations

Indian GST extension User Manual

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility

Authorize.Net Magento 2.x Payment Module

rma_product_return_magento2

Log Monitoring And Notification User Guide

Fyndiq Magento Extension

China SMS Login. V1.X for M2. User Guide / Sunf

1. Installation Instructions

GUEST CHECKOUT TO REGISTERED CUSTOMERS

Flexslider v2.x Installation and User Manual

1. Installation Instructions

Price Alert extension for Magento2. User Guide

1. Installation Instructions

Gift Card Manager Extension

Ebay Integration User Guide 0.0.1

Stock Notification Magento2 Extension

Advanced Dashboard. Table of Contents. Page 1 of 11

Transcription:

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 package. This is the manual for installing the Magento 2 Plugin. Before you start up the installation process, we recommend that you make a backup of your webshop files, as well as the database. There are 2 different methods to install the Magento 2 extension. 1. Install by using Composer 2. Install by using the Magento Marketplace (not yet available) Click here to open the page with the terms and (license) conditions of the extensions/software of Magmodules V.O.F., registered at the Kamer van Koophandel with number: 59730404, trading as Magmodules. Guide 2

Installation using Composer Magento 2 use the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declare the libraries your project depends on and it will manage (install/update) them for you. Check if your server has composer installed by running the following command: composer v If your server doesn t have the composer install, you can easily install it. https://getcomposer.org/doc/00- intro.md#installation-linux-unix-osx Step-by-step to install the Magento 2 extension by Composer: 1. Run the ssh console. 2. Locate your Root 3. Install the Magento 2 extension 4. Cache and Deploy 1.Run your SSH Console to connect to your Magento 2 store 2.Locate the root of your Magento 2 store. 3.Enter the command line in your Root and wait as composer will download the extension for you: composer require ingpsp/ing-magento2 4.When it s finished you can clean the caches and deploy the content in your Magento environment using the following command line; php bin/magento setup:upgrade php bin/magento cache:clean If Magento is running in production mode, deploy the static content: php bin/magento setup:static-content:deploy After the installation. Go to your Magento admin portal, to Stores > Configuration > Sales > Payment Methods > ING PSP. Select General. Requirements This extension requires the ING API client for PHP. When using composer this will be installed automatically. Guide 3

Configure using the Magento Marketplace (not yet available) Get your authentication keys Overview of Magento authentication The repo.magento.com repository, where Magento 2 and third-party component Composer packages are stored, requires authentication. To provide secure authentication, we enable you to generate a pair 32-character authentication tokens you can use to access the repository. You generate, access, and can also delete or regenerate your keys using Magento Marketplace. To get your authentication keys: 1. Go to Magento Marketplace. 2. Click Sign In and enter your login credentials. - If you don t have a free account, click Create an Account. 3. After you log in, click My Access Keys. 4. Get your secure access keys on Magento Marketplace 5. If you already have keys, use the Public Key as your user name and the Private Key as your password. 6. To create a new key pair, click Create a New Access Key. 7. When prompted, enter a descriptive name to identify the key pair. 8. Click Generate New. Use the Public key as your user name and the Private key as your password. Guide 4

Configure the extension Set Enabled to Yes Select product in the Product field Enter the API key of your webshop. You can look up the API key in the merchant portal. In the portal go to Settings > Webshops and select the relevant webshop. The detail screen contains the API Key. Save your configuration 1. Configure each payment method you would like to offer in your webshop. Enable only those payment methods that you applied for and for which you have received a confirmation from us. For every payment method you would like to offer, click on the payment method Guide 5