mbp Posted October 30, 2011 Share Posted October 30, 2011 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? Link to comment Share on other sites More sharing options...
vinaym Posted October 31, 2011 Share Posted October 31, 2011 Hi mbp, you have searched only a bit, if you have searched gbs, you might have got your answers. 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 More sharing options...
mbp Posted October 31, 2011 Author Share Posted October 31, 2011 Hi mbp, you have searched only a bit, if you have searched gbs, you might have got your answers. 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 More sharing options...
vinaym Posted November 1, 2011 Share Posted November 1, 2011 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 More sharing options...
mbp Posted November 2, 2011 Author Share Posted November 2, 2011 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 More sharing options...
mbp Posted November 3, 2011 Author Share Posted November 3, 2011 FIXED, had some smarty issues =) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now