View Single Post
  #461  
Old 03-06-2014, 04:00 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I would like to comment out the "sort by" and "view all" options on the product grid page. Can you please point me in the right direction?

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>
__________________
xcartmods.co.uk
Reply With Quote