Processing credit cards with Authorize.net

Problems installing or using the NOP Design Free Shopping Cart. **ARCHIVE** Please post new topics to one of the groups below.

Moderator: scott

Processing credit cards with Authorize.net

Postby scott » Mon Aug 05, 2002 8:47 pm

Hi,

I downloaded the NOP FreeCart and tried it. It works great, but I don't know how to post the item details and total to AuthorizeNet WebLink. WebLink is the payment method where AuthorizeNet's secure form is used. Do you have a script, form, or instructions to do this?

Thanks,
Rob Harris
scott
Site Admin
 
Posts: 558
Joined: Sun Jul 14, 2002 7:00 pm
Location: Phoenix, AZ

Postby scott » Mon Aug 05, 2002 8:47 pm

There is more info in the developers corner at authorize.net about
integration in general. But here it is in a nutshell:

1. Install the nop shopping cart, and get it working up to the checkout
page. Use the latest version from http://www.nopdesign.com/freecart

2. Modify some of the script options, in particular, the OutputOrderTotal
option -- which MUST be set to 'x_Amount'. The other options can be set
to match your site.

3. In your manage cart page, have the form look like:

<FORM METHOD=POST
ACTION="https://secure.authorize.net/gateway/transact.dll">
<INPUT TYPE=HIDDEN NAME="x_Version" VALUE="3.0">
<INPUT TYPE=HIDDEN NAME="x_Login" VALUE="your login ID goes here">
<INPUT TYPE=HIDDEN NAME="x_Show_Form" VALUE="PAYMENT_FORM">
<SCRIPT>
GetFromCart();
</SCRIPT>

<INPUT TYPE=SUBMIT VALUE=" Checkout Now ">
</FORM>

This form is very important, and will be your link into authorize.net.
You can read about options here at authorize.net's developers corner.

That's it! You should be able to pay now. There are more options, but
this will get you started.

_Scott
scott
Site Admin
 
Posts: 558
Joined: Sun Jul 14, 2002 7:00 pm
Location: Phoenix, AZ


Return to Installation and Setup Problems

Who is online

Users browsing this forum: No registered users and 0 guests

cron