ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Direct Link to Brands - PLEASE
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Direct Link to Brands - PLEASE

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


Joined: 23-November-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote blackdesk Quote  Post ReplyReply Direct Link To This Post Topic: Direct Link to Brands - PLEASE
    Posted: 20-July-2006 at 2:58am
hi friends -

wondering if anyone can give me a direct link to brands to use in my now-
fixed dropdown jump menus. i tried copying the code direct from the
address bar, but to no avail... works with categories, but not brands

THANK YOU ! ! !

http://www.giftsofnaturethestore.com/productcart/pc

try 'shop by manufacturer' and select 'naturopatch'
to see the problem
Back to Top
ComputerJack View Drop Down
Newbie
Newbie
Avatar

Joined: 28-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ComputerJack Quote  Post ReplyReply Direct Link To This Post Posted: 20-July-2006 at 8:50am
You are missing a close brace in your javascript.

It ends on line 73 of the rendered page...I see the following:

var bV=parseInt(navigator.appVersion);

NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4))?true:false;
hasDOM=(document.getElementById) ? true : false;

if (NS4) {
     with (document) {
           write('<table border="0" cellspacing="0" cellpadding="0">');
           write('<tr><td><img src="images/spacer.gif" width="1" height="104"></td></tr></table>');
     }


But the } from the if statement isn't there. Try adding that in.
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.