Hi I have a development server running Xampp and when I installed osCommerce the PHP extensions for cURL and OpenSSL where not installed. Here is how you get OpenSSL, Xampp, osCommerce on Apache to run. Step-by-step how to use OpenSSL in XAMPP Open /apache/bin/php.ini file - there are a few...
cURL XAMPP and how to set it up
Step-by-step how to use cURL in XAMPP Open /apache/bin/php.ini file - there are a few php.ini files you could edit but this one will work everytime. Find the line with ;extension=php_curl.dll and uncomment it. Restart Apache. cURL should work fine now on Windows and Linux. You do not need to...