Jump to content

[SOLVED] How do I know if I'm page of products or categories?


Recommended Posts

You may want to consider the following code:

{if $page_name != 'product'}
// Code to show breadcrumb
{/if}

The difference between this and the one by parsifal is that this one will show breadcrumb on all other pages EXCEPT the product pages. So in that way, it shows on category, cart, etc

But if you want to show only in category pages and not show in products and other pages, then the earlier suggestion is good.

 

All the best!

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...