October 2007. NorPrice popup suddenly doesn't work.

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

October 2007. NorPrice popup suddenly doesn't work.

Post by norman »

Bug: NorPrice opens the popup window but nothing happens when you select a different currency.

Reason: It looks like Textor (from where we get the rates) has changed something - there are less rates on view now.

Solution:

Edit norpricepopup.html (in your Site folder).

Look for the line (about 98 down).

Code: Select all

function c1conv1(){     //redefine textor code to also set cookie
Add the following after it.

Code: Select all

var basevalue = 1;
Do an update and that should be things fixed.
Norman
Post Reply