|
Cart Configuration
The NC_settings.js file is the only JavaScript file
you will need to edit during your implementation of the NebuCart
system. Make sure you make a backup copy of the file just in case!
The NC_settings.js file is simply a text file with a .js extension,
and can be edited by any text editor such as NotePad, or more preferably,
UltraEdit.
The settings are very straightforward and are commented extensively
in the NC_settings.js file. Reading the comments provided is condusive
to a working cart!
|