teksigns Posted March 31, 2003 Share Posted March 31, 2003 Pageloading Version 0.1 anyone know how to modify the checkout confirmation page so that when someone clicks the "confirm order" it displays a Processing Payment page like the Pageloading one while its getting authorization . anyway of doing this ? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted March 31, 2003 Share Posted March 31, 2003 There was just a contribution made for Page Loading you might look at to see if that would help you. Quote Link to comment Share on other sites More sharing options...
teksigns Posted March 31, 2003 Author Share Posted March 31, 2003 i know this i posted it in the topic . what im asking is how could i modify it so that something like this would show while the customers card is being processed. this would keep them from clicking the process order buttom more than once . Quote Link to comment Share on other sites More sharing options...
Druide Posted March 31, 2003 Share Posted March 31, 2003 haha... just put it up and now already modifications...lol nice idea but that depends on what kinda paysystem you use I think Quote Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;) Link to comment Share on other sites More sharing options...
teksigns Posted March 31, 2003 Author Share Posted March 31, 2003 couldnt there be a code onSubmit() code put somewhere in the form for the confirm order page.. that way it displays that while getting payment confirmation . but the main thing im talking about is for live credit card processing where your actually waiting on a accept or decline ........ Quote Link to comment Share on other sites More sharing options...
Druide Posted March 31, 2003 Share Posted March 31, 2003 onSubmit(hideLoadingPage()) that will not work i think but you need to put this code somewhere at the top where it has validated the credit card hideLoadingPage(); that will do the job Quote Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;) Link to comment Share on other sites More sharing options...
teksigns Posted March 31, 2003 Author Share Posted March 31, 2003 have tried adding hideLoadingPage(); to the top of several payment types at different places ..... however when added all i get is : call to undefind function error Quote Link to comment Share on other sites More sharing options...
Druide Posted March 31, 2003 Share Posted March 31, 2003 did you added this to the right page ? <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body Onload="hideLoadingPage()"; marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <?php include("includes/pageloading_body.php"); ?> <!-- header //--> note: you need to change the path maybe TIP: use something like: DIR_WS_INCLUDES Quote Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.