close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Checkout Page Won't Display

Thread began 6/04/2013 3:52 am by peterm.bruce341471 | Last modified 6/06/2013 9:57 am by peterm.bruce341471 | 1771 views | 9 replies

Jason ByrnesWebAssist

The error occurs on trying to change from the http site to the secure https site.

some servers have a seperate upload folder for the http site versus the secured https site.

where you are using PayPal payments pro, it strongly recommended that you use the https address for the checkout, you will need to uplaod the power store files to the correct directory on the server for the https address, contact your host if you are unsure where that is.

for the time being, i have disabled the redirect to the https server by editing the webassist/plugins/checkout_form.php page and commenting the following code:

php:
/*if ((empty($_SERVER['HTTPS']) || $_SERVER['HTTPS']=="off") && !isset($_POST["Checkout_x"]) && !isset($_POST["Checkout"]) && (time() - $_SESSION['WA_HTTPS_Redirect']) > 8) {

  if (!isset($_SERVER['REQUEST_URI'])) $_SERVER['REQUEST_URI'] = $_SERVER['PHP_SELF'];
  $testRedirect = "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
  $c = curl_init();
  curl_setopt($c, CURLOPT_URL, $testRedirect);
  curl_setopt($c, CURLOPT_TIMEOUT, 90);
  curl_setopt($c, CURLOPT_SSL_VERIFYPEER, 0);
  curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 0);
  $result = curl_exec($c);
  if ($result)  {
      $_SESSION['WA_HTTPS_Redirect'] = time();
      header("location: ".$testRedirect);
      die();
  }
}*/



once you have the files uploaded to the https location, you should uncomment that code.

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