The plugin doesn’t use a custom table. The locations are registered as custom post types.
There is a CSV Manager add-on that allows you to bulk upload them.
Hi Tijmen 🙂
Thanks for your answer. I was looking inside the PHPMyAdmin and I saw that the stores are saved in wp_posts and wp_postmeta tables.
The wp_posts have the ID and also the name of the store, and the wp_postmeta contains information about address, phone number, etc.
This is correct?
HI,
I uploaded the csv file through phpmyadmin and it puts it a separated table, but it doesn’t load on neither in the map nor the store listings.
can i know how to make it loaded?
@ferran_muoz yes, you are correct.
@yamizer you can’t just import it through phpmyadmin and place it in a table. 1.x used a single table, 2x uses custom post types which makes it much more complicated.
Either find a third party plugin that allows you to import CSV data into custom post types, or use the official CSV Manager add-on.