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"}