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
  #11  
Old 05-30-2006, 02:27 PM
  girlsbits's Avatar 
girlsbits girlsbits is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 77
 

Default

Quote:
Originally Posted by Grant
Big props for this mod

I've made a few changes and instead of the cart & bar image i'm using a graphical & text step display and it has made my checkout look so much tastier!

Check it out for yourselves at www.wyzeshop.com

Holy Schmoly!!! Tastier Schmastier indeed!!! Such attention to detail - it looks fab and I love it!!! Good luck to you.
__________________
X-Cart Gold | v 4.0.18 | Unix | php 4.3 | phpMyAdmin 2.8.0.3 |
Reply With Quote
  #12  
Old 05-30-2006, 03:19 PM
 
Grant Grant is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 171
 

Default

Quote:
Originally Posted by girlsbits
Quote:
Originally Posted by Grant
Big props for this mod

I've made a few changes and instead of the cart & bar image i'm using a graphical & text step display and it has made my checkout look so much tastier!

Check it out for yourselves at www.wyzeshop.com

Holy Schmoly!!! Tastier Schmastier indeed!!! Such attention to detail - it looks fab and I love it!!! Good luck to you.

Haha thanks Girlsbits (which I have to say is either a very innocent or very cheeky name).

I'm still miles off having this store anywhere finished, still lots of stuff to do but it's coming on nicely
__________________
X-Cart version : 4.0.18
Mod : Customer Also Bought
Mod : Custom catergory Templates
Mod : Custon Product Templates
Reply With Quote
  #13  
Old 09-06-2006, 06:03 AM
 
hues hues is offline
 

Advanced Member
  
Join Date: Jul 2006
Posts: 90
 

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

Thanks for a nice mod.
I used it on my website but I am facing a problem. The images dont show up with the progress bar.
On the page where the code should show the cart image, it shows
[img]/skin1/images/cart_full_r.gif[/img] instead of the image.

Why it is not picking up the image, while I have saved it in the skin1/images/ directory?
__________________
X-Cart 4.4.5 ... www.drugteststrips.com
X-Cart 4.4.5 ... www.drugalcoholtest.com

Hues Technologies
http://www.huestechnologies.com
Reply With Quote
  #14  
Old 09-07-2006, 05:54 PM
 
MichelleT MichelleT is offline
 

Member
  
Join Date: Jul 2006
Posts: 10
 

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

I had the same problem that hues had. To fix the cart image, I had to change the [img] tags in fastlane.tpl to <IMG src=" and the [/img] tags to ">.

However, I have a different problem. In step one, the progress bar doesn't show at all. In step 2, the progress bar only shows up as step 1: "your cart contents." Step 3, however, works fine - the progress bar is a full 3 steps. Does anyone know how to fix this? Thanks in advance.
__________________
XCart 4.1.10
Reply With Quote
  #15  
Old 09-07-2006, 07:52 PM
 
hues hues is offline
 

Advanced Member
  
Join Date: Jul 2006
Posts: 90
 

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

Thank you MichelleT, Now the image is showing.
I also have the same problem which you have mentioned.
when the progress bar should show step 1 it does not appear.
When it should show step 2 it shows step 1. The progress bar never shows step two.

Anyone knows how to fix? Thanks
__________________
X-Cart 4.4.5 ... www.drugteststrips.com
X-Cart 4.4.5 ... www.drugalcoholtest.com

Hues Technologies
http://www.huestechnologies.com
Reply With Quote
  #16  
Old 09-25-2006, 10:30 AM
 
holddigga holddigga is offline
 

Member
  
Join Date: Jul 2003
Posts: 16
 

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

Lionel, thanks for a great mod! For some odd reason, it didn't work too well with my test site ( v.4.0.18 )

I have made some changes to the Fastlane mod in order for it to work on v4.0.18.

I have it working on my test website( v.3.4.6 ) ( about to go live with 4.0.18 ) My live site does not have fastlane, as its old and needs updating..

I added the following code to customer/home.tpl, right after the line that says:

Code:
{if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if}
I added this:
Code:
{include file="customer/main/fastlane.tpl"} <br><br>

Then, I added this into fastlane.tpl:

Code:
{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="20" 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;"><img src="{$ImagesDir}/px.gif"></td>{if $anonymous eq "Y"}<td style="border-top:1px solid #000000;border-bottom:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td>{/if} <td style="border-top:1px solid #000000;border-bottom:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td> <td style="border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></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="20" valign="top" bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-left:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td>{if $anonymous eq "Y"}<td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td>{/if} <td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td> <td style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></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="20" valign="top" bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-left:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td> <td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></td> <td bgcolor="#009933" style="border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;"><img src="{$ImagesDir}/px.gif"></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}

Lionel, I hope you don't mind me changing the code to get it to work..
__________________
http://www.kicgroup.com/cart/
X-cart version 4.0.19
Reply With Quote
  #17  
Old 09-25-2006, 12:15 PM
 
MichelleT MichelleT is offline
 

Member
  
Join Date: Jul 2006
Posts: 10
 

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

Thanks so much, holddigga, works perfect for me now.
__________________
XCart 4.1.10
Reply With Quote
  #18  
Old 09-26-2006, 10:17 AM
 
ranger82nd ranger82nd is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 159
 

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

Could someone clarify what px.gif is for me?
In IE it shows the X and I don't have the image in my default images directory.
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting!
Reply With Quote
  #19  
Old 09-26-2006, 10:23 AM
 
holddigga holddigga is offline
 

Member
  
Join Date: Jul 2003
Posts: 16
 

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

I am not sure.. What I did was copy null.gif into that images folder, and rename it as px.gif.. I'd love to hear what Lionel used it for!
__________________
http://www.kicgroup.com/cart/
X-cart version 4.0.19
Reply With Quote
  #20  
Old 09-26-2006, 07:51 PM
 
hues hues is offline
 

Advanced Member
  
Join Date: Jul 2006
Posts: 90
 

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

I just removed all reference to px.gif and also reduced the height of the <td> to 10 pixels. It works perfect.
__________________
X-Cart 4.4.5 ... www.drugteststrips.com
X-Cart 4.4.5 ... www.drugalcoholtest.com

Hues Technologies
http://www.huestechnologies.com
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 03:23 AM.

   

 
X-Cart forums © 2001-2020