|
|
#1 |
|
Junior Member
Join Date: Dec 2007
Posts: 18
Rep Power: 7 ![]() |
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. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2007
Posts: 18
Rep Power: 7 ![]() |
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. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |