Support Forums

Old 12-26-2007, 03:28 PM   #1
Junior Member
 
Join Date: Dec 2007
Posts: 18
Rep Power: 7
gofir is on a distinguished road
Default Payment Error

I have activated CyberSource for the payment provider. Some of the required information is not being passed on to the Hosted Order Page (HOP). For example, if you look at the source code in step 3 when purchasing a membership you�ll see the information the HOP needs above the header:

<input type="hidden" name="currency" value="usd">
<input type="hidden" name="orderPage_timestamp" value="1198692386141">
<input type="hidden" name="merchantID" value="xxxxxxxx">
<input type="hidden" name="orderPage_signaturePublic" value="6JDd6Vu6EKAR+a/wYq1JUWu6Cz0=">
<input type="hidden" name="orderPage_version" value="4">
<input type="hidden" name="orderPage_serialNumber" value="1986659246560176045320">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sell Aviation Aircraft Classifieds</title>

etc.....

I think this information needs to go in the form here:

<form action="https://orderpage.ic3.com/hop/orderform.jsp" method="post"><input type="hidden" name="orderNumber" value="39"><input type="hidden" name="orderPage_transactionType" value="sale"><input type="hidden" name="billTo_firstName" value="bob"><input type="hidden" name="billTo_lastName" value="sell"><input type="hidden" name="billTo_street1" value="1234 main st"><input type="hidden" name="billTo_city" value="lincolnton"><input type="hidden" name="billTo_state" value="North Carolina"><input type="hidden" name="billTo_postalCode" value="28092"><input type="hidden" name="billTo_country" value="United States of America"><input type="hidden" name="billTo_email" value="[email protected]"><input type="hidden" name="billTo_phoneNumber" value="7045551234">

Any suggestions would be much appreciated.
gofir is offline   Reply With Quote
Old 12-29-2007, 08:48 PM   #2
Junior Member
 
Join Date: Dec 2007
Posts: 18
Rep Power: 7
gofir is on a distinguished road
Default

After a little more research I discovered that the information that needs to be passed is being posted above the header in layout.tpl.php like so:

<input type="hidden" name="currency" value="usd">
<input type="hidden" name="orderPage_timestamp" value="1198692386141">
<input type="hidden" name="merchantID" value="xxxxxxxx">
<input type="hidden" name="orderPage_signaturePublic" value="6JDd6Vu6EKAR+a/wYq1JUWu6Cz0=">
<input type="hidden" name="orderPage_version" value="4">
<input type="hidden" name="orderPage_serialNumber" value="1986659246560176045320">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sell Aviation Aircraft Classifieds</title>
.....

This is found in step 3 when ordering a membership.

The information above needs to be passed in the <form> in step 3 of memberships with the other data here:

<form action="https://orderpage.ic3.com/hop/orderform.jsp" method="post"><input type="hidden" name="orderNumber" value="39"><input type="hidden" name="orderPage_transactionType" value="sale"><input type="hidden" name="billTo_firstName" value="bob"><input type="hidden" name="billTo_lastName" value="sell"><input type="hidden" name="billTo_street1" value="1234 main st"><input type="hidden" name="billTo_city" value="lincolnton"><input type="hidden" name="billTo_state" value="North Carolina"><input type="hidden" name="billTo_postalCode" value="28092"><input type="hidden" name="billTo_country" value="United States of America"><input type="hidden" name="billTo_email" value="[email protected]"><input type="hidden" name="billTo_phoneNumber" value="7045551234">

Please login and attempt to purchase a membership at: http://www.sellaviation.com

How can I get the information posted above the header in memberships step 3 passed to the correct place in the form? I'm using v3.1.10

Any help is much appreciated.
gofir is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Authorize.net Error Still Occurring sbhkma v3.1 Questions & Support 0 04-10-2007 10:59 AM
Cardia Payment Gateway pruffin v3.1 Questions & Support 4 12-27-2006 04:15 PM
Error in WinInet: Not a valid URL frommarcq v3.1 Questions & Support 0 07-20-2006 04:35 AM
PAYPAL payment problem sort of munky20 v3.0 Questions & Support 5 04-20-2006 08:54 PM
Database and PayPal - Payment Error. SkGold v3.0 Questions & Support 2 04-01-2006 05:54 PM


All times are GMT -4. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0