Hi,
I have looked through the other posts and cannot work out how to perform this. My credit card vendor has given me some html that I need to intergrate into phpshop :
Example HTML code
<form method="POST" action="
https://www.vendor.com/vvonline/ccform.asp">
<input type="hidden" name="p1" value="merchant code">
<input type="hidden" name="p2" value="Desciption of goods">
<input type="hidden" name="p3" value="total amount of goods">
<input type="hidden" name="p4" value="email address">
<input type="submit" value="Pay by Credit Card">
</form>
I need the next buttom on the payment request page to post the data. Does this need a payment proccessor? This must be the most basic requirement for processing paymnet - e.g. simple hml code that is used to direct the user to an external website to handle the credit card proccessing, and then return the user back to the original website??? Has someone seen the resolution in another topic and can you point me in the right direction? thanks.