5.) Integrate Third Party Scripts
This chapter is only meant for experienced Perl programmers, who have a need to integrate third party scripts into the Shopping Cart. Every time one of many actions occur, such as an order being approved, or a certain product being ordered, the Shopping Cart will check to see if a Perl script exists in the needed location. If one does, the Shopping Cart will automatically execute the script.
Please note, all third party scripts must be written in Perl. xFlow places no restrictions on the third party scripts, and executes them within an "eval {}" block, allowing for full usage of Perl.
NOTE: Envex Developments does not provide any technical support for any problems in creating or maintaining third party scripts.