Open ferdiunal opened 3 weeks ago
When I update the price of a product variant, it adds a zero to the end of each variant price. ProductOptionsWidget.php#L405
https://github.com/user-attachments/assets/17a83e20-3aac-4fe2-beea-06ff3e483f7c
Solution:
I think that the price should be stored in a raw_price or equivalent column, and every time the price is updated it should reference the raw data in this column. ProductOptionsWidget.php#L405
Expected Behaviour:
When I update the price of a product variant, it adds a zero to the end of each variant price. ProductOptionsWidget.php#L405
https://github.com/user-attachments/assets/17a83e20-3aac-4fe2-beea-06ff3e483f7c
Actual Behaviour:
Steps To Reproduce: