Adding Tax & Shipping Information to Authorize.Net SIM

Adding Tax & Shipping Information to Authorize.Net SIM

You could add tax and shipping information to your Authorize.Net SIM payment gateway. To do so, simply follow these steps:

1. Open ansimgateway.asp using a text editor (eg. Notepad).

2. Locate the following code:
(around line 96-97)

DofieldSIM "x_ship_to_country", orders("oshipcountry")
Closerecordset Orders


3. Change it into the following code:

DofieldSIM "x_ship_to_country", orders("oshipcountry")
DofieldSIM "x_tax", orders("otax")
DofieldSIM "x_freight", orders("oshipcost")
Closerecordset Orders


4. Save the file and check your store to see the changes.


Times Viewed:
1606
Added By:
anggar
Date Created:
10/9/2014
Last Updated:
10/9/2014