close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

some orders not going into the database

Thread began 2/27/2018 7:23 am by Jamie | Last modified 3/19/2018 7:14 pm by Jamie | 1946 views | 7 replies

Ray BorduinWebAssist

If it is inserting in wrong and not updating it wrong later, you could probably prevent it without reproducing it.

It isn't the way I like to do things, because the underlying problem remains, but without reproducing it that might be your best option.

On line 29-30 of confirm.php you have:

if (isset($_POST["Payment_submit"]) || isset($_POST["Payment_submit_x"])) // Trigger
{



That is the trigger that does the insert summary. Below that you could add another final check:

php:
<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>

<?php 
 
if (isset($_POST["Payment_submit"]) || isset($_POST["Payment_submit_x"]))  {
   
$WAFV_Redirect "checkout.php";
   
$_SESSION['WAVT_payment_Errors'] = "";
   if (
$WAFV_Redirect == "")  {
     
$WAFV_Redirect $_SERVER["PHP_SELF"];
   }
   
$WAFV_Errors "";
   
$WAFV_Errors .= WAValidateRQ(WA_getSavedFormValue('CheckoutWizard_NewFromBlank_Default','First_Name') . "",true,1);

   if (
$WAFV_Errors != "")  {
     
PostResult($WAFV_Redirect,$WAFV_Errors,"payment");
   }
 }
 
?>



That way if it ever gets to that point without a First Name value being set, it will redirect to the checkout page and start the checkout process over. It should prevent the problem even without understanding it. Then if you ever find a case where you can't checkout and it keeps starting over you have reproduced the problem.


Did this help? Tips are appreciated...

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