Coding Error on Order Lookup Without an Account |
Post Reply |
Author | |
sbickhart
Newbie Joined: 17-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 23-October-2012 at 9:39am |
Well i don’t know if this is called an error but... Did anyone else notice when looking up a order when you DO NOT have an account. If valid info is not present the error dialog box comes up for 1 second and then disappears.
|
|
sbickhart
Newbie Joined: 17-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
if any one else would like to know how to display this longer than 1 second. You can make a change to the checkout.asp file as following.
code was $("#ORVLoader").html('<div class=pcErrorMessage> '+data+' </div>'); var callbackBill=function (){setTimeout(function(){$("#ORVLoader").hide();},1000);} $("#ORVLoader").effect('',{},500,callbackBill); changed to this shows for 30 seconds $("#ORVLoader").html('<div class=pcErrorMessage> '+data+' </div>');
var callbackBill=function (){setTimeout(function(){$("#ORVLoader").hide();},30000);} $("#ORVLoader").effect('',{},500,callbackBill); |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |