Code

Discussion on WooCommerce TrackingMore

Discussion on WooCommerce TrackingMore

Cart 79 sales

vanquish supports this item

Supported

70 comments found.

Hello good plugin, but I have a problem, the system shows this error: Tracking xxxx cannot be created, due to the following reason: Tracking does not exist. the tracking number is new and has not been scanned yet, but I need to give the tracking number to my client, Thanks

China EMS ePacket

I’m really sorry, but if you are getting that error, it means that the Tracking more service is not able to retrieve any data for that tracking code.

As reported in the plugin description page, I’m not affiliated in any way with TrackingMore. So to have more clues info about that code, you should eventually contact their help.

Please make also eventually sure that the code you are using is actually correct.

hello,how can i export tracking again with export orders woocommerce plugin

Hello,
I’m sorry, what do you mean with “export tracking again”? could you provide a more detailed description?

Please note also that to request support you need to renew your expired support license.

Hello, good morning! i was noticed that TrackingMore developers added a new carrier from Mexico. i hope can be added to the plugin, because im using a lot this carrier with my customers. im gonna give you the link: https://www.trackingmore.com/paquet-tracking.html?number=211103913761

Best Regards Enrique Castillo

Hello,
thank you for reporting! I’ve just released the new 3.7 that now has the updated couriers list! I hope you enjoy! :)

Woow thats an amazing support! Thank you very much, keep it up! +10

Can i update tracking numbers from google sheet with automate.io?

I’m sorry, the plugin hasn’t such a feature

Hello,
Does the plugin retrieve the tackcode directly from my courier and match it to the order? or must it be entered by hand into the order?
Thank you

Hello,
you have to manually select the courier and enter the tracking code.

ok thank you

Does the plugin automatically update the order status when the order is delivered? For example, I have a custom status “Order delivered” in Woocommerce, when trackingmore identifies that order 1234 has been delivered it automatically updates the status of that order to “Order delivered”.

I’m really sorry, but the TrackingMore API doesn’t provide that kind of notification, so the plugin cannot do that.

And wouldn’t it be possible to do this through the webhook that trackingmore provides? with a custom code?

Unfortunately not.

Good evening, ive bought the plugin, im getting fatal error when i change the status order to processing. i hope u can help me, because the plugin was working good.

Unfortunately, if the shipping status is not updated in the TrackinMore website, it means that their service is having some issues with retrieving that data from the Currier.

In that case, I’m sorry, but you need eventually ask their support staff. The plugin is a connector for the TrackingMore service. If, however, their service is not working for any reason, I’m sorry but I cannot provide any kind of help. I’m not affiliated with them in any way.

Thats bad to know, ive contacted the support of TrackingMore service and they gonna inform to their developers about the issue. Thanks for your answer! :D

You’re welcome! Have a great day! :)

hi what about other plugin like order details? IT is not the same functionally ?

Hi,
I’m sorry, I do not understand what you mean. Could you provide a more detailed description?

Note that the plugins have a description page where their feature are detailed reported. The also have a demo site where you can see them in action.

This comment is for: https://elements.envato.com/woocommerce-trackingmore-9U4T5Q8

I wish you add support for https://wordpress.org/plugins/wc-multivendor-marketplace/

so our vendors can add tracking details from dashboard.

As of now admins are adding tracking manually from backend.

hello great author, i want to know if your plugin can track any parcel, i have a logistic website and i want a plugin were random people can track their parcels.

I’m sorry, it cannot

For now there is no plan

Is it compatible with any multi vendor plugin?

Because I have multi vendor website and want to allow vendors to add tracking to orders.

Otherwise I will have to tracking details manually through backend.

I’m sorry, It hasn’t this kind of feature.

Hi, I just purchased your plugin and have a few questions:

1. Is there a way to have the courier’s logo appear on the Order Details page specifically on the left of the courier name?

2. Would be it be possible to replace the tracking timeline icons with our own?

No, because in that way, every person who opens that page will get the same value.

I analyzed the code and you should be able to pass the order id via URL by editing WCTMW_Shortcode.php located in the classes\com folder.

The input text is rendered on line 32.

you can eventually edit the value attribute like:
value="<?php echo isset($_GET['order_id']) ? $_GET['order_id'] : ""; ?>" 
where the url_custom_param is a custom param url param. Example

www.yoursite.com/page?order_id=1312213321

This is however an untested modification, try performing some tests!

Hello again, I was able to get it to work with the order id as you’ve suggested :) one problem is that it couldn’t find results with custom order ids (using sequential order no). Can we make it search using Tracking Nos. in instead?

Yes for that you need to find the API function that plugin exposes in order to translate the custom id to the real order id. Oncedone, pass it to the value attribute. Somthing like
$custom_order_id =  isset($_GET['order_id']) ? $_GET['order_id'] : "";
$real_id = translation_function($custom_order_id);
value="<?php echo $real_id; ?>" 

