Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbraco Commerce 14.0.0 - Price field (Uc.PropertyEditorUi.Price) not saving entered price of zero (0.00) #555

Open
asawyermarathon opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working release/14.0.1

Comments

@asawyermarathon
Copy link

In Umbraco Commerce 14.0.0, the Uc.PropertyEditorUi.Price | Umbraco.Commerce.Price data type will not save a value of zero (0.00). This breaks functionality for me when add-on products are free. Products are not recognized as valid products without a price value saved.

Setting a value to 0.00 only saves an empty value

Install Umbraco Commerce 14.0.0
Add and configure the currency to be in USD
Add a new Uc.PropertyEditorUi.Price field to a doctype
Modify the value to 0.00 and "Save and Publish"
The zero value is not saved, the value is unset.

Expected behavior
Price should save a zero value

Screenshots

chrome_4AM6Z6xDjD.mp4

Additional context

Umbraco Commerce version:
Umbraco Commerce 14.0.0
Umbraco 14.2.0

@asawyermarathon asawyermarathon added the bug Something isn't working label Sep 13, 2024
@mattbrailsford mattbrailsford self-assigned this Sep 18, 2024
@mattbrailsford
Copy link
Contributor

I've managed to replicate this and a fix will be in an upcoming 14.0.1 patch release

There is a 14.0.1--preview.11 build of this patch release on our nightly service if you wish to give it a try and see if it resolves your issue https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/installing-nightly-builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release/14.0.1
Projects
None yet
Development

No branches or pull requests

2 participants