View Single Post
  #463  
Old 03-06-2014, 02:35 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
1) Edit include/search.php

Replace...
Code:
$perPageValues[9999] = '9999';
With...
Code:
//$perPageValues[9999] = '9999';

2) Edit skin/reboot/customer/search_sort_by.tpl

Comment out this line...
Code:
<option value="" selected="selected">{$lng.lbl_sort_by}</option>

Thanks for the quick reply Phil. I tried what you mentioned & it didn't work. I'm not sure if you understood me.

I was referring to the category pages (products listed in grid view). There is a drop down menu "sort by" price, sku etc & number of products listed per page. These drop down menus are at the top and bottom of the category pages, and I want to remove these.

(using V2 Reboot on 4.6.2 on this site)
__________________
X-Cart Business 5.4.1.49
Reply With Quote