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?
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