X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   2 FREE Fastlane checkout mods (https://forum.x-cart.com/showthread.php?t=32437)

intel352 07-12-2007 05:31 AM

Re: 2 FREE Fastlane checkout mods
 
Nice mod Will, good work ;-)

carpeperdiem 07-12-2007 08:26 AM

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

William Hayes 07-12-2007 11:46 AM

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.

carpeperdiem 07-12-2007 11:55 AM

Re: 2 FREE Fastlane checkout mods
 
Yes! It does the trick. Very nice mod, Will. Thank you!

Jayk 07-12-2007 12:22 PM

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

imexhouse 07-12-2007 03:51 PM

Re: 2 FREE Fastlane checkout mods
 
Has anybody tried this in 4.0.19?

William Hayes 07-12-2007 11:49 PM

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.

William Hayes 07-14-2007 02:10 AM

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.

carpeperdiem 07-14-2007 05:52 AM

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.

William Hayes 07-14-2007 06:31 PM

Re: 2 FREE Fastlane checkout mods
 
No worries, glad I could help :)

W.


All times are GMT -8. The time now is 05:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.