3DSecure Setup Instructions

If using the standalone version, skip to step 3. If using the integration method, begin with step 1.

  1. The initial settings, which are "cartpage", "securepage" and the default "page" value should be at the top of the cartpage template. These can be in a cfinclude if you like. After those settings and BEFORE the first HTML tag of the template (will probably be DOCTYPE but may be HTML if you haven't included the DOCTYPE), add the following line:

    <cfinclude template="ezcartsecure/authentify.cfm">

    If the cartpage template is not in the same directory as the ezcartsecure directory, you will need to change that path.

  2. In the HEAD of the cartpage template, if it's not already there, add this line:

    <SCRIPT LANGUAGE="JavaScript" SRC="ezcart/doubleclicktrapper.js" type="text/javascript"></SCRIPT>

    Once again, if necessary, edit the path.

  3. Open Application.cfm and look for attributes.ThreeDSecure. Set the value for your gateway.

  4. Open ezcartsecure folder. There are gateway specific settings (username, etc.) in the verify-xxx file where xxx is your gateway. Cardinal Commerce for example will be verify-cardinalcommerce.cfm. Further instructions are in each file.