Search the Community
Showing results for tags 'tracking url'.
-
The Royal Mail tracking URL has recently changed - it used to be (eg): http://www.royalmail.com/portal/rm/track?trackNumber=AB123456789GB But that no longer works - it takes you to the right page via a redirect, but the tracking number doesn't get entered automatically into the search box. Anyone know the new URL? Thanks
-
Hi all, A small tip on adding a tracking url to your carrier. When you edit the carrier and add the tracking url, some complications might pop-up. Here is the tracking code that I wanted to implement for the carrier: https://jouw.postnl.nl/?D=NL&T=C#!/track-en-trace/@ However whenever I submitted it, wouldn't allow since the url was invalid. I found out that the "!" exclamation mark was making the link invalid. Therefore I got the work around by adding the link as: https://jouw.postnl.nl/?D=NL&T=C#%21/track-en-trace/@/NL/ If you ever run into an error like an invalid url, try url encoding. You can read more about that at https://www.w3schools.com/tags/ref_urlencode.asp Katamariz
-
- shipping
- tracking url
-
(and 1 more)
Tagged with:
-
HI, I've put the {followup} link into the shipped.html notification (Order Status -> Shipped) Now I want to turn off the notification email: in_transit.html (send an email when i enter the tracking number) Reason why: I want to send the tracking url when i set the order to status shipped and not after i entered the tracking number. Prestashop 1.5.6.1 Any ideas? Thank you!
- 2 replies
-
- transift
- notification
-
(and 1 more)
Tagged with:
-
In Holland not only the tracking number is necessary but also the Postal Code/Zip Code is needed. The correct syntax would be: http://www.postnlpakketten.nl/klantenservice/tracktrace/basicsearch.aspx?lang=nl&B=3SABC12345678&P=1111AA Where 3SABC12345678 is the tracking number and 1111AA is the Postal Code/Zip Code How can you configure this within Prestashop?