VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: aravot on November 17, 2007, 08:34:57 AM

Title: [TRACKER 1538] Price limit bug
Post by: aravot on November 17, 2007, 08:34:57 AM
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.
Title: Re: [CONFIRM] Price limit bug
Post by: aravot on November 17, 2007, 09:01:00 AM
Q&T note; tracker URL http://virtuemart.net/index.php?do=details&task_id=1538&option=com_flyspray&Itemid=83&option=com_flyspray&Itemid=83
Title: Re: [TRACKER 1538] Price limit bug
Post by: Replika on November 26, 2007, 12:50:47 PM
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