rk8s
Forum Replies Created
-
Please check “wa-button.php” file in “includes” folder.
Replace this line
$date = $order->get_date_created()->format (‘F j, Y – g:i A’);by
$date = date( ‘F j, Y – g:i A’, $order->get_date_created ()->getOffsetTimestamp());
That’s all. Now it will show local time
Be Sure to Setup your local zone in WP Settings > General > timezoneI have 100% solved it by a little modification of the code and using this plugin. However, I am getting a different problem of double button appearance- the author of such a beautiful plugin is not responding. I am busy with other commitments so unable to focus on the solution part of double button appearance. mail me at [email protected] to get your solution.
Since the author is not updating, it is not suitable to share here.
I have also posted a query about double appearance of button.- This reply was modified 4 years, 7 months ago by rk8s.
By setting time zone to UTC+ it is updating only the orders in woocommerce, but the order details sent in whatsapp message shows still the UTC time.
This problem can be solved by a little modification at code level.
If interested to know the solution, please contact.- This reply was modified 4 years, 7 months ago by rk8s.
Forum: Reviews
In reply to: [Woocommerce check pincode/zipcode for shipping] ? appears after Delivered ByPlease delete this review. It is not a problem instead ? appears due to help text enable.