Jump to content

[Solved] How To Remove Some Things From Items Page?


Recommended Posts

Hello friends,

can you help me to make some modifications on items list page?

I want to remove these things:

 

1. "Quantity of items" in the current category.

2. "Items per page" selection

3. And some free space to compact the page.

 

Please check attached picture to understand me :)

 

Thank you!

 

Best regards,

Povilas

post-479878-0-75728900-1361645568_thumb.jpg

Edited by PovkaREAL (see edit history)
Link to comment
Share on other sites

Hi,

I'll assume you're on 1.5. Open category.tpl

 

1. line 40, remove this:

 

<div class="resumecat category-product-count">
{include file="$tpl_dir./category-count.tpl"}
</div>

2. Line 102 and 112, remove this:

{include file="./nbr-product-page.tpl"}

Additionaly, you may want to remove it from pagination.tpl (the whole block from line 97)

 

 

3. That depends on your theme, it's hard to tell where it comes from. Use firebug/chrome dev tools and inpect the elements to see the origin of that space

Edited by Nemo1 (see edit history)
  • Like 1
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...