dpdbaltics
Forum Replies Created
-
Hello @zonezero
We want to inform you that we released new plugin update that solves this problem.If you have any more questions you can contact us at [email protected]
Best wishes,
DPD Baltic Support.Hello @zonezero
Thanks for contacting us.
We are aware of this problem and we will release a plugin update in the upcoming days.If you have any more questions you can contact us at [email protected]
Best wishes,
DPD Baltic Support.Forum: Plugins
In reply to: [DPD Baltic Shipping] Remove timeframe dropdownHello @danielsps,
At the moment we don’t have ability to remove time-frame dropdown from the settings but it is on our roadmap.For the temporary fix you can find “public function init_actions_and_filters()” on line 66.
public function init_actions_and_filters() { add_action( 'woocommerce_review_order_after_shipping', [ $this, 'review_order_after_shipping' ] ); add_action( 'woocommerce_checkout_update_order_meta', [ $this, 'checkout_save_order_timeshifts' ], 10, 2 ); if ( is_admin() ) { add_action( 'woocommerce_admin_order_data_after_shipping_address', array( $this, 'show_selected_timeshift' ), 20 ); add_filter( 'woocommerce_admin_order_preview_get_order_details', array( $this, 'show_selected_timeshift_in_order_preview' ), 20, 2 ); } }
Change it to this:
public function init_actions_and_filters() { //add_action( 'woocommerce_review_order_after_shipping', [ $this, 'review_order_after_shipping' ] ); add_action( 'woocommerce_checkout_update_order_meta', [ $this, 'checkout_save_order_timeshifts' ], 10, 2 ); if ( is_admin() ) { add_action( 'woocommerce_admin_order_data_after_shipping_address', array( $this, 'show_selected_timeshift' ), 20 ); add_filter( 'woocommerce_admin_order_preview_get_order_details', array( $this, 'show_selected_timeshift_in_order_preview' ), 20, 2 ); } }
If you have any more questions you can contact us at [email protected]
Best wishes,
DPD Baltic Support.Forum: Plugins
In reply to: [DPD Baltic Shipping] Pickup points for Poland not appearing.Hello, @raits515
Seems like you currently have pickup points disabled for Poland.
Could you contact us through [email protected] ?Best wishes,
DPD Baltic Support.Forum: Plugins
In reply to: [DPD Baltic Shipping] Choose a pickup point issueIf problem comes back you can contact us faster trough email –> [email protected].
Best wishes,
DPD Baltic Support.Forum: Plugins
In reply to: [DPD Baltic Shipping] Choose a pickup point issueHello, @raits515,
we have tested your website from 3 PC’s from different users and each one of them has tested them on every available browser except safari. All of these PC’s/users were able to successfully select Estonia’s Pick-up points in checkout.Links to successful selection:
1. Selecting Estonia’s Pick-up points delivery method.
2. Selecting Pick-up point from list.If we are testing incorrectly, can you tell us how is this issue can be duplicated?
Forum: Plugins
In reply to: [DPD Baltic Shipping] Is it compatible with shipping class?Hello, @marcizus, all delivery methods is compatible with shipping classes. The problem should be in your website.
We can take a look at it if you will contact us through [email protected] email ?? .
Forum: Plugins
In reply to: [DPD Baltic Shipping] DPD Pick Up pointsWe haven’t heard from you in a while…
If the issue persists you can contact us in: [email protected] or just continue this conversation.Forum: Plugins
In reply to: [DPD Baltic Shipping] php 8 problemToday we released new plugin update. Try updating it, if problem still persists please contact our developers at: [email protected] and our developers will try to deal with this problem.
Forum: Plugins
In reply to: [DPD Baltic Shipping] DPD Pick Up pointsHello, @donataru,
I cannot check the problem right now cause as I see DPD Baltic plugin is turned off , it is not showing in checkout.
A couple of questions: What time zone you have assigned in your WordPress? Is your English version haves a lot of differences or just words changes?
Forum: Plugins
In reply to: [DPD Baltic Shipping] php 8 problemHello, @edmundspr ,
the problem is with weight in your products, this problem is not known to us yet. Do you have products with weight?
When did this problem showed up? This error started appearing after PHP update or it was there before.Forum: Plugins
In reply to: [DPD Baltic Shipping] DPD MAnifest user rightsHello, @plukash ,
We were not aware of this issue, but we are right, thank you for your help. Right now there is no good solution to change “Shop manager” role or give it some additional rights for manifests downloading. I will pass it to our developers for closer look.
Follow our patch notes ??
Forum: Plugins
In reply to: [DPD Baltic Shipping] Will It work with the DPD ie?Hello, @sajidulislam0 ,
This plugin is only for Lithuania, Latvia and Estonia, it won’t work for Ireland.For further DPD implementations check out this page.
Forum: Plugins
In reply to: [DPD Baltic Shipping] Sending tracking code to customer via emailHello, @toktor ,
Thank you for you help ?? . We will try to add this functionality in upcoming updates.
We will notify you about newest changes about this integration through email or plugin patch notes.
Forum: Plugins
In reply to: [DPD Baltic Shipping] Sending tracking code to customer via emailHello, @indrek_k ,
We will take this change into consideration, but for now we don’t have any plans for this this.
If you need more advanced help from developers, contact us at: [email protected].
For now I’m marking this issue resolved ??