The repository of the *.diff files as well as the new files that are extracted after integrating the Pro6PP service into osCommerce.
git clone- Download the repository as a .zip file
- Extract or open the pro6pp-oscommerce folder
- Copy or open the folder with the name equal to the osCommerce 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 osCommerce, you can simply apply the .patch file (from the root folder of your installation).
#i.e. pwd:/var/www/html/my_oscommerce_site/
patch -p1 < /path/to/pro6pp_osComm_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
Note: Copy the autocomplete.js file into the root of your website if you don't have it already.