View Single Post
  #449  
Old 11-14-2012, 07:06 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Also i'd like to move the pagination items from the top of the product pages to the bottom, being at the top just doesnt make sense unless its at the bottom too.

I have found the actual pagination bit in navigation_masonry.tpl but can't find where this is called from so I can move it tot he bottom or at least copy it to the bottom of the page.

skin/ability/customer/main/search_result.tpl

After...

Code:
{include file="customer/main/navigation_masonry.tpl"} {include file="customer/main/products.tpl"}

Also, in skin/ability/customer/main/subcategories.tpl

After...

Code:
{include file="customer/main/navigation_masonry.tpl"} {include file="customer/main/products.tpl" products=$cat_products}

Insert...

Code:
{include file="customer/main/navigation_masonry.tpl"}
__________________
xcartmods.co.uk
Reply With Quote