News:

Looking for documentation? Take a look on our wiki

Main Menu

[TRACKER 1538] Price limit bug

Started by aravot, November 17, 2007, 08:34:57 AM

Previous topic - Next topic

aravot

I have a product sell at more than 10 million Rupiah (example Rp.15.000.000) when I input the price for that product 15000000 and save the result appear at the frontend is only Rp.10.000.000 and i check at the back end.. the price is 9999999.


Replika

#2
Any solution for this issue?
It seems database problem, Is it safe to change this column in DB to DECIMAL(12,2) (with phpMyAdmin), so that, we have 10 interger.

--edit--
I also increased maxlength value for product_price input tag to 12 13.
File: product.product_form.php & product.product_price_form.php

Hope it helps
--
Replika