Skip to content

adamzero1/magento2-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 88.9%
  • PHP 11.1%