Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

 

 

Just came across a website with some extended breadcrumb navigation, it looks like

 

< Previous | Home > Category 1 > Subcategory 1.1 [>Product Name]

 

Where Previous has this javascript behind it.

<a href="#" onclick="history.go(-1); return false;">Previous</a>

 

I personally liked it, and wonder if this is a good idea thinking about the different touch devices,

or should we not give up screen real estate for basic browser behaviour ?

 

Your ideas ?

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

When I am on another site, the only time I look up to the breadcrumb is to see where i am in the site structure. If I want to go back i just tap the browser's back button. So personally I would not look to implement something like this.

Link to comment
Share on other sites

Kind of neat but like Ashley...I wouldn't look for it either, I would just hit the browser back button...I usually remember where to find that.  (w00t)

 

Dan

Link to comment
Share on other sites

(thinking out loud ...)

 

If I've done a Google search for product X, and have followed a link to a site (your store, for instance), and I read your description of said product X. Lets say that I now want to see what other products YOU have, similar to product X, within this category. I will often look at the breadcrumb, and click on the next level up.

 

How would the above changes to the breadcrumb affect my experience on your site?

 

Malcolm

Link to comment
Share on other sites

I would only add this previous link if there was actually a previous page on my site, not if coming straight from google or elsewhere.

 

As for the next level up, that would not change

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...