hatc Posted June 7, 2009 Share Posted June 7, 2009 When I send out the "order sent" mail, the T&T;number is showen as the hole URL adress. (See attached pic.)1) Is there a way to make it shorter or just "click here"2) Is it posible to include the T&T;no. so the customers can see it Like : _________________Your T&T;no. is XXXXXXXXXXXDK------------------------To track your parcel-- Click here --_________________/Henrik Link to comment Share on other sites More sharing options...
hatc Posted June 22, 2009 Author Share Posted June 22, 2009 Please anyone !!Could someone please tell me if above image is normal in Presta or if anyone found a way to shorten it.Thanks/Henrik Link to comment Share on other sites More sharing options...
Ion_Cannon Posted June 23, 2009 Share Posted June 23, 2009 Check your order-detail.tpl file in your theme, let us know how you are using the {$followup} variable.It should look something like this: {if $followup} {l s='Tracking:'} {l s='View Shipment Status'} {/if} Link to comment Share on other sites More sharing options...
hatc Posted June 24, 2009 Author Share Posted June 24, 2009 Hi Ion_cannon,Thanks for your reply, I variable was more or less the same, but just in case, I copied yours into tpl file.unfortunatly it give me the same output (as picture above) (;O(Any surgestions ?/Henrik Link to comment Share on other sites More sharing options...
Ion_Cannon Posted June 24, 2009 Share Posted June 24, 2009 Well the image you have posted is from an Email I assume?? When you check the Order Details on the site with the code above what does the tracking information look like for the order now? You have to edit the email template /mails/lang/shipping.html, make sure {followup} is enclosed like below if you are trying to fix an email: Track Your Shipment It should work that way. Link to comment Share on other sites More sharing options...
hatc Posted June 24, 2009 Author Share Posted June 24, 2009 {followup} I am so sorry for getting it streight !I was actually thinking of the Email, because I forgot about the link in the account section,but now that works like a charm (;O) regarding the Email, the above code is what gives me the long tracking no in the mail.I tried to the following without any luck (no email is send and no show in account section) {postpakke} postpakke {'postpakke'} Is there any other way to do this ?/Henrik Link to comment Share on other sites More sharing options...
Ion_Cannon Posted June 24, 2009 Share Posted June 24, 2009 I'm not sure what a "postpakke" is but it should show up in the newly sent shipping E-mail underlined and clickable with the below code. postpakke Link to comment Share on other sites More sharing options...
hatc Posted June 24, 2009 Author Share Posted June 24, 2009 "Postpakke" is the danish word shippingpackage, but if I use that string there is no email and the line do not show up in the account section.but if I use {followup} I get the Email and the line in the account section but the line is as per the above pic. ??/Henrik Link to comment Share on other sites More sharing options...
Recommended Posts