Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Removing Product name from Breadcrumb

    Hi , As my site has long product names , it tends to wrap on the breadcrumb bar , when viewing in smaller screen res , is there a way to only have categories in the breadcrumb bar ?

    THanks
    Various Zen cart sites !

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Removing Product name from Breadcrumb

    May be the topic below has the info you want.
    Remove product from Bread Crumb Trail

    .
    A New Starter again

  3. #3
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Removing Product name from Breadcrumb

    Thanks for that : For info :

    Re: Remove product from Bread Crumb Trail
    Magicpants is looking for this:

    In init_add_crumbs.php, comment out the following code:

    Quote:
    /**
    * add the products model to the breadcrumb trail
    */
    if (isset($_GET['products_id'])) {
    $productname_query = "select products_name
    from " . TABLE_PRODUCTS_DESCRIPTION . "
    where products_id = '" . (int)$_GET['products_id'] . "'
    and language_id = '" . $_SESSION['languages_id'] . "'";

    $productname = $db->Execute($productname_query);

    if ($productname->RecordCount() > 0) {
    $breadcrumb->add($productname->fields['products_name'], zen_href_link(zen_get_info_page($_GET['products_id']), 'cPath=' . $cPath . '&products_id=' . $_GET['products_id']));
    }
    }
    Various Zen cart sites !

 

 

Similar Threads

  1. Removing Category name from Product Listing
    By tcschmit in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 24 Jan 2011, 05:34 PM
  2. Removing price and product name from Featured Products
    By jackalneo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Dec 2010, 06:32 AM
  3. removing product from breadcrumb
    By bottyz in forum General Questions
    Replies: 0
    Last Post: 26 Apr 2010, 10:14 PM
  4. Page Header Differnet from Breadcrumb/Category name
    By keithck73 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Feb 2009, 06:46 PM
  5. Removing product name from the index listing?
    By credible in forum General Questions
    Replies: 14
    Last Post: 29 Nov 2007, 04:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR