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)
-   -   Table background colors (https://forum.x-cart.com/showthread.php?t=15650)

Tequilaboy 08-02-2005 08:29 PM

Table background colors
 
This is actually a stupid question, but for some reason I can't find the location of three tables that I need to change the background color on.

First is the catalog product thumbnails LOOK HERE
Second and third are both under the product detail screen, one is the main product display and the other is the 'Send to a Friend' form at the bottom. LOOK HERE

I just spent so many hours today adjusting images to fit the new background color that I'm having trouble thinking straight.

Help is much appreciated as always! :)

Dongan 08-03-2005 02:35 AM

Hi,

Making changes for the first one should be at

skin1/customer/main/products_t.tpl

For the seconde one, you should edit,

skin1/customer/main/product.tpl

Create 2 classes in skin1.css

For example,

.products_back
{
BACKGROUND-COLOR: #FFFFFF;
}
.product_back
{
BACKGROUND-COLOR: #FFFFFF;
}

Call these 2 classes on your table or table row

Tequilaboy 08-03-2005 03:13 AM

Perty close, but I'm still getting black borders around each item, and i don't want em. Check the links above again to see what I'm talking about. Is there a big table behind everything (maybe in one of the php files) that I can change to get all this stuff grey? Most of these tables by default don't have bgcolors anyways..

Tequilaboy 08-07-2005 12:52 PM

Still haveing trouble finding where that black border is coming from.
It almost looks like the table has a cellspace perameter and should be changed to a cellpad to allow the bgcolor to cover the entire back of the cells, but i can't find any cellpad or cellspace on any of them.

Dongan 08-07-2005 09:27 PM

Hi,

I think you should look at skin1/dialog.tpl

Find do u have border="10/x" for a table in dialog.tpl. Set border="0" rather having anyother values.

Hope it could solve your problem.

Tequilaboy 08-08-2005 01:36 AM

messin with the dialog.tpl file i was able to get rid of most of the black borders in the product details except for the black space next to the "send to a friend" mod.

Didn't seem to have any effect on the borders in the catalog pages though.

Dongan 08-08-2005 04:17 AM

Hi,

Good to know you had some progress...

now,

skin1/customer/main/send_to_friend.tpl is the file that you should work around for..

Hope this also help to get rid of the blcak space...

Tequilaboy 08-08-2005 12:21 PM

set table width to 100% and looks good.

Still need some help with the catalog page and the bottom portion of the checkout with shipping info. Also editing profile information.

Dongan 08-08-2005 08:21 PM

Hi,

For managing profile, The files you should look at,

1) skin1/customer/main/register.tpl
2) skin1/main/register_contact_info.tpl
3) skin1/main/register_personal_info.tpl
4) skin1/main/register_shipping_address.tpl
5) skin1/main/register_billing_address.tpl
6) skin1/main/register_account.tpl
7) skin1/main/register_additional_info.tpl

The last 2 are least preferred.

For checkout page,

look at

skin1/customer/main/checkout.tpl

If you specify the more scenario with the testing username, will be glad to help you.


All times are GMT -8. The time now is 09:24 PM.

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