Previous Topic

Next Topic

Book Contents

Editing the Authorize.Net Files

  1. Edit the file confirm2.php with your web design tool by double-clicking the file confirm2.php file located in the /sc-bin directory of your SalesCart web. Select the HTML or Design view.
  2. Select and edit the Form Properties as shown below.
  3. In FrontPage: In normal mode, right click on the button labeled Continue Order. Click on the Advanced button and then click on the Modify button. Edit and Change each of the values listed below to the desired values by highlighting the hidden field on the screen and changing the value to the desired value you want and press OK.
  4. In Dreamweaver/UltraDev: In design mode, click on the hidden variables icon and edit each of the values listed below to the desired values.
  5. Finally, save the page changes.

Value Default

x_Login thecompany

Effect: This is the login provided by Authorize.Net. If you have not established an Authorize.Net account, you will not have a value to place here, and the software will not work.

x_Description

Effect: This is a default description to appear for SalesCart transactions.

x_Test_Request TRUE

Effect: When set to TRUE, only Test requests are sent to the Authorize.Net server. When set to FALSE, the transactions are sent "LIVE" to the server for processing. Set this to true while you are building and debugging your site and change to false when you are ready to go live.

x_ADC_URL http://www.mycompany.com/sc-bin/receipt1.php

Effect: Change www.mycompany.com to your domain name. This URL should point to the receipt1.php page in your website. This is the relay response receipt page.

pass_receipt http://www.mycompany.com/sc-bin/receipt2.php

Effect: Change www.mycompany.com to your domain name. This URL should point to the receipt page that you want to display on a successful transaction.

fail_receipt http://www.mycompany.com/sc-bin/authfail.php

Effect: Change www.mycompany.com to your domain name. This URL should point to the failure page that you want to display on a failed transaction.

See Also

Using the Authorize.Net Plug-in

Installing the Authorize.Net 3.0 Plugin in Macromedia

Installing the Authorize.Net 3.0 Plugin in FrontPage

Setting Authorize.Net Settings