Here's the fix for anyone else using Godaddy to host Zen Cart, connecting to QBMS
Within the file includes>modules>payment>qbms.php
1. Remove the line:
curl_setopt($clientURL, CURLOPT_SSL_VERIFYPEER, 1);
2. Add these two lines in its place:
curl_setopt($clientURL, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($clientURL, CURLOPT_SSL_VERIFYHOST, 0);



Reply With Quote
Newbie question alert! Sorry if I'm hijacking the thread.
We've had several emails asking if we took CC's other than by PayPal. We got QBMS for card present retail transactions. We can also key in xactions. Is it possible to use both payment methods in ZC 1.3.8a? If so, do I need to create an intermediate page for the buyer to choose or do we want to drop PP altogether, since the rate is higher?

