The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Customizing Page Product Inc's
Author Message
Reply with quote
Post Customizing Page Product Inc's 
I have been semi-successful custmizing the pages on my site but i keep on getting the background graphic to show thru some tables, even though i have set the tables to certain colors. I want the color that I choose for the table or for the page to be consistent....any suggestion

Please check out the site so you can have a better understanding:

http://www.shirakcosmetics.com/cgi-bin/ecommerce/ac/agora.cgi

- this is the shopping cart for this site, as you can see bg graphic and white in the tables are fine.

Click on any of the products , you'll notice a slight spacing revealing the bgd gif, leaving small lines, is their any way to removed this on the listing of products, when viewing the cart and when checking out? I can't seem to edit in the exact right place so that its all white where it needs to be.


_________________
The one thing I do know, is that, I don't know everything.
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post RE: Customizing Page Product Inc's 
hell-o
try keeping your table cells tighter for example:

<td> this is here
</td>

can and will render cells with undesireable results.

edit them to one complete line eliminating any unnecessary spaces and close the cell without a space or a return:

<td>this is here</td>

regards,
dan

Reply with quote
Post  
You need to set the background color of your whole table to the color you want and not just the row background color or cell background color. I had the same thing happening on my site. I hope my memory serves me right in that this is the only thing I had to change:


In the /admin_files/agora_user_lib.pl file there is a section where
you can change the colors that looks like this:

$layout_store_cart_table_border = "1";
$layout_store_cart_table_cellpadding = "4";
$layout_store_cart_table_cellspacing = "0";
$layout_store_cart_table_bgcolor = "#DBDCEF";
$cart_table_def = 'BORDER=1 CELLPADDING=4 CELLSPACING=0
BGCOLOR="#DBDCEF"';
$layout_store_cart_table_header_bgcolor = "#AFB1DB";
$cart_heading_def = 'BGCOLOR="#AFB1DB"';
$layout_store_order_table_border = "0";
$layout_store_order_table_cellpadding = "2";
$layout_store_order_table_cellspacing = "0";
$layout_store_order_table_bgcolor = "#DBDCEF";
$order_table_def = 'BORDER=0 CELLPADDING=2 CELLSPACING=0
BGCOLOR="#DBDCEF"';
$layout_store_order_table_header_bgcolor = "#AFB1DB";
$order_heading_def = 'align=center colspan=2 BGCOLOR="#AFB1DB"';


_________________
Carol aka SouperMom
http://www.soupermom.com
View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum