AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: James on July 09, 2012, 07:55:42 AM

Title: Product Price / Cost issue? is it bug?
Post by: James on July 09, 2012, 07:55:42 AM
Dear All,

I have on previous occasion shared this issue. however was never able to pinpoint myself on how this happened.

1. Product Created with Value (xxxx.xx) turns to (xx.xx) or   value (xxxx.xx) turns to (x.xx).
2. What would happen is everytime a product was created, sometime later when going about with usual work and editing and updating, even when the price / cost is not updated or edited. (the value changes on its own) to a smaller digit value.


Finally if am not wrong, i found how it was happening. although on previous occasions on other posts. i mentioned this. i never knew why or how it happened. here is when it happens.

1. Product created, with all required information including cost and price and so on.
2. Product displays fine.
3. Edit Product (for example lets say description of the product) and save the changes
4. Products description is updated. and a message displayed success message on top.
5. (You are still on the edit option) now refresh the page. (The value in price and cost text box has changed on its own)

:) hope this can be fixed. or some light shed on this issue :)

Thanks guys...
I have truly loved the way this product is evolving .... amazing work team ;)
Title: Re: Product Price / Cost issue? is it bug?
Post by: abolabo on July 09, 2012, 01:24:48 PM
hello.
we changed some number formatting. Now will works correctly.
bugfix will be in next release...1.0.4
Thank you :)
Title: Re: Product Price / Cost issue? is it bug?
Post by: James on July 09, 2012, 01:26:18 PM
hello.
we changed some number formatting. Now will works correctly.
bugfix will be in next release...1.0.4
Thank you :)

Cool so, it means if an admin refresh the product edit page. it wont automatically change the value anymore :)

Thats nice..

Thanks  :)
Title: Re: Product Price / Cost issue? is it bug?
Post by: abolabo on July 11, 2012, 07:40:33 AM
Cool so, it means if an admin refresh the product edit page. it wont automatically change the value anymore :)
Thats nice..
Thanks  :)

Yes. it will format numbers by admin language settings (decimal and thousand pointers), even after js-preformatting  and saving. We added common function for preformatting these numbers for database writing.
By the way you can check this on current development version from our github repo (https://github.com/abantecart/abantecart-src/tree/1.0.4)
Title: Re: Product Price / Cost issue? is it bug?
Post by: James on July 14, 2012, 10:37:34 AM
Yes. it will format numbers by admin language settings (decimal and thousand pointers), even after js-preformatting  and saving. We added common function for preformatting these numbers for database writing.
By the way you can check this on current development version from our github repo (https://github.com/abantecart/abantecart-src/tree/1.0.4)


Cool thanks...