View Single Post
  #27  
Old 05-25-2007, 05:22 AM
  Terrybraley's Avatar 
Terrybraley Terrybraley is offline
 

Senior Member
  
Join Date: Oct 2005
Location: Atlanta Georgia
Posts: 142
 

Default Re: My fast lane checkout (checkout visual steps)

For some reason, my Borders dont show: I have a white BG

{if $checkout_step eq "1" and $anonymous eq "Y" }
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" valign="top"><div align="right"><img src="{$ImagesDir}/cart_full_r.gif"></div></td>
<td width="33%" valign="top">&nbsp;</td>
<td width="33%" valign="top">&nbsp;</td>
</tr>
<tr>
<td height="10" valign="top" bgcolor="#009933" style="border-right:1px solid #000000;border-bottom:1px solid #000000;border-top:1px solid #000000;border-left:1px solid #000000;"></td>{if $anonymous eq "Y"}<td style="border-top:1px solid #000000;border-bottom:1px solid #000000;"></td>{/if}
<td style="border-top:1px solid #000000;border-bottom:1px solid #000000;"></td>
<td style="border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;"></td>
</tr
<tr>
<td align="center">Login or register</td>
<td align="center">{$lng.lbl_payment_method}</td>
<td align="center">Verify and finalize</td>
</tr>
</table>
{/if}


{if $checkout_step eq "2" and $smarty.get.paymentid eq "" || $checkout_step eq "1" and $anonymous eq "" }
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" valign="top">&nbsp;</td>
<td width="33%" valign="top"><div align="right"><img src="{$ImagesDir}/cart_full_r.gif"></div></td>
<td width="33%" valign="top"></td>
</tr>
<tr>
<td height="10" valign="top" bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-left:1px solid #000000;"></td>{if $anonymous eq "Y"}<td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"></td>{/if}
<td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"></td>
<td style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"></td>
</tr>
<tr>
<td align="center">Login or register</td>
<td align="center">{$lng.lbl_payment_method}</td>
<td align="center">Verify and finalize</td>
</tr>
</table>
{/if}

{if $checkout_step eq "2" and $smarty.get.paymentid ne "" and $login ne "" || $checkout_step eq "3" }
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" valign="top">&nbsp;</td>
<td width="33%" valign="top">&nbsp;</td>
<td width="33%" valign="top"><div align="right"><img src="{$ImagesDir}/cart_full_r.gif"></div></td>
</tr>
<tr>
<td height="10" valign="top" bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-left:1px solid #000000;"></td>
<td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;"></td>
<td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"></td>
</tr>
<tr>
<td align="center">Login or register</td>
<td align="center">{$lng.lbl_payment_method}</td>
<td align="center">Verify and finalize</td>
</tr>
</table>
{/if}
__________________
Road Rash Apparel LLC
www.roadrashapparel.com

X-Cart Gold Ver.4.1.8
DSEFU Mod
PHP 4.3.11
MySQL server 4.1.22-max-log
MySQL client 5.0.18
Web server Apache
Operation system Linux
Perl 5.008
XML parser (expat) 1.95.6
Reply With Quote