Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

My fast lane checkout (checkout visual steps)

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #21  
Old 09-28-2006, 06:08 AM
  mcitde's Avatar 
mcitde mcitde is offline
 

Advanced Member
  
Join Date: Apr 2006
Posts: 61
 

Default 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">&nbsp;</td> otherwise the browser will ignore them.
Quote:
Originally Posted by holddigga
<tr>
<td width="33%" valign="top"><div align="right"><img src="{$ImagesDir}/cart_full_r.gif"></div></td>
<td width="33%" valign="top"> <-- missing end tag
<td width="33%" valign="top"> <-- missing end tag
</tr>
<tr>
__________________
v 4.1.8 and v 4.1.9
WIN XP: Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45
UNIX: Apache 1.3, PHP 4.4.4, MySQL 5.0.22
Reply With Quote
  #22  
Old 09-28-2006, 07:22 AM
 
holddigga holddigga is offline
 

Member
  
Join Date: Jul 2003
Posts: 16
 

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

so noted, and fixed! Thanks!
__________________
http://www.kicgroup.com/cart/
X-cart version 4.0.19
Reply With Quote
  #23  
Old 05-22-2007, 08:15 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)

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
__________________
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
  #24  
Old 05-23-2007, 05:35 AM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default 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.
__________________
...
v 4.0.18; 4.1
Reply With Quote
  #25  
Old 05-24-2007, 08:48 PM
 
Scrapbooker Scrapbooker is offline
 

Advanced Member
  
Join Date: Feb 2007
Posts: 52
 

Default 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
__________________
Sean Doohan
www.scrapbookingwonders.com.au
Sydney, Australia
x-cart: v4.0.19
cuteftp
Reply With Quote
  #26  
Old 05-25-2007, 04:51 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)

You were correct whsu716, Thanks
__________________
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
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:06 AM.

   

 
X-Cart forums © 2001-2020