hitAppoint Online Appointment Scheduling SoftwareOnline Appointment Software

Forum

You are not logged in.

#1 2007-07-04 00:41:21

sellnsave
New member
Registered: 2007-07-04
Posts: 3

Help>>Paypal error

Hi there,

Recently purchased it and integrated it for a client inside Joomla using wrapper.

When I use firefox, the transaction goes nice and smooth but with IE, it is giving me following error when I click PAY to confirm appointment:

This session contains invalid data.


Could you please help?

Thanks,
Sam

Offline

 

#2 2007-07-04 01:39:58

sellnsave
New member
Registered: 2007-07-04
Posts: 3

Re: Help>>Paypal error

found the problem!

as I integrated this inside joomla using wrapper (iframe), after reading paypal documentation on their website, I learned that paypal payment pages do not process well when using iframes because of security issues. They do not want members entering sensitive information on other websites which might not be secure so they require the paypal payment to be on secure paypal page.

SOLUTION:

in ConfirmForm.php, I made the following changes:

OLD: <FORM ACTION="<? echo $paypalUrl; ?>" METHOD=POST>

CHANGE : <FORM ACTION="<? echo $paypalUrl; ?>" METHOD=POST TARGET=paypal>

Hope this helps others.

Thanks

Offline

 

#3 2007-07-06 04:56:09

algis
Administrator
Registered: 2006-01-09
Posts: 718
Website

Re: Help>>Paypal error

thank you for this information, actually I've not tested the Paypal payment through iframe

Offline

 

#4 2008-04-10 08:29:39

mcfoo
New member
Registered: 2008-04-10
Posts: 1

Re: Help>>Paypal error

has this been resolved in the new version 2.5?
i don't seem to be able to find ConfirmForm.php.. and i am trying to integrate it into joomla using wrapper as well..

Offline

 

#5 2008-04-10 17:22:40

algis
Administrator
Registered: 2006-01-09
Posts: 718
Website

Re: Help>>Paypal error

Hello,
in the current 2.5 version the Paypal form code is in this file:

core/packages/client/appointments/request/payment/before/index.php

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson