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
Integrating AgoraCart with my design
Author Message
Reply with quote
Post Integrating AgoraCart with my design 
Here is the site I am trying to get the script to work with: http://www.smokinscents.com/update/index.php

The only link that is working correctly is the 14 K Belly Rings page located under the Catalog list. Now when you click this link it loads it, but the text is shown behind my site. How do I get it so when someone clicks on the 14K Belly Rings or any other category it loads it into the text area off to the right(where the body text is at on the index.php page)?

Any help would be great. Thanks!

View user's profile Send private message
Reply with quote
Post  
One of the 1st things I see is that you have info in the header file that should not be.
In particular:
Code:

<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- ImageReady Preload Script (index.psd) -->
<script type="text/javascript">
<!--

function newImage(arg) {
   if (document.images) {
      rslt = new Image();
      rslt.src = arg;
      return rslt;
   }
}

function changeImages() {
   if (document.images && (preloadFlag == true)) {
      for (var i=0; i<changeImages.arguments.length; i+=2) {
         document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
      }
   }
}

var preloadFlag = false;
function preloadImages() {
   if (document.images) {
      template_order_info_over = newImage("images/template_order-info-over.gif");
      template_whats_new_over = newImage("images/template_whats-new-over.gif");
      template_about_us_over = newImage("images/template_about-us-over.gif");
      template_newsletter_over = newImage("images/template_newsletter-over.gif");
      template_contact_over = newImage("images/template_contact-over.gif");
      template_Home_copy_over = newImage("images/template_Home-copy-over.gif");
      preloadFlag = true;
   }
}

// -->
</script>
<!-- End Preload Script -->

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
body,td,th {
   color: #AEDD29;
}
a:link {
   color: #AEDD29;
}
a:visited {
   color: #AEDD29;
}
a:active {
   color: #AEDD29;
}
a:hover {
   color: #FFB200;
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preloadImages();">

AND
Code:

</body>
</html>

For proper placement of these items, please review the following thread:
http://www.agoraguide.com/faq/viewtopic.php?t=1156

Another thing... you are using absolute positioning, which can be a problem, because the text does not display correctly with the dynamically built pages.

I am not seeing your menu.html php include, either. Perhaps it is because it's location is not defined properly. Or, it is because AgoraCart doesn't really like php, (rather .cgi scripts don't play well with php).

The following line has the inline css crammed together:
<span style="width:175px;vertical-align:top;">

Should be more like:
<span style="width:175px; vertical-align:top;">

There may be more, but these are the things that jump out at me.

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