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)

William Hayes 07-10-2007 01:26 AM

2 FREE Fastlane checkout mods
 
Hi gang,

I recently implemented TWO new versions of the standard xcart
fastlane checkout (progress bar). I've made both versions FREELY available here:
http://www.xcartdesigner.com/

To download the mods & see a demo, click here:
http://www.xcartdesigner.com/xcart-fastlane-mod.html

Each mod comprises of some install instructions, css, smarty,
.jpg image and the master Fireworks .png image.

The install instructions are contained within the "readme.txt" file in each zip file.

This is my first free mod, I hope to release more as time goes by :)

regards
W.

mitash 07-10-2007 03:10 AM

Re: 2 FREE Fastlane checkout mods
 
good stuff...
thanks for the free mod
it looks great..... well done!
look forward to other mods from you guys...

carpeperdiem 07-10-2007 04:36 AM

Re: 2 FREE Fastlane checkout mods
 
Very nice contribution. Thanks! Looking forward to your skin.

William Hayes 07-11-2007 03:39 AM

Re: 2 FREE Fastlane checkout mods
 
Hi mitash, carpeperdiem

Hope you enjoy the mod.
We have several new skins\designs in development at the moment.
Hope to have at least one of them ready in a few weeks.
We'll keep you posted.

W.

Jayk 07-11-2007 11:32 AM

Re: 2 FREE Fastlane checkout mods
 
Looks very nice. I'm looking forward to seeing the skins you're working on.

Jason

Jayk 07-11-2007 02:14 PM

Re: 2 FREE Fastlane checkout mods
 
I can't seem to get the linear mod to display anything. I'm using the Flexy Rectangles skin, so maybe that has something to do with it.

I still have the mod active on my site at www.jbox.ca if a view page source would shed any light on things.

Thanks,
Jason

carpeperdiem 07-11-2007 02:31 PM

Re: 2 FREE Fastlane checkout mods
 
I can't get the image to display either.

Jayk 07-11-2007 02:35 PM

Re: 2 FREE Fastlane checkout mods
 
I guess I will change the include in home.tpl back to use the stock Fast Lane progress image until someone figures this out. I've been going through the code in the mod and in the Fast Lane Checkout module for hours and haven't been able to find anything myself (I am quite a novice at coding still however).

Thanks,
Jason

carpeperdiem 07-11-2007 03:31 PM

Re: 2 FREE Fastlane checkout mods
 
The problem may be related to a fixed position vs. relative in the CSS that displays the image... different stores may have different headers -- let me look at this (just thinking out loud)

NO -- it is not this. I can't seem to get my head around this. I reverted to what was.

William Hayes 07-11-2007 11:34 PM

Re: 2 FREE Fastlane checkout mods
 
Sounds strange indeed.

If you guys want to contact me, and activate the module and then I can examine the code. We should be able to sort this out pretty quickly.

regards
W.

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.

typologist 09-12-2007 03:09 PM

Re: 2 FREE Fastlane checkout mods
 
Good job William, this was very useful :)

a1deano 09-18-2007 01:32 PM

Re: 2 FREE Fastlane checkout mods
 
Hi William

Nice work i decided to see the demo account but it keeps coming back as invalid username or password -
username - demo
password - demo123

but very nice lookin....

William Hayes 09-18-2007 02:05 PM

Re: 2 FREE Fastlane checkout mods
 
Hi a1deano,

just re-created that account now, I removed it during a recent re-install (sorry).

Glad you like the mod.

regards
W.

JeffS 09-20-2007 09:40 PM

Re: 2 FREE Fastlane checkout mods
 
Great mod. Took about 5 minutes to install. Looks a lot better than the default progress bar.


All times are GMT -8. The time now is 02:28 PM.

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