Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.57 KB

#PCA Predict Magento 2 Integration ##Quick instructions

###Manual Install

  • Create folder structure /app/code/PCAPredict/Tag/

####From Git

####From a .ZIP file

  • Download the .ZIP file from the PCA Predict website
  • Extract the contents of the .ZIP file to the folder you just created

####Composer Installation

  • Add the repository to your list of respositories:
composer config repositories.pca-predict vcs https://github.com/PCAPredict/magento2.git
  • Pull in the latest version:
composer require pcapredict/tag:^1.0.6

Run install commands:

php bin/magento setup:upgrade
  • You may need to run the following command to flush the Magento cache:
php bin/magento cache:flush

##Configuration Instructions The configuration for the extension is located under Stores > Configuration > PCA Predict > Settings.

Once you have entered your PCA Predict Account Code, visit your PCA Predict Account Dashboard to set up Address Validation, and (optional) Email & Phone Validation services, following the setup instructions to configure each new service on your website.

Main Options

  • Account Code - Enter your PCA Predict Account Code here.
  • Field Mappings - These are some custom field mappings that allow our services to work in Magento 2. Normally, you shouldn't need to change these, but can do so if instructed by the PCA Predict Support team or your developer