Hmm... Interesting... I made the changes on a fresh page but still not seeings those add to cart buttons.
Here is where I'm editing: Around line 206
if (($how_many > 0 and $show_submit == true and $listing_split->number_of_rows > 0) and (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 1 or PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 1) ) {
$show_top_submit_button = true;
} else {
$show_top_submit_button = true;
}
if (($how_many > 0 and $show_submit == true and $listing_split->number_of_rows > 0) and (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART >= 1) ) {
$show_bottom_submit_button = true;
} else {
$show_bottom_submit_button = true;
}



