![]() |
Re: My fast lane checkout (checkout visual steps)
I just noticed that you are missing some </td> And these <td width="33%" valign="top"></td> should be like this--> <td width="33%" valign="top"> </td> otherwise the browser will ignore them.
Quote:
|
Re: My fast lane checkout (checkout visual steps)
so noted, and fixed! Thanks!
|
Re: My fast lane checkout (checkout visual steps)
I'm getting this error with this mod
Warning: Smarty error: unable to read resource: "customer/main/fastlane.tpl" in /home/content/r/o/a/roadrash/html/novelties/Smarty-2.6.9/Smarty.class.php on line 1088 |
Re: My fast lane checkout (checkout visual steps)
If you created the file outside of the x-cart admin area (ie Dreamweaver), then you'll need to CHMOD the permission I believe.
|
Re: My fast lane checkout (checkout visual steps)
Thanks to Holddigga and esp Lionel for this. My site has it showing while going through the checkout but not in the cart. When I try to amend the code to be added to home.tpl it jumbles up the whole screen and adds stuff twice. Not sure how to correct this...?
Thanks |
Re: My fast lane checkout (checkout visual steps)
You were correct whsu716, Thanks :)
|
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"> </td> <td width="33%" valign="top"> </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"> </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"> </td> <td width="33%" valign="top"> </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} |
All times are GMT -8. The time now is 04:03 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.