Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] Authorize.net problem passing information



******    message to minivend-users from Ed LaFrance <newmedia@newmediaems.com>     ******

At 01:05 AM 3/30/00 -0500, you wrote:
>******    message to minivend-users from "Julie Wesser" 
><julie@juliesdesign.com>     ******
>
>Hi everyone,
>
>I'm setting up Authorize.net for my client and I've come across a problem.
>
>We are using the simple Weblink method where no module is needed,
>information is being passed using special form fields and a link to
>Authorize.net.
>
>My problem is when I use the hidden input field x_description it does not
>send all of the items from the Order Details to Authorize.net.  Only the
>first item is sent.

I assume you have put the hidden field in the item details list on the 
checkout page.  Because this is an iterating item list, on the final HTML 
page you end up with multiple hidden fields that have different values 
(item codes?) but all have the same name.  Authorize net gets the first and 
probably ignores the rest because of the name duplication?

First you need to check with Authorize.net regarding the proper way to 
handle multiple items, then you will need to create some code on your 
checkout page to implement it.  For example, if Authorize net lets you just 
append an serial number to the field name, you could do something like:

<input type=hidden name="product-[item-increment]" value="[item-code]">

...in the checkout item list.  I the browser, this would give you:

<input type=hidden name="product-1" value="98-001">
<input type=hidden name="product-2" value="B279-3A">
<input type=hidden name="product-3" value="CLEAN-KIT">

This an UNTESTED suggestion, just to give an idea on how to proceed.

- Ed L.





>Does anyone know how I may transfer ALL of the information under Order
>Details?  Or is this an issue to take up with Authorize.net?
>
>If you need to see the checkout page you can find it at
>http://www.devildogsports.com/sports.cgi/process
>
>I'd appreciate any help I could get on this.
>
>Thanks in advance,
>
>Julie
>www.juliesdesign.com
>
>-
>To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: