Presta1.5.4.1Newbies Posted August 19, 2013 Share Posted August 19, 2013 I want to include "previous 1 2 3 4 next" link on sortpagibar I tried by include pagination.tpl in new-products.tpl 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 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