Hello,
I need to send my shoppers to a specific url for payement and fill the form with some information (I can do that ...), but i do not know which file i need to modify to get this done ...The form to feel is hosted on another server, and look like the one bellow ...
<form name="blabla" action="http://www.my-url.php" method="post">
<p>Nombre:
<input name="name" type="text" value="" onKeyUp="deshabilita(this.form)">
<br>
Apellidos:
<input name="first_name" type="text" value="" onKeyUp="deshabilita(this.form)">
<br>
Importe €
<input name="amount" type="text" value="" onKeyUp="deshabilita(this.form)"><br>
<label for="phone">últimos 4 dígitos tarjeta</label>
<input name="last" type="text" size="4" maxlength="4" onKeyUp="deshabilita(this.form)"><br>
<input name="enviar" type="submit" value="Enviar" disabled>
</p>
</form>
Can someone tell me whether this can be achieved? and how? thanks
Peace & love
--------------------
http://www.yxox.com
You could create a new payment method and put your code in the Extra Payment Info and set it to "Paypal" type.
thanks deneb,
I don't really understant since i am a new virtuemart user, but I will have a look at that ...
thanks again ...
Look at the PayPal payment method Payment Extra Info code on the Configuration tab for ideas.