Forums

Paypal and chronoform

ertos982 20 Jul, 2012
Excuse me but i don't speak english, I am Italian

I have a module that would integrate with PayPal to make a payment of a reservation

Can I help me?

Is there a video or a tutorial in Italian?

There is something in English that you can easily translate?

Thank you
GreyHead 20 Jul, 2012
Hi ertos982,

What kind of PayPal payment do you need to make? Is it just a simple standard payment? Or are you using IPN or one of the other PayPal APIs?

Bob

Google translation:
Che tipo di pagamento PayPal avete bisogno di far? E 'solo un pagamento semplice standard? Oppure stai usando IPN o in una delle altre API di PayPal?
ertos982 20 Jul, 2012
Thank you
I made a reservation form that sends data in my email inbox
Would indeed that when the user clicks on button BOOK NOW page opens paypal to make payment of the booking
You can do this?
I have a account paypal
View this image

Ho creato un form di prenotazione che invia i dati nella mia casella di posta email
Vorre che quando l'utente clicca sul pulsante PRENOTA ITINERARIO si apre la pagina paypal per effettuare il pagamento della prenotazione
รจ possibile fare cio?
io ho gia un account paypal
GreyHead 21 Jul, 2012
Hi ertos982,

Yes you can do this.

I would use the ReDirect URL action in the On Submit event to add the variables you want to send to PayPal and then use the ReDirect User action as the last action to redirect the user.

The main entries in he ReDirect URL action will depend on your form but they will be something like this example:
cmd=_xclick
business=me@mybusiness.com
currency_code=EUR
item_name={description}
amount={amount}

Where the entries in {} are the names of the form inputs with the values you want to send.

Bob
ertos982 22 Jul, 2012
Thank you, but i don't understand this passage:

I would use the ReDirect URL action in the On Submit



What should I do?
What procedure should I do?
I have to click that button
GreyHead 22 Jul, 2012
Hi ertos982 ,

The Redirect actions are in the next group down - Redirect/Remote Submit

Bob
ertos982 22 Jul, 2012
Ok
I click Rederct url VIEW image2.jpg

What should I write here?
I have written so
cmd = _xclick
Business = [email]me@mybusiness.com[/email]
currency_code = EUR
item_name = {description}
{amount = amount}
View image3.jpg

I click the button: view image4.jpg

Where is payment paypal? Where is page paypal? View image4.jpg

I want the user after clicking on button PRENOTA ADESSO

Let go on the site of paypal to make payment

Do yuo understand?
Excuse me but i used GOOGLE TRANSLATOR
ertos982 22 Jul, 2012
The paypal page that I would like to appear
GreyHead 22 Jul, 2012
Hi ertos982,

Where I have
amount={amount}
description={description}

You have inputs in your form for the amount and description, the names of those inputs need to go here inside the {}

Bob
ertos982 22 Jul, 2012
Of course I have written so

cmd = _xclick
Business = myadress email
currency_code = EUR
item_name = {Itinerario Culturale}
{amount = 35,00}
GreyHead 22 Jul, 2012
Hi ertos982,

No:

[list]
  • you've added spaces around the = signs;

  • you've use values for the amount and description and not the names of the inputs

  • you've put the {} in the amount line in the wrong place.
  • [/list]

    Bob
    ertos982 22 Jul, 2012
    ok I have to enter these fields in the form?

    <input type="hidden" value="EUR" name="currency_code">
    <input type="hidden" value="35,00" name="amount">
    <input type="hidden" value="itinerario" name="item_name">

    I want to understand what are they but the buttons
    PayPal Listener - Trial
    Paypal pro - Trial
    PayPal Redirect - trial

    View the image
    GreyHead 22 Jul, 2012
    Hi ertos982,

    Sorry, I assumed that these would change depending on the form results.

    If these are fixed values then you can put them directly into the Params/Fields box like this:
    cmd=_xclick
    business=me@mybusiness.com
    currency_code=EUR
    item_name=Itinerario
    amount=35.00

    The other PayPal actions are paid* actions that you only need if you are using more advanced PayPal features like IPN.

    Bob

    * You can use the free Trial versions for form development but they randomise the amounts so can't be used for a live form.
    ertos982 22 Jul, 2012
    Excuseme Gray Head
    but I HAVE ERROR ... and i don't understand

    VIEW THE IG1.JPG and IMG2.JPG


    In the administration panel of the site I have configured the module with the action chronofrom REDIRECT

    The site after filling out the form and after clicking the button "PRENOTA ITINERARIO" text appears GRAZIE PER AVER COMPILATO IL MODULO, do not see the paypal page to make payment

    The paypal module in your site is paying? tell me what it costs and I cpmpro.

    Can you give me details of administration so I configured actions.

    I am in difficult by more than 3 weeks I can not find the solution

    Thank you
    GreyHead 23 Jul, 2012
    Hi ertos982,

    You may also need to check the PayPal documents.

    The only error I can see here is that you have set the Target URL to http://www.paypal.com I think that should be
    https://www.paypal.com/cgi-bin/webscr


    Bob
    This topic is locked and no more replies can be posted.