Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pageloading Version 0.1


teksigns

Recommended Posts

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 ?

Link to comment
Share on other sites

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 .

Link to comment
Share on other sites

haha...

 

just put it up and now already modifications...lol

 

nice idea but that depends on what kinda paysystem you use I think

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

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 ........

Link to comment
Share on other sites

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

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

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

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...