Price with 3 decimal in 4.1.9 version
Hi,
I have to use 3 decimal pricing like "2.854─", and I have gone through this forum and changed in database all (12,2) to (12,3) and in "../include/func/func.core.php" I have changed
"return sprintf("%.2f", round((double)$price+0.00000000001, 2));"
to
"return sprintf("%.3f", round((double)$price+0.00000000001, 3));"
But from admin I only can add prices withy 2 decimal and user can only see 2 decimal as well.
Can some one help to setup 3 decimal price in 4.1.9 gold version of X-cart?
I will appriciate it.
Ali
__________________
MEGA LINE
4.1.9
|