hlfunk
June 3rd, 2003, 06:32 PM
From the products page and the category page there is no link back to the store's home page. This can be added by editing the file crumb_navigation.php. Alter the line that begins with
$product_catalog_link =
to
$product_catalog_link = "<a class='bread_crumb_link' href='http://url_to_store_home_page'>Home Page Name</a> $sep <a class='bread_crumb_link' href='$SESSION[www_cart_page]?action=show_cats_detail'>Product Catalog</a>";
If this posting belongs in another place, please move it.
Howard
$product_catalog_link =
to
$product_catalog_link = "<a class='bread_crumb_link' href='http://url_to_store_home_page'>Home Page Name</a> $sep <a class='bread_crumb_link' href='$SESSION[www_cart_page]?action=show_cats_detail'>Product Catalog</a>";
If this posting belongs in another place, please move it.
Howard