You are not logged in.
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
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
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