Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Did you see an update notification telling you to convert the existing 300+ locations to custom post types? If not, then there is a trick to make it show up.

    If that doesn’t work, then let me know, there are more alternatives, but they require you to edit a php file

    Thread Starter ecardoso

    (@ecardoso)

    Hello Tijmen,

    I’ve tried to do the version changes at the table and it didn’t work, the plugin still showing 2.0,4, I also saw that there is two tables with stores information, is that correct?

    “wpsl_stores” = the stores of the older version is saved here.
    “wp_store_locator” = the stores that I created after the changes is here.

    Could this be the problem?

    Regards,

    Plugin Author Tijmen Smit

    (@tijmensmit)

    After you reload the admin page it will set it back to 2.0.4. But because it was lowered it should have triggered a notification telling you to upgrade, I guess this didn’t happen?

    Have you used another store locator plugin in the past? Mine should only create the wpsl_stores table.

    Another way to force the conversion notification to show up is by adding this code the /admin/templates/map-settings.php file, and reload the settings page ( I needed to reload it twice before the notification shows up ).

    update_option( 'wpsl_convert_cpt', 'in_progress' );
    wpsl_cpt_update_state();

    If it does, click the link to start converting the old location to the new format.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stores not showing at the frontend.’ is closed to new replies.