The repository of the *.diff files that are extracted after integrating the Pro6PP service into ZenCart.
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.
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*.*.*.patchOtherwise, 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/fileIf the above command fails during execution, you can revert the patch
patch -R path/to/original/file path/to/pro6pp/diff/fileAnd open the diff files in order to do the changes via the text editor of your preference.