Questions tagged [shipment-tracking]
The shipment-tracking tag has no summary.
114 questions
1 vote
1 answer
276 views
Tracking information is currently not available UPS Magento 2
I had configured the UPS shipping method, it is showing and working fine with checkout, but when I click on Track Order From Admin, It is Showing Error "Tracking information is currently not ...
1 vote
1 answer
336 views
How to change shipping tracking URL on the order page (in admin)
Would anyone know how we can change the order tracking URL on the order page (admin) to the shipping URL? (.../admin/order_shipment/view/shipment_id/xxxx) We have already managed to change the URL but ...
0 votes
1 answer
441 views
Tracking number not shown in shipment email magento 2.4.5-p2
In the shipping email template, I have a code to show the tracking number in the shipment email. I have the following code in my new shipment template for tracking code : {{block class='Magento\...
0 votes
1 answer
88 views
How to change default dropdown option for Carrier when creating a shipment
We (almost) always use UPS for our shipments, so it would be nice for that to be the default dropdown menu option that is selected when we go into an order, click ship, and go to add tracking ...
0 votes
1 answer
183 views
Tracking and items ordered missing from shipment email in Magento 2.4
I've created a module to notify the customer when a custom carrier has been added. I've used an observer on the sales_order_shipment_save_after event but the tracking info and items ordered are empty ...
0 votes
1 answer
336 views
How to make tracking number visible in Sales Order Shipment Grid
I'd like to make the sales order shipment tracking number (which is present in the sales_shipment_grid table) visible in the Shipments grid for an order in the Admin: I understand I need to create a ...
2 votes
0 answers
150 views
Magento 2 | Add tracking number in the shipment already created
On the Magento2 backend in the shipment tab I noticed that it is possible to add a second tracking number even when the shipment is already created. The problem is that when you click "add" ...
0 votes
0 answers
22 views
Is there a way to send the tracking information to the phone number in the order?
I have a client who wants to send tracking information via SMS to the phone number in the order no matter is someone else calls in with the order information. Is that even possible
0 votes
1 answer
101 views
About Shipment Tracking Number
I am Having a question, is the Tracking Number Mandatory, While creating the Shipment in Magento, Will it throw error if we won't give tracking number. Can someone answer, it is so important.
0 votes
2 answers
245 views
How to cancel order using tracking number in magento 2?
I need to cancel order using tracking number in magento2?
0 votes
1 answer
91 views
Getting error on extending in Custom Module vendor/magento/module-shipping/view/adminhtml/templates/order/tracking/view.phtml file in Magento 2.4
On extending the file vendor/magento/module-shipping/view/adminhtml/templates/order/tracking/view.phtml File in Magento 2.4 getting error like 1 exception(s): Exception #0 (Exception): Warning: ...
1 vote
1 answer
90 views
Magento 2 : shipment email
I've created partially shipment functionality in magento2 now the problem is when i send the shipment email i got the every shipment traking id for that particular order but i want that particular ...
0 votes
1 answer
93 views
Wrong email href tag link for magento 2.4.2 shipment email
I have followed a below code for adding tracking link to my shipment email. /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml <?php $trackurl = ''; if($...
0 votes
1 answer
1k views
Magento 2.1.5 Tracking information is currently not available using UPS shipping method
I have installed a shipping tracker module and configured the UPS shipping method on Magento 2.1.5 local. The module with the same tracking id is working in other version but not in the Magento 2.1.5. ...
1 vote
2 answers
1k views
Tracking number in Email template magento 2 not working
I have use in the Email templates "New Shippment" the variable tracking numer detail The variable in BO magento 2 Email templates : {{block class='Magento\Framework\View\Element\Template' ...