• Resolved Philly Web Team

    (@phillywebteam)


    Currently using the shipday plugin with my site and also purchased the pro version of the Delivery & Pickup Date Time for WooCommerce plugin (for $130) because the shipday plugin description says that it’s compatible, but in my testing I’m finding that setting the delivery or pickup date or time doesn’t effect what is getting sent to shipday, it’s still just sets up a delivery for 30 minutes from the order date even if pickup for a week from today was selected from the site.

    • This topic was modified 3 years, 1 month ago by Philly Web Team. Reason: updated timing detail

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Philly Web Team

    (@phillywebteam)

    Okay so after doing some reverse engineering of the plugin, I believe the issue lays in the Coderocks_Woo_Delivery.php file:
    if(is_plugin_active('woo-delivery/coderockz-woo-delivery.php')) {
    I believe should be modified to check for pro folder as well which is:
    if(is_plugin_active('coderockz-woocommerce-delivery-date-time-pro/coderockz-woo-delivery.php')) {

    Thread Starter Philly Web Team

    (@phillywebteam)

    order_delivery_date.php also would need modifying. I was finally able to get things sort of working after editing both files to have the updated file location.

    Plugin Author shipdayinc

    (@shipdayinc)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Integration with Delivery & Pickup Date Time not working’ is closed to new replies.