Product Price Decimal Places From 2 To 3 Warning

Hello,

We are trying to have the product prices decimal places to be 3 not 2, our primary currency is customized not USD, however, every time we try to change the decimal places from 2 to 3 we get the following warning:

Warning You have specified 3 decimal places for KWD. The maximum number of supported decimal places is 2. Further values will be displayed as zeros.

What can we do?

Hello

In table cscart_product_prices field price is

		decimal(12,2)

Best regards

Robert

Hello

In table cscart_product_prices field price is

decimal(12,2)

Best regards

Robert

We tried to change the precision for this table and field but it didn't reflect in adding or editing a product price we are still unable to put one more digit

Hello

In file /design/backend/templates/views/products/update.tpl

field input price should look like

(it's best to make an addon to avoid modifying core templates)

Next in Aministration->Currency->Particular currency change "Decimas" on 3.

It should be work

Best regards

Robert

Hello

In file /design/backend/templates/views/products/update.tpl

field input price should look like

(it's best to make an addon to avoid modifying core templates)

Next in Aministration->Currency->Particular currency change "Decimas" on 3.

It should be work

Best regards

Robert

Ok great another question

How to add this modification in the mychanges addon and have it overwrite the existing template?

is there a guide that I can follow?

Thank you very much!

Hello

Create file

/design/backend/templates/addons/my_changes/hooks/products/product_update_price.override.tpl

with modified content

Best regards

Robert