[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Check Status URL Missing on email receipt



Hello,
A couple of changes I made in 5.4 dealing with shipping options:
(First link deals with updating tracking information in the admin UI)
http://www.icdevgroup.org/pipermail/interchange-users/2006-February/044802.html


this is a snippit of code I modified from etc/ship_notice ( I always send the tracking number if available - hope this helps)

>>>

[if-loop-data transactions comments]
Your comments or gift note
----------------------------
[loop-data transactions comments]
[/if-loop-data]

Should you have a question about your items, or about other __COMPANY__
products, please reply to this message and let us help.
[query list=1 sql="select * from transactions where code = '[loop-code]' order by order_date"]
[tmp tt_status][sql-param status][/tmp][tmp tt_tst]shipped[/tmp]
[if type=explicit
    compare= "[calc]$Scratch->{tt_status} eq $Scratch->{tt_tst}[/calc]"]
   [tmp tt_carrier][sql-param carrier][/tmp] [tmp tt_tmp]UPS[/tmp]
 [if type=explicit
    compare= "[calc]$Scratch->{tt_carrier} eq $Scratch->{tt_tmp}[/calc]"]
Tracking Information: (Please allow 24 hrs for tracking to become available)
UPS Tracking: [sql-param tracking_number]
http://wwwapps.ups.com/etracking/tracking.cgi?InquiryNumber1=[sql-param tracking_number]&TypeOfInquiryNumber=T
   [/if][tmp tt_tmp]USPS PRIORITY[/tmp]
   [if type=explicit
    compare= "[calc]$Scratch->{tt_carrier} eq $Scratch->{tt_tmp}[/calc]"]
Tracking Information: (Please allow 24 hrs for tracking to become available)
US Priority Mail Tracking Number: [sql-param tracking_number]
   [/if] [tmp tt_tmp]FEDEX[/tmp]
   [if type=explicit
    compare= "[calc]$Scratch->{tt_carrier} eq $Scratch->{tt_tmp}[/calc]"]
Tracking Information: (Please allow 24 hrs for tracking to become available)
Fedex Tracking: [sql-param tracking_number]
http://www.fedex.com/cgi-bin/tracking?action=track&language=english&cntry_code=us&initial=x&mps=y&tracknumbers=[sql-param tr$
[/if]
[/if]

<<<

Hope it helps.
Steve Graham

----------------------

But....I have not been able to replicate this on my devel systems (5.4.1 & 5.5.0) and more depressingly, as of today, on the Interchange demo site!!. The email receipt now displays the below

Always reference your order number when calling for a status.

You can visit your account maintenance page to check order status.

Remember, you can always visit our site at:

http://demo.icdevgroup.org/demo1


Can anyone help re this?


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.