ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Suggestions
  New Posts New Posts RSS Feed - Time In Order page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Time In Order page

 Post Reply Post Reply
Author
Message
Tzur-pc View Drop Down
Newbie
Newbie
Avatar

Joined: 01-March-2007
Location: Israel
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tzur-pc Quote  Post ReplyReply Direct Link To This Post Topic: Time In Order page
    Posted: 21-May-2007 at 1:06am

Hi,

sincce I update to ver 3.051 the TIME dissapear from the order page....

Maybe some one know how to get it back???



Edited by Tzur-pc - 21-May-2007 at 1:08am
Back to Top
sdalan View Drop Down
Groupie
Groupie
Avatar

Joined: 10-August-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote sdalan Quote  Post ReplyReply Direct Link To This Post Posted: 21-May-2007 at 12:10pm

Here is the code from orddetails.asp:

Line 276: '------------------------------
' Order time: retrieve and format
pcv_OrderTime=rs("pcOrd_Time")
if pcv_OrderTime<>"" and not isNull(pcv_OrderTime) then
 if scDateFrmt="DD/MM/YY" then
  pcv_OrderTime = FormatDateTime(pcv_OrderTime, 4)
  else
  pcv_OrderTime = FormatDateTime(pcv_OrderTime, 3)
 end if
else
 pcv_OrderTime=""
end if

Line: 492:

Order #: <%=(scpre+int(qry_ID))%>&nbsp;|&nbsp;Date: <%=porderdate%><% if pcv_OrderTime<>"" then %>&nbsp;|&nbsp;Time: <%=pcv_OrderTime%><%end if%>&nbsp;|&nbsp;Total: <%=scCurSign&money(ptotal)%>

I looked at our backup copy of our SQL data and the field continues to be populated. But the code that formats apparently returns "" for it so the code that displays it skips it. Perhaps take this up in a PC support ticket.

Best regards,

AA

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.