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

2 FREE Fastlane checkout mods

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #11  
Old 07-12-2007, 05:31 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: 2 FREE Fastlane checkout mods

Nice mod Will, good work
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #12  
Old 07-12-2007, 08:26 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: 2 FREE Fastlane checkout mods

Hi Will,

One thng right away: your css that you advise to copy/paste -- the COMMENTS are not valid css comment code...

Code:
// ========= xcartdesigner.com ====== // Fastlane checkout mod - using linear checkout image "checkout-tabs-linear.jpg" // For full details, read the "readme.txt" contained in the "fastlane_mod_linear.zip" // ===============================

should be:
Code:
/* ========= xcartdesigner.com ====== // Fastlane checkout mod - using linear checkout image "checkout-tabs-linear.jpg" // For full details, read the "readme.txt" contained in the "fastlane_mod_linear.zip" // =============================== */

That solves the css validation issue...

However, the image is not appearing on my checkout. If you want to dig in, PM me with the best time to do a live chat, and we can AIM chat or MSN or whatever and figure this out. I'm willing to help you nail this.

Jeremy
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #13  
Old 07-12-2007, 11:46 AM
 
William Hayes William Hayes is offline
 

Advanced Member
  
Join Date: Jan 2004
Location: Waterford, Ireland
Posts: 57
 

Default Re: 2 FREE Fastlane checkout mods

Hi gang,

I've figured out the problem you are having...

I accidentally made reference to the incorrect image in the css.
That's what happens when you rush something

For Linear:
I called it
"checkout-tabs-linear.jpg"
it should have been
"checkout-steps-linear.jpg".

For Standard:
I called it
"checkout-tabs.jpg"
it should have been
"checkout-steps.jpg".

To fix this problem simply replace the image names in your css file or download the updated zip files here:
http://www.xcartdesigner.com/xcart-fastlane-mod.html

Hope that does the trick.

regards
W.
__________________
Custom xcart Design?
www.brightlight.ie

x-cart 3.x.x
x-cart 4.0.x
Version 4.1.9
Reply With Quote
  #14  
Old 07-12-2007, 11:55 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: 2 FREE Fastlane checkout mods

Yes! It does the trick. Very nice mod, Will. Thank you!
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #15  
Old 07-12-2007, 12:22 PM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: 2 FREE Fastlane checkout mods

Excellent! Fixed! Man, I stared at that code for I don't know how long and didn't catch it. Great mod. Thanks William.

Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote
  #16  
Old 07-12-2007, 03:51 PM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: 2 FREE Fastlane checkout mods

Has anybody tried this in 4.0.19?
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
Reply With Quote
  #17  
Old 07-12-2007, 11:49 PM
 
William Hayes William Hayes is offline
 

Advanced Member
  
Join Date: Jan 2004
Location: Waterford, Ireland
Posts: 57
 

Default Re: 2 FREE Fastlane checkout mods

Hi Jack,

the mod should work with all versions of xcart that use the new fastlane checkout feature.

If you have a few minutes spare try install the mod and see how it goes. If you have any problems I'll jump in and give you a hand.

regards
W.
__________________
Custom xcart Design?
www.brightlight.ie

x-cart 3.x.x
x-cart 4.0.x
Version 4.1.9
Reply With Quote
  #18  
Old 07-14-2007, 02:10 AM
 
William Hayes William Hayes is offline
 

Advanced Member
  
Join Date: Jan 2004
Location: Waterford, Ireland
Posts: 57
 

Default Re: 2 FREE Fastlane checkout mods

Hi folks,

I've updated the zip file again to remove a potential css issue
that some people may encounter depending on how their site is structured.

In my old css, I had the following code:

a.span {display:none;}

This code is fine and works perfectly with my mod,
however it may interfere with other 3rd party mods
if these mods rely on the use of the <a><span>...</span></a> code sequence.

Anyway, to resolve any potential issues, do the following:
1. Download the new mod zip file
2. Update your css file with the code provided (styles.css)
3. Upload the new "tabs_menu_with_image_linear.tpl" or "tabs_menu_with_image.tpl"
(depending on which mod you are using)

Thanks to carpeperdiem for lighlighting this issue to me.
I sent him on the fix as soon I was informed of this problem.

regards
W.
__________________
Custom xcart Design?
www.brightlight.ie

x-cart 3.x.x
x-cart 4.0.x
Version 4.1.9
Reply With Quote
  #19  
Old 07-14-2007, 05:52 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: 2 FREE Fastlane checkout mods

Well that works just perfectly now! We were ripping our hair out yesterday, trying to figure out why my mods from PhilJ, including ulitmate speedbar and ultimate tabs all died!

This was a 4am discovery. Ugh. Thanks for solving this.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #20  
Old 07-14-2007, 06:31 PM
 
William Hayes William Hayes is offline
 

Advanced Member
  
Join Date: Jan 2004
Location: Waterford, Ireland
Posts: 57
 

Default Re: 2 FREE Fastlane checkout mods

No worries, glad I could help

W.
__________________
Custom xcart Design?
www.brightlight.ie

x-cart 3.x.x
x-cart 4.0.x
Version 4.1.9
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 02:35 AM.

   

 
X-Cart forums © 2001-2020