Junaid TK
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How many digits do we need to add in WC tested up to tag?Thanks for your time and consideration. Great support.
Forum: Plugins
In reply to: [WooCommerce] How many digits do we need to add in WC tested up to tag?Thank you for the response.
It will be useful.
I thought if we use 6.5, then we need to change the WC tested up to: tag only after the release of 6.6.
If we use 6.5.1, we need to change the tag after every release of WooCommerce.
In conclusion, I hope 3 digits will be the best practice for WC tested up to the tag. So it will be more specific.
Forum: Plugins
In reply to: [WooCommerce] How many digits do we need to add in WC tested up to tag?Hi,
In the shared URL, they have used a two-digit version number (2.3) of WooCommerce. In my previous query, I mentioned three digits (6.5.1). What my query is, which is the best method, two-digit or three-digit version number in WC tested up to: tag.
Thanks in advance
Forum: Plugins
In reply to: [WooCommerce] How many digits do we need to add in WC tested up to tag?Hi,
Sorry for the delay.
In all WooCommerce-related plugins, we have to add the WC tested up to the tag as given below.
* WC tested up to: 6.5.1
So which will be the best practice?
Thanks for your reply.
I think this date is a much-needed one for every store owner to keep the track of refunded orders and completed orders. So I would like to get this feature as soon as possible. Could you please tell me the date of the EDD 3.0 release? So that I can expect the date.
Great Thanks for your reply.
I found the same from the payment detail page. But How can I retrieve the date from the order note?
In Woocommerce we will get the refunded date by using the below code.`
$order = wc_get_order( $order_id ); // Get all refunds $refunds = $order->get_refunds(); foreach ($refunds as $refund) { echo $refund->date; }
I have checked the order notes, the order notes are just a Comment object. How can I get the exact date corresponding to the refunded status?
- This reply was modified 3 years, 1 month ago by Junaid TK.
Is it possible through your premium version of the plugin.