Skip to content

Magento 2 extension to integrate PCA Predict services into the store checkout

License

Notifications You must be signed in to change notification settings

PinpointDesigns/pcapredict

This branch is 8 commits ahead of PCAPredict/magento2:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2018
Apr 12, 2018
Apr 12, 2018
Apr 12, 2018
Apr 12, 2018
Feb 27, 2018
Oct 3, 2019
Mar 28, 2017
Mar 10, 2016
Apr 7, 2017
Apr 30, 2019
Feb 3, 2023
Mar 28, 2017
Apr 12, 2018

Repository files navigation

Manual Install

From Git

  • Locate the /app/code directory which should be under the magento root installation.
  • If the code folder is not there, create it.
  • Create a folder PCAPredict inside the code folder.
  • Change to the PCAPredict folder and clone the Git repository (https://github.com/pcapredict/magento2.git) into PCAPredict specifying the local repository folder to be Tag e.g. git clone https://github.com/pcapredict/magento2.git Tag

From ZIP File

  • Locate the /app/code directory which should be under the magento root installation.
  • If the code folder is not there, create it.
  • Create the folder structure PCAPredict/Tag/ inside the code folder.
  • Download the latest release from the github site (https://github.com/PCAPredict/magento2/releases/).
  • Extract the zip contents to the Tag folder you just created. The README.md and all other files and folders should be under the Tag folder.

If you're using Composer

  • Integrated with Packagist, so you should be able to get the latest version with: composer require pcapredict/tag:^2.0.8

Magento Setup

  • Make sure you have the correct file and folder permissions set on your magento installation so that the magnento store can install the app.
  • Refer to the Magento 2 documentation for full instructions on how to install an app, the commands should be similar to the following: php bin/magento setup:upgrade - This tells magento to install the app. php bin/magento cache:flush - This flushes the cache so the app appears in the admin area correctly.

App Configuration Options

The configuration for the extension is located under Stores > Other Settings > PCA Predict Settings.

Main screen

  • Account Code - Enter your PCAPredict Account Code here.
  • Password - The password you used when you setup the account.

Logged in screen

  • Back-end custom javascript - This is for any custom javascript to be injected into the back-end of the website when the app loads.
  • Front-end custom javascript - This is for any custom javascript to be injected into the front-end of the website when the app loads.

About

Magento 2 extension to integrate PCA Predict services into the store checkout

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 57.2%
  • PHP 21.9%
  • CSS 19.7%
  • Batchfile 1.2%