X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Help Please: Edit to "Your Shopping Cart" Background Color not taking effect (https://forum.x-cart.com/showthread.php?t=42617)

Vivarant 09-26-2008 04:17 AM

Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
1 Attachment(s)
Please help if you can. I've edited cart_details.tpl as shown but my bg to the shopping cart area remains at #FFFFFF. Please see attachment

Code:

<tr{if $bg eq ""}{assign var="bg" value="1"} bgcolor="#FAF9F4"{else}{assign var="bg" value=""} bgcolor="#FAF9F4"{/if}>
    <td>



Is there something else i need to edit? I want the white to match the color surrounding the product

JWait 09-26-2008 05:00 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
Are you trying to make the cart background a different color than the background for the rest of your site? It looks like you are using Fast Lane Checkout. Be aware that it uses a different stylesheet that is located in skin1/modules/Fast_Lane_Checkout/skin1.css

Vivarant 09-26-2008 05:22 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
nope i'm trying to make it the SAME as the rest of my site. Thanks so much i'll try editing Fast_Lane_Checkout

Vivarant 09-26-2008 05:29 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
Ok which block of code would i edit because i don't see the white bg color.

Code:

A.CheckoutTab:link {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.CheckoutTab:visited {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.CheckoutTab:hover {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
}
A.CheckoutTab:active {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
.CheckoutTabSel {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
}
.LineAfterCart {
    BACKGROUND-COLOR: #FFD44C;
}
.LineBeforeCart {
    BACKGROUND-COLOR: #FF8600;
}
.BigButtonTitle {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
}
.RedBackground {
    BACKGROUND-COLOR: #FF8600;
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-ALIGN: center;
}
.YellowBackground {
    BACKGROUND-COLOR: #FFD44C;
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-ALIGN: center;
}
A.ShippingMethod:link {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.ShippingMethod:visited {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.ShippingMethod:hover {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
}
A.ShippingMethod:active {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
.BBCorner {
    WIDTH: 9px;
    HEIGHT: 9px;
}
.FLC_Register {
    COLOR: #550000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}


JWait 09-27-2008 04:20 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
The white background is either being carried over from someplace else, or is being displayed as "default". Can you include more of the snippet of code that you edited? It is difficult to see what it is you are trying to achieve. Are you using a custom theme template, and possibly a different "skin1" stylesheet? What I am getting at is maybe one of the other templates being used is calling for a different stylesheet than what the rest of your site is using and it has a body background being white. Can you provide a link to the page? (send a PM if you don't want it public)

Vivarant 09-27-2008 05:10 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
ok thats what i'm thinking also. the rest of the site is not white but the admin area is. and the shopping cart. the code above is from cart_details.tpl which i did not edit at all since i did not see anyplace that color exists.

Everything else was pretty much edited from skin1.css but for some reason it's not taking effect in admin panel or the shopping cart.

The link to shop is in my sig

Where would i find the file to edit this

Code:

<td class="Container"><table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0">

Vivarant 09-27-2008 06:26 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
FIXED, Thanks so much for your help :D/:D/:D/

JWait 09-27-2008 07:02 AM

Re: Help Please: Edit to "Your Shopping Cart" Background Color not taking effect
 
I'm glad you found the solution, and that "container" is called in rectangle_top.tpl. I had forgotten about that.


All times are GMT -8. The time now is 04:34 AM.

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