Quote Originally Posted by lat9 View Post
@Jeff_Mash, I'll suggest you give it a try with 3-page checkout, too ... but OPC's functionality combines checkout_shipping, checkout_payment and checkout_confirmation into a single page and, as you indicated, has no bearing on the checkout_process step.

One thing I saw in my review of the code is that they're using file_get_contents to retrieve a CURL response which, depending on your webhost's configuration, might not be permitted. Unfortunately, they've also got any errors issued from that call @-blocked. You could try removing the @ from the @file_get_contents on line 109 of the fraudlabspro.php module and see if that's where the issue lies.
I'll remove the @ on line 109 just to see if that will do anything.

One of the MAIN reasons why I love OPC is not for the single page, but rather, for the ability to have Guest Checkout.

As it stands, if the configuration for "Enable One-Page Checkout?" is set to false, it turns off the entire module. But since you also have an "Enable Guest Checkout?" value, is there any possibility in future releases where one can not be dependent on the other?

For example, can have the 3 page checkout (by setting Enable OPC to false), but also have the Guest checkout option by setting that to true?