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

Edit Fast Lane Checkout

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-27-2007, 09:29 AM
 
FiberGuy FiberGuy is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 88
 

Default Edit Fast Lane Checkout

I really like the way fast lane checkout looks BUT, we are not going to offer registering to customers. So, the first step in fast lane looks like this:


http://incolor.inetnebr.com/zechiles/fastlane1.JPG


...and you have to click on "click here to register" to bring up the profile details section.


http://incolor.inetnebr.com/zechiles/fastlane2.JPG



Question is, how can I bring up JUST the profile details form after the customer clicks on checkout?

We're essentially trying to get rid of all references to "register" and "password" on the customer side of the site.

Thanks for any help!
__________________
~Michael~
a.k.a. PermaNoob
V.4.4.3 *HELP!*
Apache/Linux OS
EWD Hosting VPS
Reply With Quote
  #2  
Old 03-27-2007, 11:27 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Edit Fast Lane Checkout

I haven't tested this, so be sure to backup your file first. Then:

Open skin1/modules/Fast_Lane_Checkout/checkout_0_enter.tpl

Replace the entire file contents with:

Code:
{include file="customer/main/register.tpl"}
Reply With Quote
  #3  
Old 03-27-2007, 02:43 PM
 
FiberGuy FiberGuy is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 88
 

Default Re: Edit Fast Lane Checkout

Thanks, Jon!

That did it!

Cheers
__________________
~Michael~
a.k.a. PermaNoob
V.4.4.3 *HELP!*
Apache/Linux OS
EWD Hosting VPS
Reply With Quote
  #4  
Old 06-25-2008, 10:50 PM
 
hello hello is offline
 

Member
  
Join Date: Apr 2007
Posts: 11
 

Thumbs up Re: Edit Fast Lane Checkout

THANK YOU Jon!!!

I've been selling "widgets" online since 2001 and out of 40,000+ customers, I'm aware of less than 10 that have been back to reorder. Not that my "widgets" are bad, but my customers usually only have one in their house and it lasts forever.

One thing I've learned in 7 years of selling online is customers do not want to be forced to register. Just because the big online retailers make you do it doesn't make mean it's status quo. Could you imagine the cashier at Wal-Mart asking for you to register a username and password before you swiping the VISA for a 4 pack of Charmin? It's bad enough at Lowes when they ask for a phone number or zip code.

Thanks again Jon!
Reply With Quote
  #5  
Old 06-25-2008, 11:49 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Edit Fast Lane Checkout

As an entrepreneur there are times where we all feel bogged down a bit and I was experiencing one of those times, your response helped me to remember why I love to do what I do so thanks, glad I could help
Reply With Quote
  #6  
Old 08-10-2008, 06:51 PM
  flyclothing's Avatar 
flyclothing flyclothing is offline
 

eXpert
  
Join Date: Aug 2004
Location: Gilbert, AZ
Posts: 357
 

Default Re: Edit Fast Lane Checkout

I like this idea also, but doesn't it get rid of express PayPal and Returning Customer's checkout? I now you can checkout with PayPal at the end, but it seems some customers like the express checkout option.
__________________
Jonathan
Flyclothing, LLC
PO Box 1490
Gilbert, AZ 85299-1571
P 480.422.7350
F 888.359.2568
www.flysportsgear.com?MMCF_xcartforum (X-Cart 4.5.2) FOR SALE
Reply With Quote
  #7  
Old 08-10-2008, 07:33 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Edit Fast Lane Checkout

I'd look into getting the one page checkout from BIll.
__________________
xcart 5.1.2
Reply With Quote
  #8  
Old 08-28-2008, 07:13 AM
 
KathyHS KathyHS is offline
 

Senior Member
  
Join Date: Nov 2003
Posts: 143
 

Default Re: Edit Fast Lane Checkout

I tried a different format on this as I wanted the login box to remain but the new customer form to be inserted at the top, next to it (in the place of the box "new customer? Click here to register"...

I inserted {include file="customer/main/register.tpl"}

in place of the

{include file="dialog.tpl" title=$lng.lbl_new_customer content=$smarty.capture.dialog extra='class="FLCDialog"' valign="middle" is_flc_dialog=true}

This seemed to work but the "STATES" became disabled enabled in the form.

So I put it back while I figure this out. Any idea why moving the register.tpl into that place rendered the STATES pulldown useless?
__________________
X-Cart 4.1.11
Reply With Quote
  #9  
Old 06-12-2009, 07:29 AM
 
zebradzine zebradzine is offline
 

Member
  
Join Date: Oct 2008
Posts: 18
 

Default Re: Edit Fast Lane Checkout

Quote:
Originally Posted by Jon
I haven't tested this, so be sure to backup your file first. Then:

Open skin1/modules/Fast_Lane_Checkout/checkout_0_enter.tpl

Replace the entire file contents with:

Code:
{include file="customer/main/register.tpl"}

That does not work for 4.1.11.
ALL i want to do is change the wording from "Click here to register" to "Click here to check out". Why did X-Cart make this SO difficult to change and to get a simple answer to?
__________________
X-Cart Gold Version 4.1.11
X-AOM
X-Special Offers
Installation service
Reply With Quote
  #10  
Old 06-12-2009, 08:45 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Edit Fast Lane Checkout

Quote:
Originally Posted by zebradzine
ALL i want to do is change the wording from "Click here to register" to "Click here to check out". Why did X-Cart make this SO difficult to change and to get a simple answer to?

You need to learn some xcart basics.

1. learn how to EDIT LANGUAGE VARIABLES.

http://www.x-cart.com/xcart_manual/online/?managing_languages.htm

2. learn how to use WEBMASTER MODE to identify templates in-use, and pinpoint your language variables on a per-template basis.

http://www.x-cart.com/xcart_manual/online/webmaster_mode.htm

These 2 tasks are at the core of basic xcart editing, and untl you can do these 2 things sleeping, you are going to be frustrated.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 11:15 PM.

   

 
X-Cart forums © 2001-2020