Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Problems and bugs
 Tracking Order on Admin Screen v7.0
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Renners
Starting Member

United Kingdom
46 Posts

Posted - November 26 2010 :  10:56:50  Show Profile  Visit Renners's Homepage  Reply with Quote
In version 6.5 the background colour of the tracking icon would change if the order had a tracking record added on the day you looked at the admin screen, this I found useful and was dissappointed to see it wasn't there in my version of 7.0

I looked today to put it back in and found that the function is still there and all that's missing was the code to change the background colour.

Simple fix if you want to do it yourself (@your own risk etc!)

Find 'if GetConfig("xtracking") = "Yes" then' in the file shopa_displayorders.asp (its around line 512)

replace

if GetConfig("xtracking") = "Yes" then
%>
  <td class="al vt">


with

if GetConfig("xtracking") = "Yes" then

  if trackingtoday(rsorder(idfield)) = true then%>
						<td class="al vt" bgcolor='#808080'>
					<%else%>
						<td class="al vt">
					<%end if%>


and upload and it should work fine, change the bgcolor to whatever you want I've used a dark grey above.

Regards,
Renners

diegomilito
VP-CART Expert

Argentina
779 Posts

Posted - November 27 2010 :  03:49:52  Show Profile  Reply with Quote
thx Renners for sharing this, I found it is useful.

Diego.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00