Before You Begin

Before uploading/installing the files on the server, you should definitely read the "Uploading Your Shopping Cart" section. Many of the files contained within the unzipped folder are not needed to actually use cf_ezcart and should not be placed on the web server. We will go over which files should be placed on the web server.

Setup of cf_ezcart requires some editing of the ColdFusion (.cfm) files. For ColdFusion developers, editing the .cfm files will come naturally. For others, here are some editing tips. We are assuming you are familiar with FTP (file transfer protocol). If you are not, feel free to contact us, because you will need this to move your files and images to and from the web server.

There are instances throughout this documentation where we will have you edit various variables in cfset statements, such as...

<cfset somevariable = "somevalue">

Be certain that if we tell you to remove the value or enter an empty value, that you leave the quotes intact, with no spaces between the quotes. So the example above will look like...

<cfset somevariable = "">.

PC Users

Mac Users