ver 2.5.12.08.04 |
| |
| MOFCart Docs / Customizing / |
| |
 |
The Customizing docs are meant to be a Road map to where the various places are that can be easily customized. This part of the docs is not meant to be a tutorial for those who are not familiar with messing around in a Perl Script file. You should already be pretty familiar with that before attempting any of the customizing. |
|
| |
|
 |
Always keep good backups, and once something is customized and operating as you want, then renew your backups from the server. If you have custom mods for the MOFcart files on your server, then Do Not use program files from the MOF distribution packages. This is common sense, but beginners don't think of that. |
|
| |
| How to Customize any of the Computations |
| |
|
|
| |
| How to Customize Order Outcomes : Final Screen, Mail Msgs, Saved Invoice |
| |
|
|
| |
| How to Customize the Cart Screen Templates |
| |
|
|
| |
| How to Customize the Navigation Buttons, Imgaes, Links |
| |
|
|
| |
| Other Customizing Areas |
| |
|
|
| |
| Non Documented Custom Notes |
| |
| There are some places throughout the MOFcart scripts that only have embedded programming notes. If you can work at that level, consult the following areas. |
| |
| |
 |
HOW TO ADD NEW FIELDS TO THE SHIPPING INFO PAGE |
| |
|
See embedded Comments Top of File : ../mcart/lib/mof_shipto.pl |
| |
|
|
| |
|
PROCESSING CUSTOM MODE |
| |
|
moflib.pl Appx LINE 470 Processes POST data |
| |
|
mof.cgi Appx LINE 247 must direct the Output |
| |
|
|
| |
 |
HOW TO ADD NEW FIELDS TO THE BILLING INFO PAGE |
| |
|
See embedded Comments Top of File : ../mcart/lib/mof_billto.pl |
| |
|
If you need New Fields outside the ability of the New ver 2.5 Custom Fields Feature |
| |
|
|
| |
|
BUILD PAYMENT OPTIONS |
| |
|
See embedded notes Appx LINE 535 : mofpaylib.pl |
| |
|
If you need to add in some New Payment Methods |
|
| |
| |