Yes there are several that are used in the tpl_modules_product_listing.php or called from...but I think that what you prefer is laid out in tpl_products_new_default.php
And this calls:
Code:
require($template->get_template_dir('/tpl_modules_listing_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_listing_display_order.php'); ?>
and
require($template->get_template_dir('/tpl_modules_products_new_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_new_listing.php'); ?>
And yes, do not feel bad as I also have issues with php!!(or it with me) It is not an intuitive language