Hello, Is it possible to use this plugin for GLS in Belgium?

Thanks in advance!

Hi,
you find the complete list of supported carriers by the TrackingMore service in the following page: https://www.trackingmore.com/carriers.html

The plugin has also a demo site where you can fully test its feature before purchasing in order to be sure it actually works as you expect.

Note also that the plugin is a connector to the TrackingMore service and it requires at least a free subscription plan in order to be used! You find more details on the plugin description page!

once I activate the plugin all email activity stops. I receive new order no email is sent to the customer. No email is sent to the customer no matter what. What might be the problem?

Unfortuantely, without any further clue, it is quite hard to determine the casue.

Are you sure that the issue was not present even before the plugin? I’ve just performed some tests (including in the demo site) and all the email are properly sent.

Please make sure that the emails are not in the spam folder. Try eventually enable the wordpress debug mode (https://wp-staging.com/docs/enable-wordpress-debug-log-mode/ ) and see if in the debug.log located in the wp-content folder any further info is reported.

hi your plugin have issue,when order complete now do not send tracking for customer.plz recheck

Hi,
I’ve just performed a test (both on the demo site and in the private test server) and the tracking info is properly embedded in the Order completed email sent by WooCommerce when the order is marked as completed.

Make eventually sure you are running the latest 2.8 plugin version and that no other plugin is interfering.

cannot be created, due to the following reason and no reason showing up …

Please make sure to be running the latest 2.8 plugin version. Make also sure that you TrackingMore profile has still enough quota.

For further support, you need to renew your support license. Once done, if you share me the login (wp-admin access and FTP) I can perform some further tests on your installation.

How can I add tracking infomation into Woo notification email? I want to send emails to my customers once I import tracking info into plugin.

By default, tracking info is automatically embedded in every notification email only when the order reaches the “completed” status.

If you want to embed even for other statuses, go into the Email menu and under the Order statuses area, select the status you need.

In this way, when a notification is sent, if the order is marked with one of the selected statuses, the plugin will embed the tracking data.

so just to get this right.. after i purchase this, i need to pay for tracking ?

As reported in the plugin description page, the plugin is a connector to the TrackingMore service.

To be clear, I’m not affiliated in any way with TrackingMore.

TrackingMore, to offer its services, has several subscription plans. The basing is free. So Actually, you do not need to pay to use their basic service. You find more details in their pricing plan: https://www.trackingmore.com/pricing.html

What is the carrier_code of DHL Ecommerce which uses this website https://webtrack.dhlglobalmail.com/ to track? I can’t find it in Courier Slug file.

To request support, you need to use the account used to purchase the plugin with a valid support license associated with.

Hello, I just got the plugin of yours Woocommerce TrackingMore, but it really dont work for me well, and also I cant have it in my own language “Danish” Even I have at the trackingmore.com setu pa profile and edit the language to my needs its still by your plugin use English I did also try to edit the language in my Loco translator but nothing work. Also it use the old denmark post as I was just thinking you put in as an error as the old Post Denmark is now called Postnord. But i dont know if this has any influens.. Anyway after now an hour i have try to figure all this out I now see you might have a better plugin of this what i need the on called WooCommerce AfterShip and this has also all the Danish couriers I need. So i was wondering if you can give me a refund of the WooCommerce Trackmore so I can instans buy the WooCommerce AfterShip? Also ofcause will the WooCommerce AfterShip been able to be in Danish the plugin or dos your plugin not support danish at all ? I am sorry I jsut dont uderstand how this work, I saw some comments that you said for WooCommerce Trackmore it use the Trackmore translated stings but that did not work for me either. Hope you can help me out here, thanks.

I have no clue what you just typed sorry.. All i got is no refund evne i am going to get the plugin I can actually use.. I know you plugin has a demo site but this is not the point as you do no where mention the problem i am having here.. And also no where it says “you need to check the demo site before buy” so i dont know.. Also the plugin has an error or what you call as I mentioned “Denmark Post” is not a thing.. Its called postnord and either WooCommerce Trackmore or your plugin cant understand this? I buy a useless plugin as the plugin dos not support the langues even its corrected from WooCommerce Trackmore.com in my profile. I dont understand why you make it such a hard time I dont evne understand what you write tbh :)

What i mena is in your demo site if i test with the denmark post i will never know if the demo shows me if i pick denmark post it wil automatic translated it as if i do as on your WooCommerce AfterShip no where it says “try your desired couriers and see if the language is support.

i’m a bit surprised and feel ridiculed for refusing to pay back such a small amount as i want to buy your AfterShip and has consider to get some of your other plugins as well but if this is the mentality you have as I cant use the one i got and get a re found I most say as I am sitting here and thinking why will i then support you for other plugins there are probley others out there that do the same. I just thing this is a bit funny and silly tbh for $13 as i paid for it. But if you really refuse to help me out here okay I will just accept that then sadly. have a good day.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey