Print Page | Close Window

Content Area falling down below footer

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=344
Printed Date: 23-November-2024 at 1:54pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Content Area falling down below footer
Posted By: jenjenreed
Subject: Content Area falling down below footer
Date Posted: 31-July-2006 at 1:04pm

Please take a look at my Product Cart website:

http://www.unrueweddingstock.com - http://www.unrueweddingstock.com

When someone adds a product to the cart, all the pages mess up and throw the content down under the footer. I am really new to asp and can not figure it out. Any help would be so appreciated.

Also, does anyone know how to have the page listing at the bottom highlight or underline what page number you are actually on?




Replies:
Posted By: MarkCoyle
Date Posted: 31-July-2006 at 1:48pm

What version of the software are you on?

If in v3, it looks to me like you might be calling the content in the pcLeft CSS area rather than the centre. 

It looks like you have substantially modified the ASP code or the way it is called - and that's your problem.  I would go back to the original software and follow it to see how it works.  It's hard to see what you've done.  I would keep a list of changes and versions at each stage so that you can 'rewind' back to a working previous version.

cheers

Mark

 



Posted By: jenjenreed
Date Posted: 31-July-2006 at 3:11pm

I have managed to correct this issue but I am having trouble using the "do not expand" code snippet for the side naviagation. I do not want the top level catagories to expand but when I download the code snippet it says to insert between < Begin Catagory Listing > and < End Catagory Listing >. Within the code of my header.asp I have:

<% ' START dynamic category navigation
  sdquery="SELECT idProduct FROM categories_products"
  set rs=conlayout.execute(sdquery)
  if not rs.eof then
 %>

 

and

 

<%
   end if
   set rs=nothing
   ' END dynamic category navigation
 %>

 

Is this where I am supposed to insert the code? The code that I downloaded starts with <html> and <head> which makes me believe that it should start at the top of the code not down within it. any help would be appreciated, I have way too many subgatagories for this expanded side nav.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net