Question

In Magento it is not possible to set a price = 0.

But there might be cases where data is not yet complete (when developing a shop) - or products are not for sale (i.e. some custom block is displayed)

What is a reasonable value to set as price?

I think a very high one if more secure than 0.01 ?

Was it helpful?

Solution

You can't leave the price field blank because your product will not pass a JS validation but putting a "0" should work fine.

Otherwise you have some customisations which are not allowing to do so.

OTHER TIPS

For now I will use 88888888.88 and made a config class to define & return this price.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top