Initial Application.cfm Settings

Open Application.cfm in the web root (or the ezcart directory if using the standalone cart). For the rest of this document we will simply refer to this as "Application.cfm". If you used an upload "scenario" other than the recommended one, we will be referring to the Application.cfm used by the secure server as the "Secure Application.cfm". Otherwise, you may ognore references to the Secure Application.cfm.

Set the following variables:

You will likely not have to change any of the variables below. However, you should read the rest of this page in case any of the following situations apply to you.

Please read below concerning Client variable storage!

Note that the cfapplication tag in ezcart/app_ezcart.cfm has no Clientstorage variable which means it will use the default set by the server administrator (usually your web host unless this is your own server). many hosts set this to cookie, which will work, but isn't recommended. If you had a datasoure created for you, or if there is a global Client storage database that is not the default, or if you had your own database enabled to store Client variables, you will need to specify a datasource. If this is the case, add the following line to the cfapplication tag within ezcart/app_ezcart.cfm, adding the datasource name you wish to use between the quotes:
Clientstorage="[datasource name]"

We are finished with the Initial Applicatiopn.cfm settings. After initial testing, please read the Final Application.cfm Settings section. There are many settings and features covered there. If you have renamed/moved the if_needed_Application.cfm file in the ezcartsecure directory during the "Uploading Your Shopping Cart" chapter, continue with the steps below.