NorPrice V4 not working.

Automatic multi currency display on entire catalog.

Run your catalog in a main currency (or a main and alternate) with the customer having the option to turn on an additional currency throughout the Catalog, Cart and Checkout.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

NorPrice V4 not working.

Post by norman »

Some servers security permissions are preventing NorPrice V4 ECB running.

You can test for this by going to e.g. http://<mysite.com>/acatalog/norpricejs.php - and if you see an error message like below you have this problem.

Code: Select all

Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in .... /norpricegetecbrates.php on line 8
Try this for a fix. Edit file norpricegetecbrates.php (in your Site folder) and amend the line:

Code: Select all

        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
to be

Code: Select all

        // curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
Then Update and see if that helps.
Norman
Post Reply