Page 1 of 1

October 2007. NorPrice popup suddenly doesn't work.

Posted: Wed Oct 10, 2007 2:55 pm
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.