View Single Post
  #141  
Old 10-13-2004, 07:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

^ Looking now.

For those using 4.0.x (3.5 was posted earlier) who wanted to tidy up the "Please Wait..." page while the person is paying with paypal, you can do so like so:

open payment/ps_paypal.php

Find:

Code:
<table width=100% height=100%> <tr><td align=center valign=middle>Please wait while connecting to PayPal payment gateway...</td></tr> </table>

With:

Code:
<table width="100%" height="100%" ><tr><td align="center" valign="middle"> <font face="Arial, Helvetica, sans-serif" size="+1" color="#000000">Please Wait ... We are transferring you to the secure Paypal server. </font></td></tr></table>
Reply With Quote