Craig,
That is a tricky situation.
You are asking the program to output two seperate listing types, when it is only coded for one pass. The locator will only scan the database once and pull all the results together.
Now, there is a possibility to separate these searches. Such as: Show only Web dealers OR Show only Storefront dealers. But they will be seperate searches.
You can add the following code to your index.htm template, inside the Zip Code form to allow a user to select which type they want to see:
CODE
<select name="user1">
<option value="web">Web Stores</option>
<option value="storefront">Store Fronts</option>
</select>
Of course, I don't see a point for a zip code search for web delers when in fact, it doesn't matter where a visitor lives in order to buy product from them.
Some past customers put a Include statement in the results_list.php file or a link in the results_list.htm template file (at the top) so it prints a link like this: Click Here to view Online Web Stores... Then that link takes a user to a custom html page that list all the web stores.
FYI...
We have addressed this issue in the next v3.0, which is to be released later this year. The start search page, will allow a visitor to select from the following tabs:
USA Canada International Online Stores
Then a user can select which type of listings they wish to see.