breadcrumb navigation

Request and discuss enhancements to ShopSite

breadcrumb navigation

Postby stilfx » Wed Jan 10, 2007 8:51 am

Request: An easy way to implement a breadcrumb navigation.
stilfx
 
Posts: 42
Joined: Wed Dec 13, 2006 7:56 pm

Postby zunamee » Thu Jan 18, 2007 11:02 am

I have been using ShopSite since 1999 and the biggest problem for me has always been the lack of navigation/hierarchy.

I would love to see a system where you can specify a hierarchy of levels i.e.

Top Level - i.e Clothes
Second Level - i.e. Mens
Third Level - i.e. Trousers
Fourth Level - Product

I currently use Stone Ecom Assembler to have this function and if it could be implemented in ShopSite I could avoid having to build then FTP pages etc.

If this can already be done please could someone tell me.

Thanks.
zunamee
 
Posts: 3
Joined: Thu Jan 18, 2007 10:34 am

I agree

Postby bakerman » Fri Feb 23, 2007 1:06 pm

I second that enhancement request. Most websites have something like that.
bakerman
 
Posts: 68
Joined: Fri Feb 23, 2007 1:02 pm
Location: Ohio

Postby elsparkodiablo » Mon May 14, 2007 5:46 am

I wrote up a detailed request paper and sent this to Shopsite in 2006. I'm suprised it hasn't been implemented yet.
elsparkodiablo
 
Posts: 32
Joined: Sat May 05, 2007 9:17 pm

Postby Allan » Mon May 14, 2007 7:15 am

We have used shopsite since '98 and agree the navigation is limited. So we developed modules for use in custom templates that have bread crumbs and a easy to manage drop down menu system. Check out a few of our sites ...
http://www.bestdye.com
http://www.romanoff.com
http://www.sagewomanherbs.com

we can build templates or install the code in exisitning templates if desired.

Al
http://pagecafe.com/
Allan
 
Posts: 12
Joined: Mon Apr 16, 2007 8:44 am

Also want breadcrumbs

Postby Gary » Mon May 21, 2007 3:11 pm

Our sites would benefit from a breadcrumb system similar to many sites I see today.

Thanks

Gary
Freebears.com
Gary
 
Posts: 19
Joined: Fri Aug 04, 2006 5:46 pm
Location: Oregon

Postby psldesigns » Sun Oct 28, 2007 3:34 pm

Would love to see this option. I am a web designer and have three sites asking for this specific thing. It would really enhance their stores.
psldesigns
 
Posts: 116
Joined: Wed Aug 16, 2006 7:06 pm
Location: Michigan

Postby royhink » Wed Jan 23, 2008 11:38 am

I put in a simple breadcrumb system at one of my sites www.bestcountryreports.com that uses a page.field and two product.fields to build breadcrumbs.

The Category Page Looks like:
Code: Select all
<!-- breadcrumbs -->
            <a class="dir4" href="index.html">HOME</a>
            <span class="dir5"> &nbsp;>>
&nbsp;[-- PAGE.Name Remove_HTML --]</span>


and the Product Page looks like:
Code: Select all
<!-- breadcrumbs -->
   <a class="dir4" href="index.html">HOME</a> >>
            <a class="dir4" href="[-- PRODUCT.Field7 --]_Country_Reports.html">
          [-- PRODUCT.Field8 --] Country Reports</a> >>
            <span class="dir5">[-- PRODUCT.name REMOVE_HTML --]</span>


It takes two product fields, but it does the job.

Roy
royhink
 
Posts: 104
Joined: Fri Jul 20, 2007 10:04 am
Location: Petaluma, CA


Return to Enhancement Requests

Who is online

Users browsing this forum: No registered users and 16 guests