Jump to content

Search the Community

Showing results for tags 'breadcrumbs'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 1 result

  1. Hi, i am using this code below {if isset($SECTION_NAME) && ($SECTION_NAME == "home")} {else} <div id="breadcrumb"> <ul> <li><a href="{$STORE_URL}">{$LANG.common.home}</a></li> {foreach from=$CRUMBS item=crumb} <li><a href="{$crumb.url}">{$crumb.title}</a></li> {/foreach} </ul> </div> {/if} which is an if/else statement to basically not show a breadcrumb is its the homepage, only trouble is - when you go through to the basket, confirm pages to purchase ect I just end up with 'Home' being displayed. What I'd like to be able to do is not show it (like on homepage) when the user is going through the basket/checkout process. Any way I can complete this, maybe add template names to the if statement? Geoff
×
×
  • Create New...