ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Content Area falling down below footer
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Content Area falling down below footer

 Post Reply Post Reply
Author
Message
jenjenreed View Drop Down
Newbie
Newbie


Joined: 31-July-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jenjenreed Quote  Post ReplyReply Direct Link To This Post Topic: Content Area falling down below footer
    Posted: 31-July-2006 at 1:04pm

Please take a look at my Product Cart website:

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?

Back to Top
MarkCoyle View Drop Down
Senior Member
Senior Member


Joined: 06-June-2006
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote MarkCoyle Quote  Post ReplyReply Direct Link To This Post 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

 

Back to Top
jenjenreed View Drop Down
Newbie
Newbie


Joined: 31-July-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jenjenreed Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.