View Single Post
  #2  
Old 10-28-2008, 05:48 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Breadcrumb question

Does the "home.html" page have products and any categories listed? If not, it doesn't make much sense, as it is the same as having the customer go to the default x-cart "enter store"(index.html) page.

To answer your question....
in skin1/location.tpl
find

{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if}

and change it to read

{if $location[position].1 ne "" }{if $location[position].0 ne $config.Company.company_name}<a href="{$location[position].1}" class="NavigationPath">{else}<a href="YOUR HOME.HTML" class="NavigationPath">
{/if}{/if}

Changing "YOUR HOME.HTML" to the url of the html page you want. Please note I have not tested this, but it should work.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote