Get Tracking numbers for un-registered / anonymous users.

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
tntmjr
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Tue Jul 01, 2008 3:13 pm
Location: Dirty Jersey
Contact:

Get Tracking numbers for un-registered / anonymous users.

Post by tntmjr » Thu Apr 30, 2009 9:08 am

Is there a way to bring up a list of orders and tracking numbers by customer id (email address) and/or order number. Then send that list to the customers email address.

I guess the customer would have to fill in a form much like the lost password function to retrieve this info.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Get Tracking numbers for un-registered / anonymous users.

Post by mazhar » Thu Apr 30, 2009 9:47 am

You can filter order depending upon there BillToEmail. Once you are able to load orders you can get tracking number from each order and then trigger some Email manually to that BillToEmail address. Something like

Code: Select all

SELECT * FROM ac_Orders WHERE BillToEmail='abc@abc.com'

tntmjr
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Tue Jul 01, 2008 3:13 pm
Location: Dirty Jersey
Contact:

Re: Get Tracking numbers for un-registered / anonymous users.

Post by tntmjr » Tue May 05, 2009 11:42 am

I was more looking at how this could be a way for the customer to go to the site/store and retrieve his tracking number much like he would retrieve his forgotten password. There would be a form that said something like, " Unregistered or anonymous users track your orders By entering your email here." The difference being; instead of getting a link to re-assign the password he'd get a list of recent orders with tracking numbers if available in an email.

Post Reply