joeldavuk1 Posted May 30, 2006 Posted May 30, 2006 (edited) i have installed the protx form contribution, and apart from this works fine. when getting to the checkout confirmation page the part where the protx form is supposed to be looks like this: <form name="checkout_confirmation" action="https://ukvps.protx.com/vps2form/submit.asp" method="post"><input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif" border="0" alt="Confirm Order" title=" Confirm Order "></form> which is incorrect as it's missing the hidden fields such as the crypt etc.. when i refresh the page, (or click submit order get an error from protx click back ) it looks like this: <form name="checkout_confirmation" action="https://ukvps.protx.com/vps2form/submit.asp" method="post"><input type="hidden" name="VPSProtocol" value="2.22"><input type="hidden" name="TxType" value="PAYMENT"><input type="hidden" name="Vendor" value="---- protx data here ----"><input type="hidden" name="Crypt" value="--- protx data here -----"><input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif" border="0" alt="Confirm Order" title=" Confirm Order "></form> (i have replaced sensitive data with --- protx data here ---) which is correct, i can't understand why it would be doing this, i have tried copying over a default checkout_confirmation.php nothing seems to work i do have a basic knowledge of php. after i refresh the page i can continue with the order and the transaction goes through fine and comes back fine. Edited May 30, 2006 by joeldavuk1 Quote
joeldavuk1 Posted May 30, 2006 Author Posted May 30, 2006 RESOLVED: on the checkout_payment page i had changed the continue button to a link, so it was probably not posting which payment method i had selected. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.