ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Suggestions
  New Posts New Posts RSS Feed - Coding Error on Order Lookup Without an Account
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Coding Error on Order Lookup Without an Account

 Post Reply Post Reply
Author
Message
sbickhart View Drop Down
Newbie
Newbie


Joined: 17-August-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote sbickhart Quote  Post ReplyReply Direct Link To This Post Topic: Coding Error on Order Lookup Without an Account
    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.

http://demos.productcart.com/demos/standard/pc/Checkout.asp?cmode=1

go here and enter a valid email and make a order number up and see.

 

Just thought it should be know!!

Back to Top
sbickhart View Drop Down
Newbie
Newbie


Joined: 17-August-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote sbickhart Quote  Post ReplyReply Direct Link To This Post Posted: 23-October-2012 at 10:37am
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);
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.