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
Centering cart contents?
Author Message
Reply with quote
Post Centering cart contents? 
Hi, I'm very new to agoracart (I just started messing around with it a few days ago). I have managed to incorporate it fairly well, I think, into a site I've been designing, despite my utter lack of HTML knowledge. Everything looks okay now except for the cart contents. They are all off to the left, while the header and footer are both centered. How do I center the cart contents?

Also, this is off the subject, but how do I make the quantity to 'add to cart' 1 by default. Right now, you have to input '1' yourself, but that's kind of weird.

And one more thing (this is it, I swear), how do I change the appearance of the checkout table (where you put your address info and whatnot)? It's an odd color, and doesn't match my site at all.

Thanks

Goro

this is the site link:

http://www.custombuiltconcessions.com/index.html

View user's profile Send private message Visit poster's website
Reply with quote
Post  
Goro,
First thing... You have info in the header file that needs to be removed.
Namely:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Custom Built Concessions - Power Inverters and Accessories</title>
<style type="text/css">
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration:none}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration:none}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration:none}
.itemlinks a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; text-decoration:none}
.itemlinks a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; text-decoration:none}
.itemlinks a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; text-decoration:underline}
.cartbuttons a:link { color: #FFFFFF; text-decoration:none}
.cartbuttons a:visited { color: #FFFFFF; text-decoration:none}
.cartbuttons a:hover { color: #FFFFFF; text-decoration:none}
<!--
.Links {
   color: #999999;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.bodytext {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
body {
   background-color: #000000;
}
.prices {color: #FF0000}
.subtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #999999; }
.menulinkwhite {color: #FFFFFF}
.style2 {color: #999999}
-->
</style>
</head>

<body>


For proper placement of this info please review the following threads:
http://www.agoraguide.com/faq/viewtopic.php?t=1156
http://www.agoraguide.com/faq/viewtopic.php?t=358

The html code is kinda messed up in the header and footer files...
Try this in your files:
In the store_header.inc:
Code:
<!-- BEGIN STORE HEADER -->

<table width="652" border="1" align="center" cellpadding="0" cellspacing="2" bgcolor="#FFFFFF">
  <tr>
    <td align="center">
      <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/grey.jpg">
         <tr>
            <td><a href="index.html"><img src="images/logo3.gif" alt="Custom Built Concessions" width="334" height="170" border="0"></a>
         </td>
            <td><img src="images/YumYumTruck2.jpg" alt="Ice Cream Truck" width="318" height="170">
         </td>
         </tr>
      </table>
   </td>
  </tr>
  <tr>
    <td class="Links"><img src="images/whiteline.jpg" width="645" height="2"></td>
  </tr>
  <tr>
    <td height="21" background="images/grey.jpg">
      <table width="99%" border="0" align="center" cellpadding="5" cellspacing="0">
          <tr>
             <td><div align="center" class="Links"><a href="new.html">New Items</a> | <span class="menulinkwhite"><a href="power.html" class="menulinkwhite">Power Inverters</a></span> | <span class="menulinkwhite"><a href="music.html">Music Boxes</a></span> | <span class="Links"><a href="accessories.html">Accessories</a></span> | <a href="trucks4sale.html">Trucks 4 Sale</a><br><a href="icbb.html">IC Biz Book</a> |  <a href="win.html">Win a Music Box</a> |<a href="contact.html"> Contact Us</a></div></td>
           </tr>
        </table>
   </td>
  </tr>
  <tr>
    <td align="center">

<!-- END STORE HEADER -->


In your store_footer.inc:
Code:
<!-- BEGIN STORE FOOTER -->
   </td>
  </tr>
</table>
<p align="center" class="subtext"><br>
  All Names, Pictures, Logos, Images And Or Representations are Registered Trademarks of their Respective Owners<br>
  Popsicle&trade; Good Humor&trade; Klondike&trade;<br>
  <br>
&copy;2006 CustomBuiltConcessions.com. All Rights Reserved.<br>
<br>
Site Design by <a href="http://www.gorotron.com">Gorotron Design Co.</a></p>
<p align="center" >&nbsp;</p>
<!-- END STORE FOOTER -->


For info on how I did this, please review the following thread:
http://www.agoraguide.com/faq/viewtopic.php?t=1310

HTH!

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Thanks for the html help! My new PC laptop just arrived in the mail. Didn't realize how screwed up the page looked (it looked okay on my Mac). One other question for you, since I've figured out the other ones-- how do I edit the second page in the checkout process? I found the first one in the forms folder (i'm using linkpoint for this site), but can't seem to figure out where the confirmation page is. Thx!

View user's profile Send private message Visit poster's website
Reply with quote
Post  
It's a dynamically built page that is created by the Linkpoint-order_lib.pl file, in the library directroy of the store.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
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