- 130
Hello-
The instant search returns the lowest possible price of the products, preceded by the word "From"
I have looked at the instantsearch view and don't see the word "From":
I also don't see a string resource for it...
If I want to change it to display as "Starting at" or "As low as", where would I do that?
Thanks!
The instant search returns the lowest possible price of the products, preceded by the word "From"
I have looked at the instantsearch view and don't see the word "From":
'<div class="price"># var price = ""; if (data.ProductPrice.Price) { price = data.ProductPrice.Price } # #= price #</div>' +
I also don't see a string resource for it...
If I want to change it to display as "Starting at" or "As low as", where would I do that?
Thanks!