NorPrice v5 ittermittent display on filter price ranges.

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 v5 ittermittent display on filter price ranges.

Post by norman »

Problem:

If using filtering via price bands the foreign currency disappears from the Filter Price Range List after a filter item is clicked.

Solution:

Due to the way SellerDeck updates the filter price bands it will be very hard to fix.
Workaround would be to disable the alternative currency display on these lists so the customer isn't confused / annoyed.
To do this edit file norpricesupport.js and look around line 98 for the line:

Code: Select all

	$( "body :not(option,input,textarea,script,form,.noconvert)" ).replaceText(np_pricepattern, replaceprice);// try convert on every likely text node
Replace that line with:

Code: Select all

	$( "body :not(label,option,input,textarea,script,form,.noconvert)" ).replaceText(np_pricepattern, replaceprice);// try convert on every likely text node
Norman
Post Reply