
Originally Posted by
kobra
If there is a switch I can not find it right now but ###### this to your stylesheet.css
Code:
#sorter {
display: none;
}
I appreciate the neat tip.
I initially did an override by going into tpl_featured_products_default.php and removing the following lines. It did the trick, but I didn't know if it was a good idea to override my template.
PHP Code:
<?php
/**
* require code to display the list-display-order dropdown
*/
require($template->get_template_dir('/tpl_modules_listing_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_listing_display_order.php');
?>

Originally Posted by
rstevenson
admin/Configuration/Product Listing...
set Include Product Listing Alpha Sorter Dropdown to false
Not sure if this works for featured and new product listings.
Rob
Rob,
I had tried that but it only removed the dropdown menu from my category listing and not from "New Products" and "Featured Products". Thanks anyway.
Susan