Jump to content

add tracking to 'Order History'


TheKackler

Recommended Posts

I have this in my skin/templates/content.receipt.php NOTE - I use endicia tracking, so the link would be the same as in the email tracking -  {$DATA.ship_tracking}  - if you use one straight from your carrier.

{if isset($DELIVERY.url)}
								<tr>
									<td>{$LANG.basket.track}</td>
									<td><a href="{$DELIVERY.url}" class="button" target="_blank">{$DELIVERY.method}</a></td>
								</tr>
							{else if ($DELIVERY.tracking)}
								<tr>
									<td>{$LANG.orders.shipping_tracking}</td>
									<td><a href="https://www.endicia.com/Status/?PIC={$DELIVERY.tracking}" target="_blank">{$DELIVERY.tracking}</td>
								</tr>
							{/if}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...