Jump to content

How to remove ok and items perpage from pagination.tpl?


Recommended Posts

I want to include "previous 1 2 3 4 next" link on sortpagibar

post-547408-0-66081100-1376876785_thumb.jpg

I tried by include pagination.tpl in new-products.tpl

post-547408-0-07604600-1376875599_thumb.png the outcome is the div is overlap and double expose the view by grid icon

I have to create another template file or fix with my css?

 

my new-products.tpl code

{capture name=path}{l s='New products'}{/capture}

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

<h1>{l s='New products'}</h1>

{if $products}

<div class="sortpagibar bordercolor clearfix">

{include file="./product-sort.tpl"}

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

{include file="./pagination.tpl"}

</div>

 

{include file="./product-list.tpl" products=$products}

<div class="clearblock"></div>

<div class="bottom_pagination clearfix">

{include file="./product-compare.tpl"}

{include file="./pagination.tpl"}

</div>

{else}

<p class="warning">{l s='No new products.'}</p>

{/if}

 

http://grandcoralaus...ts#.UhF6EmTo7d4

prestashop version 1.5.4.1

post-547408-0-34365900-1376876471_thumb.png

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