...I want to remove the Previous/Next Navigation in _product listing_
I removed this code (below) from the product_info_display but the previous-next link on top still shows. I even edited the one in template_default, but it still didn't work.
<!--bof Prev/Next top position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 1 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next top position-->
EDIT: OOPS I see now I removed it from the Product Info page, I want to remove it from the product listing. Does anyone know how I can do that?






