ActEncrypt1024
Benefits of installing this module
- Significantly improves the speed of registering orders in the final phase of the checkout, particularly when large numbers of line items are being purchased
- Significantly reduces the load on the server cpu resources for hosts, particularly if a number of Actinic stores are on the same server
Installation
For Windows Servers
This section assumes you have the ActiveState version of Perl installed on your system. If you compiled the Perl source from CPAN, see the section below on installing the module on UNIX.
- Locate the archive ActEncrypt1024-1.1.2.zip and extract the contents using pkunzip, WinZip, unzip, or an equivalent utility.
- Now install the module using ActiveStates PPM command. Note here we assume you installed Perl in the default location C:\perl.
C:\perl\bin\ppm.bat install ActEncrypt1024.ppd
A successful install will print an "installed" message. Then test the installation with the following command (all tests should pass):
perl test.pl
For Unix Servers
- Locate the archive ActEncrypt1024.zip and extract the contents into an ActEncrypt1024 directory.
- Change directories to the ActEncrypt1024 directory.
cd ActEncrypt1024 - Build and install the module using the standard CPAN method.
perl Makefile.PL
make
make test
make install
If you receive any errors installing this module, contact Actinic support. Some warnings are acceptable as long as the “test” phase completes successfully.




