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.
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" )
Thats it. It took me awhile to figure it out.
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>
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,
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,
Who is online
Users browsing this forum: No registered users and 7 guests