close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Checkout Success Page Not Displaying

Thread began 8/23/2010 8:29 am by vmartinez310076 | Last modified 8/24/2010 7:19 am by Jason Byrnes | 2205 views | 7 replies |

vmartinez310076

Checkout Success Page Not Displaying

After clicking the "Submit" button on the confirm page it processes the order, but re-displays the confirm page and not the success page. The order is entered into the database and the Authorize.net email receipt is sent.

Any help will be greatly appreciated.

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

sounds like there is a php error occurring that is preventing the redirect to the success page.

add the following to line 1 to turn error reporting on to see what the error is:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

vmartinez310076

It did not through any errors. Any other ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a copy of the confirm page

Sign in to reply to this post

vmartinez310076

Checkout Success Page Not Displaying

Attached is a zip file with the confirm page code.

Thanks

Attached Files
confirm.zip
Sign in to reply to this post

Jason ByrnesWebAssist

add the following code just before the doc type tag:

php:
<?php

// WA eCart Redirect
if ($bibbieCart->redirStr != "")     {
  
header("Location: ".$bibbieCart->redirStr);
}
?>
Sign in to reply to this post

vmartinez310076

Thank you. That fixed the problem. Do you know why eCart 5 didn't insert the code on creation?

Thanks again,
Vince

Sign in to reply to this post

Jason ByrnesWebAssist

I cant say, it should have been added there.

Any time I have used the checkout wizard, the code was added, i have not been able to reproduce the problem in order to investigate the cause.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...