Print Page | Close Window

Coding Error on Order Lookup Without an Account

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Suggestions
Forum Description: ProductCart Suggestions
URL: https://forum.productcart.com/forum_posts.asp?TID=5324
Printed Date: 02-May-2024 at 8:14am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Coding Error on Order Lookup Without an Account
Posted By: sbickhart
Subject: Coding Error on Order Lookup Without an Account
Date 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" rel="nofollow - 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!!




Replies:
Posted By: sbickhart
Date 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);



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net