Skip to content

dcentralize/pro6pp-zencart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pro6pp-zencart

The repository of the *.diff files that are extracted after integrating the Pro6PP service into ZenCart.

How to install

Get the diff files from Github with either of the two available ways.

  • git clone
  • Download the repository as a .zip file
  • Extract or open the pro6pp-zencart folder
  • Copy or open the folder with the name equal to the ZenCart version you have installed.

Apply the patches to your ZenCart installation

The folder of your version contains a .patch file and seperate .diff files.

If you are using a default installation of ZenCart, you can simply apply the .patch file (from the root folder of your installation).

#i.e. pwd:/var/www/html/myzencart_site/
patch -p1 < /path/to/pro6pp-zencart_v*.*.*.patch

Otherwise, if you have customized any files, you will have to manually apply the patches yourself using the provided .diff files.

patch path/to/original/file path/to/pro6pp/diff/file

If the above command fails during execution, you can revert the patch

patch -R path/to/original/file path/to/pro6pp/diff/file

And open the diff files in order to do the changes via the text editor of your preference.

About

Pro6PP ZenCart plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages