breadcrumb navigation

General ShopSite user discussion

breadcrumb navigation

Postby Don Lundell » Tue Feb 14, 2006 4:24 pm

And a related navigation question:

Here's an example store page that provides breadcrumb navigation.

http://www.wle.com/products/VTC02D.html

Can anyone tell me if this is likely done with orderanywhere links
(or custom generated pages from a product database download) ?

Thanks,

- dc
Don Lundell
 

Re: breadcrumb navigation

Postby jim » Tue Feb 14, 2006 8:18 pm

This is done on a custom template. View the source of the page and near
the top you will see the line

<meta name="generator" content="ShopSite Pro 8.0.1 (data - 2005product)">

indicating that the page was generated by ShopSite using a template in
the data directory called 2005product

The bread crumb is probably built using the custom product fields 1-5
but you can't tell this from the page source.

Jim

Don Lundell wrote:
And a related navigation question:

Here's an example store page that provides breadcrumb navigation.

http://www.wle.com/products/VTC02D.html

Can anyone tell me if this is likely done with orderanywhere links
(or custom generated pages from a product database download) ?

Thanks,

- dc
jim
 

Re: breadcrumb navigation

Postby Brandon Eley » Wed Feb 15, 2006 1:50 pm

We've done this several times using page/product templates. We usually
did it using the extra page and product fields, but you could also just
create different product templates or pull from a database based on
criteria.

Brandon Eley
*********************
EleyTech Web Development
207 N. Lewis Street, Suite E
LaGrange, Georgia 30240
*********************
brandon@eleytech.com
www.eleytech.com
Phone: (706) 883-7078
Mobile: (706) 668-0174
Toll-Free: 1-800-682-2550

jim wrote:
This is done on a custom template. View the source of the page and near
the top you will see the line

meta name="generator" content="ShopSite Pro 8.0.1 (data - 2005product)"

indicating that the page was generated by ShopSite using a template in
the data directory called 2005product

The bread crumb is probably built using the custom product fields 1-5
but you can't tell this from the page source.

Jim

Don Lundell wrote:


And a related navigation question:

Here's an example store page that provides breadcrumb navigation.

http://www.wle.com/products/VTC02D.html

Can anyone tell me if this is likely done with orderanywhere links
(or custom generated pages from a product database download) ?

Thanks,

- dc
Brandon Eley
 

Postby stilfx » Mon Jan 08, 2007 12:50 pm

Can anyone show me an example of how I would work this into a custom product template?

home > product category > product sub-category > product
stilfx
 
Posts: 42
Joined: Wed Dec 13, 2006 7:56 pm

Following Up

Postby mfq » Tue Feb 27, 2007 1:26 pm

I'm trying to do this, and I am adding the breadcrumb to ProductField1.

The part that I don't get is how to display ProductField1. The help files only mention the [-- STORE.ProductField1 --] command, but that displays the Field Display Name of ProductField1, not the contents of ProductField1 as specified on the product page.

I tried [-- PRODUCT.ProductField1 --] but that displayed no data.

I am pretty confident that the layout is working properly, as I did this in a bastardized way by placing the breadcrumb into the More Information Meta Keywords field and inserting
[-- PRODUCT.MoreInformationMetaKeywords --] into the template. It works fine that way.

So I think all I need to know is how to call the data in ProductField1 for the specific product from within my product template.
mfq
 
Posts: 5
Joined: Tue Feb 27, 2007 12:52 pm

Postby loren_d_c » Tue Feb 27, 2007 2:44 pm

Try [-- PRODUCT.Field1 --] to get the contents of the extra product field 1.

-Loren
loren_d_c
 
Posts: 2572
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere

It worked!

Postby mfq » Tue Feb 27, 2007 2:49 pm

Yep, that's just what I needed.

That might be a nice thing to have in the help files :wink:

For anyone interested in adding breadcrumbs, this is a pretty easy way. You can generate the data for that field with your database or using the CONCATENATE function in MS Excel quite easily.

I like that it lets me have multiple breadcrumbs this way as well. I used the following to allow up to three different breadcrumbs to each product:

[--IF PRODUCT.Field1 --]
<br>[-- PRODUCT.Field1 --]
[--END_IF--]
[--IF PRODUCT.Field2 --]
<br>[-- PRODUCT.Field2 --]
[--END_IF--]
[--IF PRODUCT.Field3 --]
<br>[-- PRODUCT.Field3 --]
[--END_IF--]
mfq
 
Posts: 5
Joined: Tue Feb 27, 2007 12:52 pm


Return to User Forum

Who is online

Users browsing this forum: No registered users and 76 guests