0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
pages
/
[
Home
]
File: checkout_completed.php
<? if($_SESSION['login']=="true") { if($_GET['checkout_process']=="lease") { ?> <table width="400" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td height="100" align="left" valign="top"> </td> </tr> <tr> <td height="150" align="left" valign="top" bgcolor="#EAF8FF" style="padding-left:15px;padding-right:15px;padding-top:15px;padding-bottom:15px;"> <font color="#000033" size="4" face="Verdana, Arial, Helvetica, sans-serif">You have selected the <font color="#006699">LEASE</font> option for your order... Please Click <font color="#990000">"Continue...."</font> and fillup the Application form properly.</font><font size="4" face="Verdana, Arial, Helvetica, sans-serif"> <br> <br> <font color="#FF0000">Without the application form your order will not be processed...</font></font></td> </tr> <tr> <td height="50" align="center" valign="middle"><form action="index.php?cmd=myaccount&&page=order_history" method="post" name="form1"> <input name="submit" type="submit" id="submit" onClick="lease();" value="Continue...."> </form></td> </tr> </table> <? } else { ?> <script language="JavaScript" type="text/javascript"> window.location="index.php?cmd=myaccount&&page=order_history"; </script> <? } } else { if($_GET['checkout_process']=="lease") { ?> <table width="400" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td height="100" align="left" valign="top"> </td> </tr> <tr> <td height="150" align="left" valign="top" bgcolor="#EAF8FF" style="padding-left:15px;padding-right:15px;padding-top:15px;padding-bottom:15px;"> <font color="#000033" size="4" face="Verdana, Arial, Helvetica, sans-serif">You have selected the <font color="#006699">LEASE</font> option for your order... Please Click <font color="#990000">"Continue...."</font> and fillup the Application form properly.</font><font size="4" face="Verdana, Arial, Helvetica, sans-serif"> <br> <br> <font color="#FF0000">Without the application form your order will not be processed...</font></font></td> </tr> <tr> <td height="50" align="center" valign="middle"><form action="index.php" method="post" name="form1"> <input name="submit" type="submit" id="submit" onClick="lease();" value="Continue...."> </form></td> </tr> </table> <? } else { ?> <script language="JavaScript" type="text/javascript"> window.location="index.php"; </script> <? } } ?> <script language="JavaScript" type="text/javascript"> function lease() { window.open( "http://pimpthatbedstore.com/application/financial_application.php?o_id=<?=$_SESSION['o_no']?>", "myWindow", "status = 1, height = 800, width = 900, resizable = 0, location=0, scrollbars=1" ); } </script>