Page 1 of 1

NorPrice v5 ittermittent display on filter price ranges.

Posted: Wed Aug 21, 2019 12:02 am
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