%
stage=""
stage = request.form("stage")
custemail = request.form("cust_email")
formno = request.form("form_no")
Set rstrack = Server.CreateObject("ADODB.Recordset")
Dim strtrack
strtrack = "SELECT * FROM orders where form_no='"&formno&"' and email='"&custemail&"'"
rstrack.Open strtrack, conTOdb
msg = ""
if not rstrack.eof then
order_id = rstrack("order_id")
order_to = rstrack("order_to")
address = rstrack("address")
city = rstrack("state")
pin = rstrack("pin")
country = rstrack("country")
pro_code = rstrack("pro_code")
order_on = rstrack("order_on")
delivery_on = rstrack("delivery_on")
orderstatus = rstrack("delivery_status")
delivery_status = rstrack("delivery_status")
dely = "y "
deln = "n"
delc = "c"
If inStr (orderstatus,deln) = 1 then
if DateDiff("D", Date, delivery_on)=0 or DateDiff("D", Date, delivery_on)>0 then
finalstatus = "Order is out for delivery."
else
finalstatus = "Ready for Dispatch"
End if
elseif inStr (orderstatus,dely) = 1 then
set recv = conTOdb.execute("select * from reciept where order_id="&order_id)
if not recv.eof then
receiver_name = recv("rec_name")
end if
finalstatus = "Order Delivered.
Received by : "&receiver_name
End if
else
msg="ERROR : Email ID & Order Number Does not match !!!"
end if
%>
Track your Order - Phoolwala
|
| |
|
Next Day
Flowers across India |
View
Cart || Track Your Order |
|
| |
|
 |
<% if msg = "" and stage = "track" then%>
Track
Your Order |
| |
|
|
Order
No |
|
<%=formno%> |
| |
|
|
Delivery
To |
|
<%=order_to%> |
Address |
|
<%=address%> |
City |
|
<%=city%> |
Country |
|
<%=country%> |
|
|
|
Product |
|
<%=pro_code%> |
Ordered
On |
|
<%=formatdatetime(order_on, 1)%> |
Delivery
Date |
|
<%=formatdatetime(delivery_on, 1)%> |
|
|
|
Order
Status |
|
<%=delivery_status%>
<%
dely = "Delivered"
disy = "Dispatched"
If inStr (delivery_status,dely) = 1 or inStr(delivery_status,disy) = 1 then
'if delivery_status="Delivered" or delivery_status="Dispatched" then
%>
Remarks : <%=rstrack("remarks")%>
Return Message : <%=rstrack("returnmessage")%>
Delivery Date : <%=rstrack("deliver_date")%>
<%end if%>
|
|
If you see a BLANK on "Order Status", it means that your order is currently out for despatch, and has not yet been updatedby the delivery florist
This column gets updated after 24-48 hours when the Delivery City florist comes back after delivering the flowers, and updates the online control panel
All our city florists deliver in 2 batches - morning and evening, with multiple orders being carried in each batch. We ask you to please be patient in case your order has not been updated yet.
Our customer servce team is available from 10 a.m. to 6 p.m. on all days. You can click on "Contact Us" below this screen |
|
<%else %>
<%
response.write msg
response.write " "
%>
<% end if %>
|
|
|
|
| |
|
|
| |
|
|
|
| |
*
Copyright (C) Bloom Florists Pvt. Ltd. 2007-17 If you need the content, please let us know the purpose
and we'll send you authorization as possible. Legal Notice >>> |