Php4u Payment Restrictions Module for Magento 2

Similar documents
Blast Search Lucene Search Module for Magento 2

Admin Product Grid Category Filter

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

Import Export Products Attributes

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

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

MexBS Google Invisible Recaptcha v1.0.0 User Guide

Delete Orders User Guide

Quick Start Manual. Not2Order for Magento 2. Start here

MAGENTO 2 INSTALL EXTENSION MANUALLY

Cart Product Selector. Quick Start Guide

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

How to Migrate from Drupal Commerce to Magento

USER GUIDE MAGENTO TO MAGENTO MIGRATION

Web Push Notification

Custom Carrier Trackers

EASYPAY MODULE - MAGENTO 2

Magento 2 Guide ING. Guide 1

INSTALLATION GUIDE. for Magento 2 Extension

Facebook Pixel for Remarketing for Magento 2

GDPR PRO FOR MAGENTO 2

Instagram Widget User Guide

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

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

Call For Price extension User Manual

Rewards Points for Magento 2.0

Mobile Login extension User Manual

Manual FCPM for Magento 2 Version 1.2.1

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

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.

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

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

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

rma_product_return_magento2

Indian GST extension User Manual

Magento Pinterest Extension User Guide

1. Installation Instructions

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

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

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

Buyer Seller Communication Marketplace Add-on

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

Lazy Load Images Extension for Magento 2

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

STORE LOCATOR For Magento 2

Aitoc. Review Booster User Manual for Magento 2

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

Fastly_Cdn Module Installation Instructions

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

1. Installation Instructions

User Manual for Market Place. Version 2.0 & above

1. Installation Instructions

HiConversion Customer Experience Optimization

1. Installation Instructions

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

Log Monitoring And Notification User Guide

Analytics for Magento 2.0

Ajax Quick Search Pro Extension for Magento 2

Category Dynamic Dependent Dropdown

extension for Magento2 User Guide

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

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

Gift Card Manager Extension

Magento 2 Shipping Flat Rate5. Quick start guide

Purpletree SMS for Magento2

Custom Registration Field For Magento2

Control for CloudFlare - Installation and Preparations

CedCommerce. All rights reserved.

Stockbase Extension Magento 2.0

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

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

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

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

Page 1 of 32. Rewards Points

Aitoc. Product Custom Options Management User Manual for Magento 2

USER GUIDE StarTrack Shipping (Magento 2) Compatibility:

Flexslider v2.x Installation and User Manual

Configuring Autocomplete & Suggest

CUSTOMER APPROVAL FOR MAGENTO 2

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 1.0.0

HiConversion Customer Experience Optimization

Customer Redirect Pro for Magento 2

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

GUEST CHECKOUT TO REGISTERED CUSTOMERS

Wirecard CEE Integration Documentation

1

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

(Cloud9) and to the Remote Repository (GitHub)

Ajax login Magento2 Extension

Triveneto payment method for Magento 2

Quickbooks Connector Quick Start Guide

Advanced Product Grid extension for Magento2. User Guide

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

1. Installation Instructions

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Configuring Autocomplete & Suggest

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

J2T SMS Gateway Extension for Magento 2 Documentation for v. 2.0.x

Store Login Access extension for Magento2. User Guide

Transcription:

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 2.1 Viewing restrictions in place...6 2.2 Adding new rule...6 2.2.1 Rule information...6 2.2.2 Conditions... 9 2.3 Editing rule...9 2.4 Deleting rule... 9 3. FAQ...10 I need help... 10

