Remove Require price range "The price must be from $x.xx to $x.xx"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 năm cách đây
We are a non-profit organization. All of our products are "Customer enters price". However, we do not have a minimum or maximum required amount.  Is there a way to remove/disable the "The price must be from $x.xx to $x.xx" from the product page?
11 năm cách đây
Maybe put a very large number in the "Maximum amount" and hide block "price-range" on the product page?
11 năm cách đây
[email protected] wrote:
We are a non-profit organization. All of our products are "Customer enters price". However, we do not have a minimum or maximum required amount.  Is there a way to remove/disable the "The price must be from $x.xx to $x.xx" from the product page?

You may find and change the string resource value to another text in admin>configuration>language>view string resources (use funnel tool to find your string)
11 năm cách đây
Mariann wrote:
Maybe put a very large number in the "Maximum amount" and hide block "price-range" on the product page?


Thanks you for answering.  Where would I find the product page to edit?
11 năm cách đây
You need to add to the file "styles.css" (it is here: Presentation\Nop.Web\Themes\DefaultClean\Content) this line:

.price-range{display: none;}
11 năm cách đây
Mariann wrote:
You need to add to the file "styles.css" (it is here: Presentation\Nop.Web\Themes\DefaultClean\Content) this line:

.price-range{display: none;}


That worked perfectly.  Thank you so much.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.