Jump to content

Remove bredcrumb?


mbp

Recommended Posts

Hello!

 

I have searched a bit but can not find a solution to my questions.

 

1 How to remove permanent Breadcrumbs from all sides?

 

2 Can I delete "it is14 products in this category?

 

3 How to remove "sort-by" field

 

4 Can you get all products to appear automatically on each page?

post-297078-0-15736100-1319973104_thumb.jpg

Link to comment
Share on other sites

Hi mbp,

you have searched only a bit, if you have searched gbs, you might have got your answers. :rolleyes:

 

here are the answers:

 

 

First question, this is displayed by including a breadcrumb file (breadcrumb.tpl) in your other template files, if you dont include that file, you will not get the breadcrumb.

 

Sort by and total products on page are shown by pagination so look out for pagination.tpl, same case applies here also.

 

last question, Yes, i can do this by increasing the number of products on per page, can be done by bo.

Link to comment
Share on other sites

Hi mbp,

you have searched only a bit, if you have searched gbs, you might have got your answers. :rolleyes:

 

here are the answers:

 

 

First question, this is displayed by including a breadcrumb file (breadcrumb.tpl) in your other template files, if you dont include that file, you will not get the breadcrumb.

 

Sort by and total products on page are shown by pagination so look out for pagination.tpl, same case applies here also.

 

last question, Yes, i can do this by increasing the number of products on per page, can be done by bo.

 

i dont understand how to exclude the breadcrumb.tpl? if i delete it the pages crash?

Link to comment
Share on other sites

surely they will,

to do this, you can just comment out the include line

for eg. in category.tpl on line 27 if you change the following line

{include file="$tpl_dir./breadcrumb.tpl"}

to

{* include file="$tpl_dir./breadcrumb.tpl" *}

 

this will not include and therefore will not display the contents of breadcrumb.tpl

 

hope it helped.

Link to comment
Share on other sites

surely they will,

to do this, you can just comment out the include line

for eg. in category.tpl on line 27 if you change the following line

{include file="$tpl_dir./breadcrumb.tpl"}

to

{* include file="$tpl_dir./breadcrumb.tpl" *}

 

this will not include and therefore will not display the contents of breadcrumb.tpl

 

hope it helped.

 

i change the line 27 to {* include file="$tpl_dir./breadcrumb.tpl" *} and it still don't work :S any ideas?

Link to comment
Share on other sites

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...