Forums

how to integrate PayPal and also send other info

gerrybakker 07 Feb, 2007
I am wondering how to integrate PayPal and also send the complete form info that includes 15 other fields not used by PayPal to another email address.
Max_admin 07 Feb, 2007
Hi Gerry,

A solution for this may require some AJAX being implemented, will try to have it done ASAP and post back, I wish you are not in a big rush, let me know if you are🙂

Sincerely,

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
gerrybakker 07 Feb, 2007
We always like to have things yesterday but I've always learned that it is better to wait than to rush things.

I am happy to see your eagerness to solve this challenge and look forward to having your solution when ever you produce it.
====================================================
It has been a month since I first posted this. I was wondering if you have found a solution to this challenge.<br><br>Post edited by: gerrybakker, at: 2007/03/17 22:25
fhmanas 18 Jun, 2007
Hello, am also new to Joomla and CF, am also trying to integrate Paypal, I created the following code in Dreamweaver and pasted to CF, it opens but I can't make the Paypal button work. Please help, I am not really knowledgeable in Php/HTML, but I learn quickly.
</style>
</head>
<body><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="bn" value="webassist.dreamweaver.4_0_3">
  <input type="hidden" name="business" value="email.business.com">
  <input type="hidden" name="item_name" value="Dictation File (.zip)">
  <input type="hidden" name="item_number" value="00001">
  <input type="hidden" name="amount" value="18.99">
  <input type="hidden" name="currency_code" value="USD">
  <input type="hidden" name="undefined_quantity" value="0">
  <input type="hidden" name="receiver_email" value="receiver@email.com">
  <input type="hidden" name="mrb" value="XXXXXXXXXXXXXXXXX">
  <input type="hidden" name="pal" value="XXXXXXXXXXXXXXXXX">
  <input type="hidden" name="no_shipping" value="0">
  <input type="hidden" name="no_note" value="1">
  <span class="style4">Item to pay</span> 
  <input type="image" name="submit" src="http://images.paypal.com/images/x-click-but6.gif" border="0" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>
</body>
</html>
+++++
Edited: inserted Code tags, removed empty lines and hid ids.

Post edited by: GreyHead, at: 2007/08/05 12:43<br><br>Post edited by: GreyHead, at: 2007/08/05 12:44
GreyHead 18 Jun, 2007
Hi fhmanas,

Please copy just the code between the <form> and </form> tags - see below. ChronoForms creates new <form> tags and the resulting nested form doesn't work.
<input type="hidden" name="cmd" value="_xclick"> 
. . .
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-but6.gif" border="0" alt="Make payments with PayPal, it's fast, free, and secure!">


Bob
Max_admin 14 Jul, 2007
Hi,

You can post everything to PayPal, but how do you get the PayPal response ? you can make a new form and get the results and use some unique id for the post and check for stored record with this unique id and then store the response order status..etc!!

will need few lines of code but you can do it.

sorry gerry for not replying earlier, this was at a very early development stage but now you can handle it!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
skytopdesigns 14 Jul, 2007
for a quck fix in my form i just had it submit to my email

my template has modules right below the content so i used the paypal donations module and put it in the module right below the form. my client was happy🙂


i hope this helps someone as you all have been so helpfull here
This topic is locked and no more replies can be posted.