Try one modification at a time and test thoroughly before trying the next...
\includes\templates\custom\templates\tpl_modules_products_all_listing.php
PHP Code:
$soldoutimage = ($products_all->fields['products_quantity'] > 0) ? '' : '<div class="sold_out_on_image"><a href="'
.zen_href_link(zen_get_info_page($products_all->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($products_all->fields['master_categories_id']) . '&products_id=' . $products_all->fields['products_id']). '"><img src="http://www.dystynction.com/includes/templates/freetemplate2/images/button_sold_out_sm_mine.gif"></a></div>';
\includes\templates\custom\templates\tpl_modules_products_new_listing.php
PHP Code:
$soldoutimage = ($products_new->fields['products_quantity'] > 0) ? '' : '<div class="sold_out_on_image"><a href="'
. zen_href_link(zen_get_info_page($products_new->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($products_new->fields['master_categories_id']) . '&products_id=' . $products_new->fields['products_id']) . '"><img src="http://www.dystynction.com/includes/templates/freetemplate2/images/button_sold_out_sm_mine.gif"></a></div>';