Localizza e sostituisci nei files di configurazione:

> includes/configure.php
> admin/includes/configure.php

// Define the webserver and path parameters
define(‘HTTP_SERVER’, ‘http://www.YOUR_SHOP.com’);
define(‘HTTPS_SERVER’, ‘https://www.YOUR_SHOP.com’);
define(‘ENABLE_SSL’, false); // secure webserver for checkout procedure?

I valori possono essere o > true (attivo) o > false (disattivato)