 |

Table of Contents
License Agreement
Program Credits
|
 |
 |
 |

Software Manual
|
Custom Sale Scripts
Under the Orders & Payment function there is a function named Manage Custom Sale Methods. This allows you to control custom sale scripts. You can turn custom sales on or off and activate a particular method using the Global Settings | Manage Store Settings Function.
This function presents a listing of all available custom scripts and allows you to update them. The scripts shipped by default with the program are:
- User Defined Sale
- Buy X Items Save Y Amount
- Buy X Items Save Y Percent
- Total Of X Save Y Amount
- Total Of X Save Y Percent
Each of the scripts can be updated. You also have the ability to add more scripts to suit your needs.
Scripts are written in Perl and should only be updated by users who actually know how to program in Perl. Before scripts are activated, on the site, they are evaluated for syntax and other general errors. If an error is found, the script will not execute. If a script does not execute, no sale is calculated.
|
 |