X-Cart:To apply a patch by issuing the command 'patch'
- Save the text of your patch to a file (e.g. patch.diff).
- Copy this file (patch.diff) to the directory where X-Cart is installed.
- Issue the command 'patch -c < patch.diff' to check the patch applicability.
- If there are no errors during the check-up, apply the patch by issuing the command 'patch < patch.diff'.
You can read more about 'patch' command in the manual (man patch, info patch).