Removing the "from" price on a product?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
I cannot figure out how to remove the prefix "from" off two of my products.

It will say:

"From $19.95 (USD)"

When I only want it to say:

"$19.95 (USD)"

The weird thing is that only two of these products have this prefixing problem, and every other is ok.

Any suggestions?

Thanks!
Il y a 13 ans
if you have price altering attributes or product variants with different prices then

  'from '  <the lowest price>

will appear


to change ( or delete ) the text, in admin   content management --> localisation

look for resource string:

Products.PriceRangeFromText


the resource value  should be

From {0}

suggest you  keep     {0}

even if you have no text
Il y a 13 ans
thanks for the tip.
Il y a 12 ans
I would like to remove the entire text. How this can happen. Thank you!
Il y a 12 ans
Please spefically mention which entire text do u want to remove?
Il y a 12 ans
I see no sense in it, also does not look good on my site.
Il y a 12 ans
hotris wrote:
I see no sense in it, also does not look good on my site.

Give an example of how it is showing
Il y a 11 ans
For example
http://nexuscyber.com/arduino

I just want show the original price here, not the lowest discounted price. Also at homepage.

Please help.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.