
RE: dan i have done as you said but...
hell-o
good job! loading faster.
well, it does look like a first time design job. don't worry about that though. you're going to be doing makeovers and changin stuff for a long time to come anyways. just get all your products in and navigation easy to follow and make sure everything works. then you can look at improvements in layout and design. just be sure to keep a copy of this site. 5 years from now when you know lots more you're gonna love it! heck, you should see my first website. looked like lousy but instinctively i knew navigation was important and did quite well in that aspect.
in the store manager>main agoracart store settings, for path to images change to:
html/images
if that is where your product images are. what that is, is kind of a shortcut for acgoracart to know they're in the store/html/images folder. the store code will fill in the rest of the stuff. because your store is in the cgi-bin you can't host your images there and link directly to them. you need agoracart features to render images and html that are hosted in the cgi-bin. you can change the path so your product images are in
html/product_images
but that can come later too. just use the default features for now.
i mentioned that your cart_footer.inc maybe corrupted or your gateway html page. could be the store footer.inc because you have this in the footer:
<table width="800" border="0" cellpadding="5" cellspacing="0" bgcolor="#000000">
<tr>
<th width="143" align="left" valign="top" scope="col"> </th>
<th width="637" align="left" valign="top" scope="col"><div align="center">
<h3><span class="style1"><font color="#00FF00">THE GREEN THUMB (WWW.GTHYDRO.COM)</span></h3>
<h4><span class="style1">CREATED BY <a href="mailto:GLENMRICHARDS@AOL.COM">GLEN M RICHARDS</font></a></span></h4>
</div></th>
</tr>
</table>
</form>
</TD></TR><tr><td colspan=3 valign=top>
<table width="800" border="0" cellpadding="5" cellspacing="0" bgcolor="#000000">
<tr>
<th width="143" align="left" valign="top" scope="col"> </th>
<th width="637" align="left" valign="top" scope="col"><div align="center">
<h3><span class="style1"><font color="#00FF00">THE GREEN THUMB (WWW.GTHYDRO.COM)</span></h3>
<h4><span class="style1">CREATED BY <a href="mailto:GLENMRICHARDS@AOL.COM">GLEN M RICHARDS</font></a></span></h4>
</div></th>
</tr>
</table>
i've never seen tables without cells before but seems to render ok. LOL
but the trouble is there appears to be unclosed tables opened prior to the store_footer.inc section. these tables should be closed either before the store footer or in the store footer depending on the layout.
btw, which gateway do you have selected for your payment gateway?
the address in the address bar that has dc1 should be the view cart page. there should be buttons for editing qty and continue shopping and check out and stuff. nothing renders. either you took them out or the unbalanced tables aren't showing their contents. if you didn't edit the cart_footer.inc then you need to paste your store_header.inc and your store footer.inc into a single file (header at the top and footer at the bottom

) ). now check that your tables are opened and closed in the appropriate fashion.
sometimes if tables are messed up the browser will drop all content it can't make sense of. since the contents are missing for whatever reason i can't see it therefore i can't advise. you are most likely looking at the header/footer problem.
regards,
dan