Page 1 of 1
Paypal Pro Checkout Issue - Ajax still loading - RESOLVED
Posted: Tue Oct 05, 2010 11:21 pm
by dony_b
I am using v1.4.9.1 and everything is working great except PP Pro gets stuck at the end of the checkout process "Please Wait!!"
The payment goes through but the redirect never happens. I applied all the fixes that I could find in the forum but they were before the launch of v1.4.9.1 so I am wondering if there is another fix.
Thank you.
Re: Paypal Pro Checkout Issue - Ajax still loading
Posted: Wed Oct 06, 2010 12:05 am
by dony_b
Never mind I did fix it. The problem was that I had removed a couple fields from the pp_pro.tpl such as the CV issue and maestro. However, thats not good to completly remove because it will trigger PP pro to keep thinking because its still looking for those fields.
The very easy and simple fix is to do the following if you run into this problem. Just add ( style="display:none" )
Code: Select all
<tr style="display:none">
<td><?php echo $entry_cc_issue; ?></td>
<td><input type="text" name="cc_issue" value="" size="1" />
<?php echo $text_issue; ?></td>
</tr>
Thats it. It took me awhile to figure it out.
Re: Paypal Pro Checkout Issue - Ajax still loading - RESOLVE
Posted: Wed Oct 06, 2010 2:19 am
by kia_hm
HI Dony,
I added to my PP_pro.tpl, still I have same problem.
Do I need to add in the specific location.
Please let me know since I am not a professional.
I did change in: /www/catalog/view/theme/default/template/payment/pp_pro.tpl
Thanks,
Re: Paypal Pro Checkout Issue - Ajax still loading - RESOLVE
Posted: Wed Oct 06, 2010 8:10 am
by kia_hm
HI Dony,
Can you please help me to fix this problem?
I really appreciated.
thanks,
Re: Paypal Pro Checkout Issue - Ajax still loading - RESOLVE
Posted: Thu Oct 07, 2010 1:08 am
by kia_hm
No need to reply, I installed a fresh version of 1.4.9 and it's solved.
Thanks,