Robert DeVore
Forum Replies Created
-
Forum: Plugins
In reply to: [Delivery Fees for WooCommerce] PHP Fatal ErrorVersion 1.3.2 was just release and should take care of this error for you.
Thanks!
This bug has been updated in version 3.0 Thanks!
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] feature neededThe DDWC Pro plugin has email/SMS notifications for the following actions:
* Driver – new order assigned
* Customer – when order is marked “out for delivery” by driver
* Admin – when order is marked “complete” by driver
* Admin – when order is marked “returned” by driverThanks!
- This reply was modified 3 years, 11 months ago by Robert DeVore. Reason: edited DDWC Pro link
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] bugsAre there any errors/notices that get displayed when using WP_DEBUG? If so, those will help me better understand what the issue may be.
For the submit button, there’s not one needed – clicking the star rating saves it automatically.
I will look into adding a notification popup when the stars are clicked to alert the user their rating has been saved.
Thanks!
Forum: Reviews
In reply to: [Delivery Drivers for WooCommerce] Pro version not workingThe DDWC Pro plugin requires that the free version is also installed + activated.
Can you verify that the free version of DDWC is active before you try installing and activating DDWC Pro?
I apologize for the lack of email support the past couple of months and appreciate your patience. Thanks!
The “Driver Dashboard” should only be available to administrators and drivers, by default.
There’s a filter within the plugin that can be used to add additional user roles – ddwc_my_account_check_user_role_array
It may be possible a developer working on your site added a filter to include customers, or you could be running an older version (this was an issue fixed in version 2.2)
Thanks!
Thanks @mehdibh for your feature suggestions.
#1 – I’m not sure what “delivery mode withdrawal in store” means? Is this a custom order status or something else?
2. This is a feature that’s being worked on to include in a future release. It’s one of the biggest requests we’ve got from users, so it’s at the top of the list for the next big release ??
Thanks!
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] Google Maps Platform rejected your requestThis sounds like the billing/delivery address that’s added to the WooCommerce order cannot be found as a valid address via the Google Maps API, so it’s returning this invalid request error.
Please check to make sure the address being input for the order delivery is a valid address. Thanks!
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Delivery time rangeThanks for the feature suggestion. This isn’t currently possible with our plugin, but I’ve added it to the list of features to work on. Thanks!
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] The delivery address is returning NULLWhich versions of our plugin and WooCommerce are you running?
And does the order details in the backend have a Billing/Shipping address added?
This will help me to narrow down what the cause could be. Thanks!
The plugin has not been abandoned. A new baby slowed up the release process a bit ??
Version 3.0 was just released this evening and version 3.1 is already being worked on.
Thanks!
This is something that would need to be custom built by a developer, and that is not a service that we currently offer. Thanks!
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] Turn off value of deliveryAre you referring to the “Delivery” fee that is displayed on the driver’s order details page (screenshot)?
If so, you can add the code from the following link to your theme functions.php file.
https://gist.github.com/robertdevore/3272270421cbe770da7557ce85a3a2cf
Or do you want to remove the order total that’s displayed on the driver dashboard (screenshot)?
If so, you can add the code from the following link to your theme functions.php file.
https://gist.github.com/robertdevore/937d4a94467464456a8b8e761463b443
Thanks!
- This reply was modified 4 years ago by Robert DeVore.
- This reply was modified 4 years ago by Robert DeVore.
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Change “select a desired time for delivery”You can use the following filter to change the text:
dtwc_checkout_delivery_times_select_default_text
example code:
https://gist.github.com/robertdevore/6d53b9aeff91eb9a6a56ee8b3a14d555/edit
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Month not translatableThank you for bringing this to my attention. I’ve made a note to get the translatable strings updated in the next release so the months will translate properly. Thanks!