News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[SOLVED] How to remove Sort By?

Started by Nocktis, October 11, 2011, 19:24:37 PM

Previous topic - Next topic

Nocktis

Hello everyone, I'm looking for a way to remove the "Sort By" and "Manufacturer" drop downs at the top of a category.  My shopping cart will not be taking advantage of these features to it makes no sense for them to be displayed.  Thanks for any info!

PRO

<div class="width70 floatleft">
         <?php echo $this->orderByList; ?>
      </div>

views/category/default.php

MAKE sure to either use a template override. OR use a different file than default.php



Nocktis

Man I must have looked at that file 20 times.  Not sure how I missed that!  Hah!  Thanks! :D

drizzt99

Hi,
How do I remove ONLY the manufacturer and leave the sort by?

spyderwoman

I also need to only remove manufacturer...

johnnyboy_31

Quote from: BanquetTables.pro on October 11, 2011, 19:37:56 PM
<div class="width70 floatleft">
         <?php echo $this->orderByList; ?>
      </div>

views/category/default.php

MAKE sure to either use a template override. OR use a different file than default.php

Hi, is this the only way to remove "sort by"? 

I am not used to hacking in php

Thanks,

John

BASiK

http://forum.virtuemart.net/index.php?topic=92840.0

This is how to remove only the manufacturer  [for future reference for others who visit this page like me]