remove 'call for pricing' from product page in nop 2.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
I would like to not have a price or the phrase 'call for pricing' on a product.

In the product variant I have disabled the buy button by selecting the disable buy button box but that left 'Price: $0.00.
I then selected the call for price box and now I have 'call for pricing'. I would like to have nothing shown.

Any help would be greatly appreciated, thanks



I'm using nopCommerce 2.03
12 年 前
If you don't want to make any modifications in the code and don't want display $0.00 either.

Here's one simple trick:

Activate the "call for price" option for your product(s).

Now go to Admin section > Languages > English > View string resources (click here)

Click on the "Resource Name" filter

and set the filter as:

Show rows with value that: STARTS WITH

Type this "Products.CallForPrice" and press "Filter"

You will get something like this:

English  Products.CallForPrice  Call for pricing  Edit <-- Click Here      Delete

Now change the VALUE from "Call for price" to "." or "-" (or try blank space too)

Now your both purpose will be solved - No $0.00 and  No "Call for price"

Instead of "Call for price", only blank space or "." or "-" will be displayed.
12 年 前
Thank you. That left punctuations (i.e. "." ) in the place of 'call for pricing'. But thanks for the tip it helped me with a few other things.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.