Jump to content

How to set order tracking number?


Recommended Posts

Hi, all

I have search the forum a while and looking for how to set Tracking Number with PS 1.2.1.0
but i can't find the answer.

I can add tracking number with PS 1.1.0.5.
but i don't know how to add tracking number for PS 1.2.1.0.

So, I try to change the order status to "in_transit" or "preparation" or "shipped", I found nothing happen.

Help me please!

sorry about my weak english.

Link to comment
Share on other sites

  • 1 month later...

From what I can tell from looking through the code while coding modules, the tracking number can only be set when the Carrier has a tracking URL added. Then a field on the order form should appear to add the tracking number, this is then sent to the customer in an e-mail.

I do not use the feature yet, so I may be off track with how this works :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Hi,

I have a URL configured within the Carrier configuration and the status of the order is set to 'Shipped', but I cannot for the life of me find the field to enter the tracking number.

Could someone tell me where its located. I am currently looking under Orders --> Customer Order

Link to comment
Share on other sites

An update to this....

Seems there is a bug in version : 1.2.5.0

on line

526 if ($carrier->url && $order->hasBeenShipped())

It seems that the variable '$carrier->url' is not being populated even though the field contains information under the carrier. If I remove this from the IF statement the tracking field appears and we are all happy shoppers.

let me go report the bug.

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 2 weeks later...

Hi,

I worked out that *if* an order is created with a carrier, and you then modify the carries the order was placed on, no matter what you do it wont tie the two together.

Make your changes to your carriers and any further orders will then use the changes made, ie your shipping details. For the orders already in the system, I had to modify the database manually to use the new ID of the carrier.

Good Luck.

Link to comment
Share on other sites

×
×
  • Create New...