Merge Code for Multi-box shipments
I'm looking to send an e-mail template, that is for a multi-box shipment (not a partial shipment), that ships all together.
In other words, after I've entered the tracking numbers and tracking URLs, in the 'Add Shipment' section of the order, for all the boxes in the shipment, need a merge code that is linked to the various tracking I just entered.
So, the e-mail template would be something like this:
Box #1 - Tracking number is 1234567 (##TRACKINGURL##)
Box #2 - Tracking number is 7654321 (##TRACKINGURL(2)##)
Box #3 - Tracking number is 5432176 (##TRACKINGURL(3)##)
Currently, only ##TRACKINGURL## exists. Need a merge code for the 2nd and 3rd tracking URLs, in my example above.
-
It would be nice if there could be a merge that worked like a foreach statement, kindof like how the cart_items and order_items sections work in the site templates.
Something like:
<ac:layoutarea id="TrackingDetail">
Tracking number: ##TRACKINGCODE## (##TRACKINGURL##)
</ac:layoutarea>
Come to think of it, it would be nice to have the above in the site templates as well, since currently there is now way to format/reword what is shown for the tracking info, as there is no foreach loop for tracking info and the ##TRACKINGCODE## and ##TRACKINGURL## merges are only available on email templates.
0
Please sign in to leave a comment.
Comments
1 comment