View Single Post
  #2  
Old 03-16-2011, 05:15 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Move the "per page" box

You should add e.g. the following code:
Code:
{if $per_page eq "Y" and $total_items gte $per_page_values.0} {include file="customer/main/per_page.tpl"} {/if}
to the "skin/common_files/customer/search_sort_by.tpl" template.

And comment out the per_page.tpl reference in the "skin/common_files/customer/main/navigation.tpl" template:
Code:
{*include file="customer/main/per_page.tpl"*}
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote