Quote:
Originally Posted by Victor D
1) Logo is placed in the skin1/customer/head.tpl
just change href for the hyperlink from "home.php" to "/"
2) In skin1/customer/bread_crumbs.tpl replace the line
Code:
<a href="{$l.1|amp}" class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{$l.0|escape}</a>
with
Code:
<a href="{if $smarty.foreach.location.first}{$l.1|replace:"home.php":""}{else}{$l.1|amp}{/if}" class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{$l.0|escape}</a>
|
Thanks for the good info Victor. I am trying to do the same thing but with a slight twist. How would you go about linking your bread crumb to a site that is not domain.com/ but a domain separate from your cart itself or possibly linking to another page within the cart itself? t.i.a
chris