Hi, maybe I can help…
We also use WCFM. To get all of your stores listed on the Store List Page, you need to do a couple of things.
You need to adjust your shortcode to accomplish this. We use this modified shortcode –
[wcfm_stores per_page=”40″ has_map=”no” orderby=”alphabetical_asc”]
Using this we can show 40 stores on the Store List page, suppress the map, and set it to alpha order (A-Z). You can adjust your code as necessary – here is a link to WClovers’s shortcodes – https://docs.wclovers.com/shortcode/ and here https://docs.wclovers.com/store-list/
Next, your Geolocation settings – Set your radius to the max, and uncheck the box for “enable auto filter” as that will restrict the stores to the map’s radius according to your shopper’s location.
And lastly, your Google Maps API should include Geolocation, Geocoding and Places to correctly show all your stores and their products on maps.
I hope this helps.