shipdayinc
Forum Replies Created
-
Forum: Plugins
In reply to: [Shipday Local Delivery for WooCommerce] Integration with Export OrdersOrders assigned to the drivers can not be directly fetched from the plugin. But you can use shipday api (https://docs.shipday.com/reference/delivery-order-object)
and retrive all the active orders and inside the response, you will get the details of assigned carrier(driver).You need to add a post meta to prevent shipday from fetching it.
meta_key: _shipday_order_sync_prevent
value: “yes”Plugin does not support multiple pick up locations out of the box. You need to write custom hook and filter to make it work.
Hi phillywebteam,
Thank you so much for sharing your fix. Actually our plugins supports only the free version (which we should have clarified in the description). And updating the plugin to support the pro version too was on our agenda. We have added the change to our plugin code from your code snippet in the latest version.