TycheSoftwares / order-delivery-date-for-woocommerce

WooCommerce Delivery Date Lite
8 stars 5 forks source link

Wrong delivery dates on orders list #384

Closed Chetna1510 closed 2 years ago

Chetna1510 commented 3 years ago

Here is the suggestion from one of our clients.

There is an issue when I look to the delivery date column located on woocommerce’s orders list at the back-end of my site. It shows different dates than the ones that are stored at the order details. Digging a little bit on the code, I found the problem on this function “orddd_lite_woocommerce_custom_column_value” at “/includes/settings/class-orddd-lite-filter.php” This function references to $post->ID instead of $the_order->get_id()

I think the function should be like this:

/**

I tried many scenarios to replicate the issue but I was unable to reproduce it.

Chetna1510 commented 3 years ago

The same issue another client has reported - https://wordpress.org/support/topic/wrong-delivery-date-shown/

PradeepTyche commented 2 years ago

Can't replicate this issue.