Thank You for your business, we are extremely happy that you decided to use our module. To help you with the process we created this documentation which is divided into sections. 1 Installation At this point you have 2 choices you can install it manually via command line or if you have your own git repository you can add it there and include it. First method is quick and easy, but if you re thinking about reusing it on many projects please go composer route as it will be much easier to maintain consistency between all projects. 1.1 Manual Install Step 1: Backup your code directory and magento database you can do it via command line using n98magerun2 or you can do it directly from magento admin this will ensure that if things go wrong you can always revert back to previous version. Step 2: Download the extension from My Account section Step 3: Upload it to your Magento installation root directory ideally please check it on your dev/stage server first to make sure it works as expected. Step 4: Login to your server via SSH and in the terminal enter the following at the command line prompt: cd /path/to/your/magento2/root/folder mkdir p app/code/php4u/ unzip module paymentrestrictions.zip module paymentrestrictions/* d app/code/php4u/ mv app/code/php4u/module paymentrestrictions app/code/php4u/paymentrestrictions php bin/magento module:enable Php4u_PaymentRestrictions php bin/magento setup:upgrade If your Magento 2 is in production mode you need also php bin/magento bin/magento setup:static content:deploy php bin/magento bin/magento setup:di:compile Step 5: After login into Admin and opening Stores >> Configuration >> Advanced >> Advanced, the module will be shown in the admin panel Also you should notice new menu section Payment Restrictions under Marketing

1.2 Composer install Create new git repository and call it for example php4u-blastsearchlucene, note the git ssh url to that newly created repository as you will need it later. Then create any folder and extract downloaded package there. Once you are inside newly created directory run following in the command line: git init git remote add origin git@github.com:yourcompany/php4u modulepayment restrictions.git git checkout b master git add * git commit m "Initial commit of version 1.0.0" git tag 1.0.0 git push origin master tags At this point code should be pushed to your repository and ready to be included in your project. You can confirm it by going in your browser to the repository and checking source there. Step 1: Add repository url into your project composer config repositories.php4 pm git git@github.com:yourcompany/php4u module paymentrestrictions.git Step 2: Add it as dependency to your project composer require php4u/module paymentrestrictions Step 3: refresh caches and other areas php bin/magento setup:upgrade If your Magento 2 is in production mode you need also php bin/magento bin/magento setup:static content:deploy php bin/magento bin/magento setup:di:compile

2. Configuration There is no configuration required for that module. All required settings are in Marketing Payment Restrictions section. There are 5 main areas which will be described later.

2.1 Viewing restrictions in place This section is very similar to any other grid section of Magento 2 admin. You can look for any restrictions by name, date or status (active or not) Also on this screen there is a button on top right to add new rule. 2.2 Adding new rule When you click on New rule button on listing screen you should see screen as below. 2.2.1 Rule information

There are two tabs on the left Rule Information and Conditions. Rule information tab is the default one you see and you should start there. Rule name This is a name of the payment restriction by which you can identify quickly what is that restriction about. It is not visible to the customer. As example you can enter Restrict card payments in UK. Description this field is admin only as well, you can enter more detailed information about that rule Payment methods to disable once all rule conditions are met select which methods should be disabled by module f.e. if you want to disable Check Order method select it from the list. By holding CTRL key and clicking you can select multiple options there. Status Active or Inactive makes rule on or off Priority order in which rule is processed

From / To (Dates) You can set start or end date, or both start and end date when rule should be active on. Date is inclusive. Apply to Stores if you want rule to be active only in certain magento stores please select them. By holding CTRL key and clicking you can select multiple options there. Apply to Customer groups - rule can be applied to certain customer groups only. By holding CTRL key and clicking you can select multiple options there. Apply to specific days of the week this setting is useful if you want rule to be active only on certain days f.e. week days or weekend. By holding CTRL key and clicking you can select multiple options there.

Apply from / to given time last option allows you to set time when rule is active. If from option is empty 00:00 is assumed. If to option is empty 23:59 is assumed. This can work nicely with previous option (weekday). 2.2.2 Conditions This section is very similar to Catalog or Cart rules where multiple conditions can be combined to create very powerful and flexible way of setting the rule 2.3 Editing rule Go to Marketing Payment restrictions Then find the rule you want to edit and click on it 2.4 Deleting rule Go to Marketing Payment restrictions Then find the rule you want to edit and click on it, then from top click on DELETE button

3. FAQ You can find answers for most common questions here. If you want to ask us any question please send us email on support@php4u.zendesk.com I need help Please contact us via https://php4u.zendesk.com Again thank You for your trust and we are happy to be part of your success.