Jump to content

adding breadcrumbs


Guest jarmitage

Recommended Posts

Guest jarmitage

I have set up my store and everything seemd to work (ish) But I wasnt to add breadcrumbs to my product views so customers know where they are at all times.

I dont seem to have breadcrumbs in my template and was wondering about how I go about setting them up? Which files I need to alter and what code i need to add.

thanks

My url is as follows by the way:

http://www.slkids.co.uk

Link to comment
Share on other sites

The code you need is;

viewCat.tpl

<div id="BreadCrumb"><strong>{LANG_DIR_LOC}</strong> <a href="index.php" title="{LANG_HOME}"><img src="skins/{VAL_SKIN}/styleImages/icons/home.gif" alt="{LANG_HOME}" border="0" /></a>  {CURRENT_LOC}</div>




viewProd.tpl


<div id="BreadCrumb"><strong>{LANG_DIR_LOC}</strong> <a href="index.php" title="{LANG_HOME}"><img src="skins/{VAL_SKIN}/styleImages/icons/home.gif" alt="{LANG_HOME}" border="0" /></a>  {CURRENT_DIR}</div>

I assume you've not changed any php files (specifically viewcat.inc.php or viewprod.inc.php) to remove this feature.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...