Hello,
When completing the data then the form goes back empty
The fields ywot_carrier_name ywot_carrier_url ywot_pick_up_date ywot_picked_up ywot_picked_code are added to the custom fields. But the Order tracking is still disabled.
Also I can not see any data on the customer order page
Hello, we write all the required details, but it cannot be saved. I need this urgently
]]>I wonder if this works with the Paypal Tracking metabox of official Paypal Payment plugin.
Does it send an email notification when woo received the tracking info from Paypal?
https://woocommerce.com/document/woocommerce-paypal-payments/#how-to-use-package-tracking-features
]]>Hi i have recently installed the free version of the plugin. After installing and entering the tracking info on the order page it is not saving and not sending the email through to the customer. See below screenshots.
]]>Hello,
I would like to change just the label of “Pickup Date:” to “Delivery Date:” on the Admin’s Order’s page.
A quick easy fix would be greatly appreciated.
]]>By filling in the courier data in the metabox on the order page and subsequently saving the order, no email is sent to the customer with the tracking data. How can we solve it?
]]>I am testing Order tracking, i get this text above my options:
Order properties should not be accessed directly. Backtrace: do_action(‘woocommerce_page_wc-orders’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\Admin\Orders\PageController->output, Automattic\WooCommerce\Internal\Admin\Orders\Edit->display, Automattic\WooCommerce\Internal\Admin\Orders\Edit->render_meta_boxes, do_meta_boxes, YITH_WooCommerce_Order_Tracking->show_order_tracking_metabox, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong
Hello, I am testing the free version. When I select “order tracking” and save the order page, “order traking” disappears afterward. custom field is here but at account page not appear. can hel me? thank you
can i request to add new courier company as below?
easyparcel
https://easyparcel.com/
Thank you.
Hi after update, I get this error on the site
/wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php?on line?26
/wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php?on line?282
]]>Hello, there seems to be a warning on version 2.21.0, with WordPress 6.4.2 and PHP 8.1.27, see below backtrace:
- wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php:254
WPForms\ErrorHandler->error_handler()
wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php:254YITH_WooCommerce_Order_Tracking->enqueue_scripts()
wp-includes/class-wp-hook.php:324do_action('wp_enqueue_scripts')
wp-includes/script-loader.php:2262wp_enqueue_scripts()
wp-includes/class-wp-hook.php:324do_action('wp_head')
wp-includes/general-template.php:3052wp_head()
This happens on the site’s frontend while being logged in as an admin, but could be happening in other cases too. I’ve highlighted the relevant bit of code on your end. Please see get_current_screen() on Codex, as this can return a null value.
public function enqueue_scripts() {
global $post, $pagenow;
// [...]
$current_screen_id = function_exists( 'get_current_screen' ) ? get_current_screen()->id : '';
]]>
https://www.loom.com/share/a5ffe2e6d2454a91a44a609cded248c1
In this video, I discuss the issues I encountered while using the?YITH WooCommerce Order & Shipment Tracking?plugin. I explain how I tried to solve the problem by providing the necessary tracking information, but unfortunately, it did not work as expected. I mention my plan to test the free version before purchasing the premium one. If you have any insights or suggestions, please let me know.
]]>Warning: Attempt to read property “id” on null in /home/customer/www/morcishop.com/public_html/wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php on line 254
]]>Free edition, version 2.21.0, Installed on 17th of December.
PHP version 8.2
Since that day, for every front-end page view the following error/warning gets recorded:
FastCGI sent in stderr: "PHP message: PHP Warning: ?Attempt to read property "id" on null in $HOST/wp-content/plugins/yith-woocommerce-order-tracking/incl
udes/class.yith-woocommerce-order-tracking.php on line 254" while reading response header from upstream, client: $CUSTOMER_IP, server: $SERVER, request: "GET /veikals/produkta-kategorija/makeup/acim-makeup/acu-zimuli-un-laineri/ HTTP/2
.0", upstream: "fastcgi://unix:/run/php/php8.2-fpm-$SERVER.sock:", host: "$SERVER", referrer: "https://$SERVER/products/kiko-lasting-mousse-eyeshadow-acu-enas/"
This warning/error is not logged for front page.
Is logged for any other product page, shop catalogue page, cart page.
Error is logged for both registered users and guests.
After rolling back to version 2.20.0, this error log spam stops immediately.
If any additional information is required, don’t hesitate to ask.
Kind regards,
when activating YITH WooCommerce Order & Shipment Tracking plugin, WooCommerce showing following error
“This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance Order Storage (HPOS)’, it shouldn’t be activated”
]]>I use free plugin. When I fill order tracking with track number and resend email with details to the customer, it doesn’t work.
I understood that automatically were added tracking details in order email to be re-sent to customer. I try after having filled Order Tracking in the order page but no details are attached if I sent again email with order details.
I don’t know what to do.
]]>Hi, in my customer emails, how can I change the text “Tracking info” into “Tracking Information”? I’m using Kadance email customizer which doesn’t offer the ability to change it. Thank you!
]]>It made my site totally unavailable (critical error). I had to revert to 2.15, waiting for next update…
]]>hello, last update to 2.16.0 is breaking my site.
]]>Hi team,
I am using this plugin and want to know if updating tracking details changes the order status?
I have configured custom order status, Shipped. So whenever I update tracking details using this plugin and set order status to shipped, the status remains shipped for the some time. Later same status changing to Completed automatically.
]]>How to add YITH tracking data to email notification (Customer invoice / Order details)
]]>Hi. thanks to share this free version
Added my default carrier (General options) but nothing is displayed in order page! All form’s fields are still blank
]]>I am trying out the tracking plug-in of Yith.
I get the information at the order but once i’ve filled it in, no information is sent to the customer.
Hi, we only use USPS and I want to make the tracking number clickable and have it go to the USPS website. This can be done by hard coding the USPS website link and appending the shipping number, because the USPS tracking URL has the shipping number at the very end of the URL. Just not sure what file I’d add this into. Any takers?
Thanks…
]]>there are 2 issue.
https://www.loom.com/share/1601ffacb5584be187967c0315e88d12
First, in the case of the free version, if I click the ‘tracking’ button, I will only be directed to the carrier web site. Invoice number does not appear. Tracking can be done only when the invoice number is included, but it is difficult to recognize which invoice number to put on the carrier web site.
It’s very difficult, especially on mobile.
Second, I tried the paid version as well.
In the case of the paid version, the carrier is not recognized even though the carrier and invoice number are all included in the existing free version. It is very difficult to switch because the carrier name in the existing free version and the carrier name in the paid version are not recognized due to a difference in spelling or company name. It would be better to leave the part that was used in the existing free version as it is.`
Hello Yith team,
I’m testing free version of this plugin before buy premium version.
I found a small problem that Tracking button was not show correcty like your Live Demo.
Here is the screenshot
Can I fix this problem with some code?
Hola, necesito saber si tengo forma de agregar manualmente un transportista.
]]>Hi!
I tried to translate those words that showing on the order page, from the local plugin, but not showing, I need help where I can translate it, I added a screenshot for it.
https://ibb.co/F6KBngZ
latest version of plugin does not working and causing a critical error when trying to import a csv file.. i reverted it to an older version (1.6.15) and it works flawlessly… (using wordpress 5.8.1)
]]>enter name manually:
]]>