• Hello,

    after update the pick-up point dropdown is returning empty. Debug log logs default ( i guess thats what it is) terminal, country, count of available terminals. Let me know if you need any additional info. If possible please elaborate on how the dropdown is populated

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    I’m having the same issue. It was also present on a little bit older version, and it seems that developers have been struggling with this as some fixes are appearing in the changelog.

    I think the issue could be related to CRON as in the FAQ it written:

    Pickup point update takes about 100-150 seconds.
    Cron job name “dpd_parcels_updater”;
    Data is saved in table “wp_dpd_terminals”;

    But I don’t see such cron jobs actually executed in logs.

    Any updates on that? We still can’t use the latest version.

    I guess still not fixed, but support just sent me instructions to visit:

    https://<<client-domain>>/wp-admin/tools.php?force-dpd-tables-update=1
    and then with Cron plugin to manually run “dpd_parcels_updater”. I haven’t tested this yet as I’m having some issues to make Cron plugin work overall.

    Did version 1.2.83 resolved the issue?

    Plugin Author dpdbaltics

    (@dpdbaltics)

    Hi,

    in database table wp_dpd_terminals status column is missing

    You can run sql code with correct table prefix

    ALTER TABLE wp_dpd_terminals ADD status INT NULL DEFAULT 1

    It will be fixed in 1.2.84 version

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pick-up point dropdown empty’ is closed to new replies.