Currency Rate 0.000022 Is Rounded Down 0.00002?

I want use USD is base currency. My currency rate 0.000022 is rounded down 0.00002. How to keep this rate is 0.000022?

Thanks!

Hello!

I want use USD is base currency. My currency rate 0.000022 is rounded down 0.00002. How to keep this rate is 0.000022?

Thanks!

You can specify the quantity of the numbers after separator in the database.

Table: cscart_currencies, Field name: coefficient, Type: double, Length (appropriate for your situation): 8,6

where 8 - is the summed number of symbols (including the separator . ); 6 is the number of symbols after the separator.

Note: not tested in the real store.

Thanks! I fixed that. We can edit length in database

Glad to help!