Embedding shipper tracking links in ship email templates.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Embedding shipper tracking links in ship email templates.

Post by ZLA » Tue Aug 18, 2009 3:14 pm

We have a drop ship model (AC 7.0.2). When a vendor notifies us that an item has shipped, we can use the Ship Items feature to enter a tracking number which will be included in the Ship Email template. Unfortunately, there isn't a way to paste in the tracking link that is usually included from the vendor.

One thought I had was to tell the admin user to paste in the tracking number along with a shipper code (such as UPS 12345678 or USPS 23456789) and modify the email template with some nVelocity to add the tracking number to one of a few hardcoded tracking links for the shippers involved.

As part of our drop ship model, we do not use integrated shipping.

My questions:
1. Is there an easier way to do this?
2. Do the urls for the shipper tracking links stay constant enough for this to work?
3. What are the different permutations for a shipper's tracking link? Do they have a single one worldwide or do different ones exist for domestic vs international or even by country?

Thanks in advance.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Embedding shipper tracking links in ship email templates.

Post by AbleMods » Tue Aug 18, 2009 5:35 pm

The URLs are pretty static so far as I know. Many, many systems auto-link to the carrier tracking systems.

When you talk about not using integrated shipping, do you mean when you post a shipment in AC7 that the default carrier choice list isn't populated? I have that same issue on custom shipping methods - posting just the tracking number is worthless because the default carrier isn't set. I set the dropdown to the right carrier, then set the tracking number and it works fine. But I also have integrated shipping so the dropdown list is still populated.

Since you're not using integrated shipping, then your dropdown is probably completely blank. Have you tried pasting the entire tracking URL as the tracking number? The field supports up to 100 chars for the URL, and most email systems will automatically make it a clickable link if they see the HTTP:// portion.

Another thought: Setup integrated shipping. Then assign all the shipping methods to your admin group. None of the visitors will ever get them as possible choices, but your shipments page will now at least let you choose the carrier so the tracking URL can be produced.

I believe this post (about halfway down) has the code for the email template to show shipment tracking info in emails. viewtopic.php?f=42&t=9329&p=50695&hilit ... url#p50695
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: Embedding shipper tracking links in ship email templates.

Post by afm » Tue Aug 18, 2009 7:10 pm

AbleMods wrote:Another thought: Setup integrated shipping. Then assign all the shipping methods to your admin group. None of the visitors will ever get them as possible choices, but your shipments page will now at least let you choose the carrier so the tracking URL can be produced.
I think you only need to add the carrier (such as UPS), but don't define any methods.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Embedding shipper tracking links in ship email templates.

Post by ZLA » Tue Aug 18, 2009 7:38 pm

Thank you both. Looks like one or both will work. Just to clarify, my customer sells products from several vendors and each vendor uses one or more shipping methods which can vary based on speed and product size. So even though we don't ship anything, we still have to provide tracking for a number of shippers.

Joe, one issue I see with pasting the link is that we sell gift items so there can be multiple vendors and multiple destinations which could generate multiple tracking numbers. Once that happens, 100 chars isn't so many.

Do you know how well multiple tracking numbers are handled for shipper tracking links?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Embedding shipper tracking links in ship email templates.

Post by AbleMods » Tue Aug 18, 2009 7:45 pm

Handles fine in my install. I have multiple shipments all the time, but I don't do the email links. I leverage the additional marketing opportunity by requiring the visitor to return to my site for tracking info.

Looking at the code in that post, it'll handle multiple shipments just fine.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply