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)
-   -   A simple fix to pretty the checkout up a little (https://forum.x-cart.com/showthread.php?t=22197)

DezineJunkie 01-25-2008 12:37 PM

Re: A simple fix to pretty the checkout up a little
 
Quote:

Originally Posted by balinor
Sexy..now there is a word not often associated with X-Cart! :) Moving to Custom Mods.


seXy-Cart

brianb777 01-25-2008 05:47 PM

Re: A simple fix to pretty the checkout up a little
 
i'm using the Fast Lane Checkout and have modified my window to be 791 px across.

the sexy mod was pushing my tables out to past 791.

i went into the css and changed the:
Old:
.sidebox {
margin: 0 auto;
width: 26em;
background: url(../../images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;

To:
.sidebox {
margin: 0 auto;
width: 18em;
background: url(../../images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}

It was just the width that i had to play with.

thanks for much to the person that developed this and everyone else with their input!

if you wanna see what it looks like: mortersupplements.com/products.html
and add a product to your cart.

mike_turbo 01-31-2008 03:00 AM

Re: A simple fix to pretty the checkout up a little
 
any chance of uploading the images again ? Want to see what this looks like before i code it in.

swifty 02-14-2008 02:56 PM

Re: A simple fix to pretty the checkout up a little
 
i agree with mike_turbo, i too would like to see what to expect ,plus there are some images that i'm supposed to download.

EN4U 02-29-2008 02:01 AM

Re: A simple fix to pretty the checkout up a little
 
Quote:

Originally Posted by swifty
i agree with mike_turbo, i too would like to see what to expect ,plus there are some images that i'm supposed to download.


Me 3... Anyone running this puppy so we can see it?

l0st 03-07-2008 03:23 PM

Re: A simple fix to pretty the checkout up a little
 
me 4. Is there a way we can see it because the whole host is down.

kube 03-07-2008 03:47 PM

Re: A simple fix to pretty the checkout up a little
 
Although the host appears to be down there are screenies on various pages of this thread. Pages 4, 6, 7 and 9 have some images of what to expect.

Quote:

Originally Posted by swifty
...plus there are some images that i'm supposed to download.


try this post http://forum.x-cart.com/showpost.php?p=201044&postcount=119

l0st 03-07-2008 09:03 PM

Re: A simple fix to pretty the checkout up a little
 
Quote:

Originally Posted by brianb777
Here are the 4 images you'll need.

this is a great mod. thnk you everyone for your help!


Thanks. :D

l0st 03-07-2008 09:20 PM

Re: A simple fix to pretty the checkout up a little
 
Sorry to post again but I dont have a checkout.tpl file.
X-Cart Gold Version 4.1.0

tamicampos 03-25-2008 09:50 AM

Re: A simple fix to pretty the checkout up a little
 
Hello,

I know this is an old posting but I would love to use it. The images are not visible and I cannot download them. Is there anyone who has them? Thanks,

kube 03-25-2008 10:06 AM

Re: A simple fix to pretty the checkout up a little
 
try this post as mentioned a few posts ago http://forum.x-cart.com/showpost.php?p=201044&postcount=119

tamicampos 03-25-2008 11:54 AM

Re: A simple fix to pretty the checkout up a little
 
Thank you so much. Of course, I found it right after I posted it.

MrBungle 06-07-2008 05:20 AM

Re: A simple fix to pretty the checkout up a little
 
Images don't show... Bummer...

limey66 10-28-2008 04:30 AM

Re: A simple fix to pretty the checkout up a little
 
I am trying to implement this and got down to step 3 install these 4 images but there is nothing showing??? Step 3 is blank... Where can I find these images?

limey66 10-28-2008 04:34 AM

Re: A simple fix to pretty the checkout up a little
 
Okay I checked back through the postings and found a link to follow:

They are here...

http://forum.x-cart.com/showpost.php...&postcount=119

nortonz 11-23-2008 12:11 PM

Re: A simple fix to pretty the checkout up a little
 
Ok I have read this post twice now, and still having no luck in getting the Credit Card gifs to show up on the payment field. All I get is the Text it self.

I replaced this line
require "./auth.php"; with

define('USE_TRUSTED_POST_VARIABLES',1);
$trusted_post_variables = array("posted_data");
require "./auth.php";

in the file "admin/payment_methods.php"

Then I added this line to my "payment methods/ Special instructions box

[img]../xcart/skin1/images/payment_visa.gif[/img]

all by its self. All I get on the payment page is
"[img]../yourlocation/skin1/images/payment_xxxx.gif[/img]"

What am I doing wrong? Is it different on Xcart 4.19?

Any help would be great. I would like to use these same images in the Welcome Text on the Front page too. Thanks

Michael

Edit:
Ok I got it to work, but I had to change the code a bit. I changes this.
[img]../yourlocation/skin1/images/payment_xxxx.gif[/img]

To this
<img src='/yourlocation/skin1/images/payment_xxxx.gif' /img>

After I did this it all worked great. Also get it om my Front page Welcome Screen the same way.

Haven't tried the mod to pretty up the checkout page.

Nortonz

a1deano 02-28-2009 12:51 PM

Re: A simple fix to pretty the checkout up a little
 
does anyone know if this will work on v4.2

JWait 02-28-2009 03:25 PM

Re: A simple fix to pretty the checkout up a little
 
Fast Lane Checkout does the same thing for those versions that have it, and 4.2 has it. This mod is for people that are using 4.0.x versions of x-cart.


All times are GMT -8. The time now is 06:43 PM.

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