Page 1 of 1

Admin Retail Price Display.

Posted: Tue Oct 08, 2013 11:19 am
by jasoneasterday
I have a product which I edited the retail price to be greater than 1000.00. I know that the $1000 is the threshold by entering in 999.99 and then 1000. Once i pass the threshold of 1000, the data isn't displayed on the screen in the admin any longer. When i look at the data, it's fine in the database.

Code: Select all

RETAIL_PRICE
1050.00000

however when i view it in the admin, it's just empty. I assume it has to do with the HTML5 display with a it being a number and having a comma in the value?

Code: Select all

<input type="number" step=".01" class="two" id="fields'defaultSku__retailPrice'.value" name="fields['defaultSku__retailPrice'].value" value="1,050.00">

once i modify the the value with inspect in chrome, it appears. How can i fix this so the comma isn't displayed in the value, thereby displaying it in the admin?

Jason

Re: Admin Retail Price Display.

Posted: Tue Nov 12, 2013 5:34 pm
by bpolster
Tracked as this issue https://github.com/BroadleafCommerce/BroadleafCommerce/issues/397.

Targeted for 3.0.6-GA scheduled for Nov. 20th.