the product navigation

General ShopSite user discussion

the product navigation

Postby Praba » Mon Jul 16, 2007 2:38 am

hello::

We are using the gradient template. How to change the product navigation column on the left. Instead of having all the product page listed there in ascending order, we like to have two drop down list to let customer select to browse by brand or by category. we want the drop down menu display data from the database not manually key in the data. there is anyway to dolike that

thank you
Praba
 

Drop Down Menus

Postby ShopSite Lauren » Mon Jul 23, 2007 11:44 am

There is no built in way within ShopSite to create drop down menus to link to various pages. However, this is something that you can add to the template, or to one of the text fields within ShopSite (such as the Header). If you would like to create your own pull down menus, you can use the following URL, replacing the information with your page URLs and page names:

---------------------------------------------------
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>


<select name="select" onChange="MM_jumpMenu('parent',this,0)">
<option selected>--- Quick Menu ---</option>
<option value="url1.html">Page 1</option>
<option value="url2.html">Page 2</option>
<option value="url3.html">Page 3</option>
<option value="url4.html">Page 4</option>
</select>
---------------------------------------------------

- Lauren
ShopSite, Inc.
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to User Forum

Who is online

Users browsing this forum: No registered users and 67 guests

cron