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)

iDirectGrp.com 10-10-2006 08:55 PM

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

Originally Posted by sushob
Is it okay to place a test order on your site so I can see what's going on?

I'm not the most qualified on this forum (by a long shot), but I'll certainly give it a try.

Nate,
If all else fails maybe you can try a test order. Not sure exactly what you are proposing, I assume a sandbox order in test mode. Anyway, greatly appreciate your input.
Lew
http://www.idirectgrp.com

iDirectGrp.com 10-10-2006 08:58 PM

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

Originally Posted by ranger82nd
Wait a minute....
It appears that you are using skin1_c.css not skin1.css, make sure you put the code in the skin1_c file.

ranger82nd,
No, I actually changed the skin1.css not the skin1_c.css. I had thought I had made this mistake as well. Thanks anyway for your response. If you have any other theories please feel free to share them.
Lew
http://www.idirectgrp.com

sushob 10-11-2006 11:57 AM

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

Originally Posted by iDirectGrp.com
ranger82nd,
No, I actually changed the skin1.css not the skin1_c.css. I had thought I had made this mistake as well. Thanks anyway for your response. If you have any other theories please feel free to share them.
Lew
http://www.idirectgrp.com

I believe he meant that your site is calling skin1_c.css, not skin1.css, so you need to add the code to skin1_c.css:

Code:

.sidebox {
margin: 0 auto;
width: 28em;
background: url(images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url(images/sbhead-r.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
}
.boxhead h2 {
background: url(images/sbhead-l.gif) no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
background: url(images/sbbody-l.gif) no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}


ranger82nd 10-11-2006 12:09 PM

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

Originally Posted by sushob
I believe he meant that your site is calling skin1_c.css, not skin1.css, so you need to add the code to skin1_c.css:

Code:

.sidebox {
margin: 0 auto;
width: 28em;
background: url(images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url(images/sbhead-r.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
}
.boxhead h2 {
background: url(images/sbhead-l.gif) no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
background: url(images/sbbody-l.gif) no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}




YEP!

iDirectGrp.com 10-11-2006 08:55 PM

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

Originally Posted by sushob
I believe he meant that your site is calling skin1_c.css, not skin1.css, so you need to add the code to skin1_c.css:

Code:

.sidebox {
margin: 0 auto;
width: 28em;
background: url(images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url(images/sbhead-r.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
}
.boxhead h2 {
background: url(images/sbhead-l.gif) no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
background: url(images/sbbody-l.gif) no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}



YES! That was the problem! Thanks for you help on this.

pnm 10-12-2006 04:34 AM

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

like your site, did you have it customised or is it a skin, I am looking to fancy my site up from the standard x-cart options.

Kara 10-12-2006 01:27 PM

Re: A simple fix to pretty the checkout up a little
 
Thanks for this great mod! After reading the ENTIRE thread, tweaking here and there, all is well except ONE thing. My right nav bar whacks out when the sexy boxes are used. And also, I can't seem to see a place to edit/change the info on them after they've been filled out and submitted.

Here's the page before: http://d2729703.u51.websitesource.net/store/cart.php?mode=checkout&registered=

Here's when it goes whacky: http://d2729703.u51.websitesource.net/store/cart.php?paymentid=16&mode=checkout

Any help would be great.

Thanks

sushob 10-12-2006 01:30 PM

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

Originally Posted by Kara
Thanks for this great mod! After reading the ENTIRE thread, tweaking here and there, all is well except ONE thing. My right nav bar whacks out when the sexy boxes are used. And also, I can't seem to see a place to edit/change the info on them after they've been filled out and submitted.

Here's the page before: http://d2729703.u51.websitesource.net/store/cart.php?mode=checkout&registered=

Here's when it goes whacky: http://d2729703.u51.websitesource.net/store/cart.php?paymentid=16&mode=checkout

Any help would be great.

Thanks


The links only work if we add items to the cart and then fill in all the user info. Could you post some screenshots instead?

2coolbaby 10-12-2006 03:16 PM

Re: A simple fix to pretty the checkout up a little
 
okay I will ask again: This looks great, but so far the code is only for the customer details. Anyone have code for further areas of checkout???? IE: Cart Details and Payment Method?

sushob 10-12-2006 03:20 PM

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

Originally Posted by 2coolbaby
okay I will ask again: This looks great, but so far the code is only for the customer details. Anyone have code for further areas of checkout???? IE: Cart Details and Payment Method?

Sorry, but I don't have any reason to....the payment method and cart details look fine in 4.1.3. Only the cutomer details were 'plain text' looking. Maybe someone else can help.


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

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